If I pass a full local path to rsync it just quits with no output, no connection.
Example:
rsync -vzrut c:\source user@server::target
Above just quits with no output (substituting real data, of course). I've tried altering the direction of the slash (/) and quoting the source/target but no change. However changing to the c:\source directory and using just "." works just fine...
c:
cd \source
rsync -vzrut . user@server::target
Hopefully I'm just missing something?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-07-18
I have tried this also.. What must i type in for a path like this: "C:\Dukumente und Einstellungen\Testuser\Dekstop" ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I pass a full local path to rsync it just quits with no output, no connection.
Example:
rsync -vzrut c:\source user@server::target
Above just quits with no output (substituting real data, of course). I've tried altering the direction of the slash (/) and quoting the source/target but no change. However changing to the c:\source directory and using just "." works just fine...
c:
cd \source
rsync -vzrut . user@server::target
Hopefully I'm just missing something?
I have tried this also.. What must i type in for a path like this: "C:\Dukumente und Einstellungen\Testuser\Dekstop" ?