>> I am looking for a way to start one rsync command with multiple destinations.
>> My use case:
>> I have one (slow) usb drive which should be synced to two other
>> harddrives. It would be great if rsync could read one file which is to
>> be copied to both hard drives only once, so the slow usb connection is
>> used more efficiently.


Just a thought, you could rsync to faster local storage and then distribute to 
the other locations from there. This would result in a single slow read from 
the slow USB drive. 

Another thought, perhaps you could replace the slow USB drive altogether with a 
low cost upgrade?

--------------------------------------------------------------------
This email is protected by LBackup, an open source backup solution
http://www.lbackup.org

-- 
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