search for: pathtorelativepaths

Displaying 1 result from an estimated 1 matches for "pathtorelativepaths".

2008 Jul 04
1
-R option -> source directories from remote
...attachment scrubbed and removed -------------- next part -------------- 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/ user@host:/destpath That works because you are able to switch to the directory where the "relative paths" localpath1 localpath2 are present. Problem: ? rsync -R.... -e "...." user@remotehost::localpath1/ ::localpath2/...