Displaying 1 result from an estimated 1 matches for "localdestpath".
2008 Jul 04
1
-R option -> source directories from remote
...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/ /localdestpath
In this case, i have no idea, how to switch to the "root path" on "remotehost" to
to get the "relative" direcories because I'm at the local machine. On remote I
certainly wind up on the users home directory which is not equal to the "root path".
Hint: I...