Displaying 1 result from an estimated 1 matches for "ppvtl".
Did you mean:
ppvtbl
2003 Nov 26
1
RSYNC and Cygwin: @ERROR auth failed on module
...UT, when I try to add authentication, I get the message:
@ERROR auth failed on module Mobilesync
rsync connection unexpectedly closed (94 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at
tmp/rsync-2.5.6/io.c(165)
This is the command which causes the message:
rsync -Ppvtl rsync://mobile@littledoshi.mit.edu/Mobilesync/Test1.txt .
(i get the same error even without the "mobile@"
This is my rsyncd.conf:
*******
use chroot = false
strict modes = false
[Mobilesync]
path = /cygdrive/c/cygwin/var/mobilesync
comment = Mobilesync Test Directory
re...