Displaying 2 results from an estimated 2 matches for "vrtuz".
Did you mean:
vrtul
2001 Aug 08
1
Two way syncing
Hi.
I'm having lots of problems getting two way syncing working, can
anyone help with the below error?
rsync -vrtuz --exclude='~*' --exclude='*.tmp' matt-test/. gonzo:matt-test/.
rsync -vrtuz --exclude='~*' --exclude='*.tmp' gonzo:matt-test/. matt-test/.
Should I have only 1 or two colons here: --------^^
This is the error that I'm receiving:
poll: protocol failure in c...
2002 May 13
0
Password Authentication
...:38 PM
To: Tim Conway/LMT/SC/PHILIPS@AMEC
cc: rsync@lists.samba.org
Subject: Password Authentication
Classification:
Hi Tim,
I have setup rsync as you suggestion for password authentication but
I get auth failed on module, see below.
$ rsync -vrtuz --password-file=~.rsyncpw --delete
projects@host.dyndns.org::projects /home/projects/
password file must not be other-accessible
continuing without password file
Password:
@ERROR: auth failed on module projects
/home/simpson/.rsyncpw
-rw-rw-r-- 1 simpson simpson 8 Apr 29 22:51 .rsyncpw
On t...