Hi,

we have a huge directory tree.


 * 17M files (number of files)
 * 2.2TBytes of data.
 * Only 0.1% changes per day

Current pain: rsyncs directory tree traversal needs to long to discover the 
changed files. Only few files change.

I discovered the tool sysdig which could be used to monitor the files which 
were changed.

Then we could feed the list of changed files to rsync and avoid the long 
directory traversal of rsync.

Has someone experience with collecting the changed files with a third party 
tool which detects which
files were changed?

Regards,
 Thomas Güttler



--
Thomas Guettler http://www.thomas-guettler.de/

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to