On Oct 26, 2009, at 11:51 AM, Marion Hakanson wrote:
knatte_fnatte_tja...@yahoo.com said:
Is rsync faster? As I have understood it, "zfs send.." gives me an
exact
replica, whereas rsync doesnt necessary do that, maybe the ACL are
not
replicated, etc. Is this correct about rsync vs "zfs send"?
It is true that rsync (as of 3.0.5, anyway) does not preserve NFSv4/
ZFS
ACL's. It also cannot handle ZFS snapshots.
On the other hand, you can run multiple rsync's in parallel; You can
only do that with zfs send/recv if you have multiple, independent ZFS
datasets that can be done in parallel. So which one goes faster will
depend on your situation.
Yes. Your configuration and intended use impacts the decision.
Also, b119 improves stat() performance, which should help rsync
and other file-based backup software.
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6775100
-- richard
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss