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..

--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to