Rsync Problem mith UNC paths

Cédric MARCOUX cedric at sib.be
Wed Apr 4 12:01:55 GMT 2007


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 that may be
> thwarting you.  Try something like this to work around the problem:
> 
> cd \\remote_server1\share$
> rsync -rva dir1/default.asp remote_server2::dir2/
> 
> ..wayne..



More information about the rsync mailing list