Location & name independent rsync?
I have machine A, with lots and lots of empty space.
I have machines B, C, D, E, F, ... with lots of files, some of which are duplicated between machines, but often not in the same file structure or naming convention, ala
Machine B:
/home/userX/media/Wedding01.avi
Machine C:
/var/local/storage/movies/sis-wedding.avi
Ideally, I'd like an agent I can put on Machines B-F, point it at specific folder(s), and give it an ftp account on machine A, and let it auto-magically figure out the minimum set of files that need to be backed-up, to have a complete set of the files across all the original machines. It does NOT have to remember where the files were on each machine.
Machines B-F are currently windows boxen that expose their data via windows shares, so I can point a unix client at them, if needed.
Machine A can be a unix, windows, or mac os X box, whatever is needed.
/backups/machineA/path/to/files
/backups/machineB/path1/to/files
/backups/machineB/path2/to/files
and so on?
Or do you just want a flat directory, like:
/backups/file-machineA-1.avi
/backups/file-machineA-2.avi
/backups/file-machineB-1.avi
etc...?
posted by rhizome at 11:53 AM on February 11