Also keep in mind that while if you're using the find / -ctime trick, YOU can assume that the other end is a mirror and you know exactly when the last time it was synchronized was, rsync knows no such thing. Rsync *produces* a mirror whether or not it started out with one.
Jim Salter
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