But isn't building this exact file list what an ordinary call to rsync is supposed to do (when not forcing checksum calculation)? So why is rsync so much slower than find?

/Greger

Tim Conway wrote:

Good idea
find / -ctime -1h |rsync -a --files-from=- / destination
No perl needed. You might want mtime instead, though.




--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to