rsync" -varu //server\share/ /cygdrive/d/backup
Works fine
Wayne Davison a écrit :
On Tue, Oct 21, 2003 at 03:26:08PM +0200, Mueller-Lynch Thomas wrote:
rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/
Rsync does not consider "//" to be different from "/", so tha
On Tue, Oct 21, 2003 at 03:26:08PM +0200, Mueller-Lynch Thomas wrote:
> rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/
Rsync does not consider "//" to be different from "/", so that may be
thwarting you. Try something like this to work around the problem:
cd \\remo
We're using rsync 2.5.6 version 26.
Want to synch two W2K directories which are not on my machine (machine1 synchs
machine2 -> machine3)
I would like to synch the 2 direcories with the following syntax:
rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/
When I try th