Problem remote sync with several directories/files

2008-07-14 Thread christoph . m
Hi, does anyone know what is wrong with that command line ? rsync -e "//ssh -i//.ssh/id_rsa " -vaoRrn [EMAIL PROTECTED]:'/root/directory/./dirToSync1' :'/root/directory/./dirToSync2' '/dir/to/destination' Calling it with real paths the rsync command overview arises. Thanks for your efforts.

-R option -> source directories from remote

2008-07-04 Thread christoph . m
Hi Developers, i have a problem with syncing relative paths (-r) on remote host. Using relative paths the local way does function perfectly, because you are able to change the directory before synchronisation. Example: cd pathToRelativePaths; rsync -R -e "." localpath1/ localpath2/ [EM