Speeding Up Rsync for Large File Sets

Tim Gustafson tjg at soe.ucsc.edu
Fri Nov 30 11:00:36 MST 2012


> If you are using zfs then why not use zfs send and zfs receive?
>
> Rsync has to stat every file on both ends which can take a long time
> with millions of files.  The zfs tools don't have to do any of that.

Because zfs send/receive doesn't work well if the target file system ever
gets changed, even for something like an atime.  Basically, the file system
can't be touched on the remote end, and you can't even set the read-only
property, because that would be a filesystem-level change that wouls break
the send/receive.  Unless I'm not understanding something.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20121130/e1f9cd6d/attachment.html>


More information about the rsync mailing list