Assume I have 1 million files, the file list would be something like 20MB. If I add just one file, inotify
will tell rsync
to transfer the file list and the new file. My network is not good and I might have to limit the bandwidth (--bwlimit
).
Multiple files might be added at once and, given the network transfer speed, there may be multiple rsyncs running at once.
Is it worth it? Is there a better way?