On Fri, Apr 29, 2011 at 10:53 AM, Dan Shelton <dan.shel...@oracle.com> wrote:
> Is anyone aware of any freeware program that can speed up copying tons of
> data (2 TB) from UFS to ZFS on same server?

rsync, with --whole-file --inplace (and other options), works well for
the initial copy.

rsync, with --no-whole-file --inplace (and other options), works
extremely fast for updates.

-- 
Freddie Cash
fjwc...@gmail.com
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to