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