hi,
is it possible to duplicate multiple directories that are not in the
same root at once without rsyncing the root and excluding all other
dirs?
I want:
rsync -avz server:/dir1 /backup/server1/dir1 \
server:/dir2 /backup/server1/otherdir/dir2
a so on, but this is bad syntax for rsync. So how can I rsync multiple
dirs?
Thanks!