When attempting to sync multiple sources to a single area,
/fs/lib# ls
./ ../ bin/ founder/ skill/ var/
I want to combine these four rsyncs
/usr/local/bin/rsync --exclude '.snapshot' --stats -v
--bwlimit=1024 --delete -atz 'host::lib/bin' .
/usr/local/bin/rsync --exclude '.snapshot' --stats -v
--bwlimit=1024 --delete -atz 'host::lib/var' .
/usr/local/bin/rsync --exclude '.snapshot' --stats -v
--bwlimit=1024 --delete -atz 'host::lib/skill' .
/usr/local/bin/rsync --exclude '.snapshot' --stats -v
--bwlimit=1024 --delete -atz 'host::lib/founder' .
into one
/fs/lib# /usr/local/bin/rsync --exclude '.snapshot' --stats -v
--bwlimit=1024 --delete -atz 'host::lib/bin' 'host::lib/var'
'host::lib/skill' 'host::lib/founder' .
receiving file list ... done
mkdir "/fs/lib/host::lib/var" failed: No such file or directory
rsync error: error in file IO (code 11) at main.c(346)
Obviously my call is wrong, but how can I do the above? Is the
--delete the restriction or am I missing another flag?
--
******=========******========== God bless America!
******========== http://www.shokk.com
******======================== "Beware of he who would deny you access to
=============== information, for in his heart, he dreams himself
=============== your master."