Rsync Problem mith UNC paths

Wayne Davison wayned at samba.org
Wed Oct 22 02:44:18 EST 2003


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