My challenge is to mirror 300 gigs of half meg files on to three remote filesystems, afap. Most of the files are 'write and leave for two months' with some being 'write 4 times a day' so rsync should be perfect if it can be told right after the file is created. We are installing fiber to our building so this might be the perfect combination to come up with a five second mirror performance.
Can rsync be set up with: here's the src dir, here's the remote dir, now here's a relative list of files I want you to sync? Perhaps being fed one at a time via a pipe. The pipe thing wouldn't be needed if rsync used inotify directly.
Right now I'm using a homebrew, ftp utility over a T1 with hours of back-log. I'm excited about the prospects.
thanks scottb
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html