Displaying 2 results from an estimated 2 matches for "destserv".
Did you mean:
testserv
2003 Mar 12
0
rsync on windows with password keypair
...c and I didn't find anything on this topic
elsewhere.
Is it possible to run the rsync client on windows with a passworded keypair
using Pageant or SSH Accession? When I attempt to run these commands I
receive errors. I am trying the following:
rsync -e "ssh2 -l myusername -p myport" destserver:
Unfortunately, the ssh connection succeeds but the rest of the command does
not. It results in the following error:
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
rsync: read error: Connection reset by peer
rs...
2002 Jul 23
2
--delete doesn't work when transferring many files
This is a curious thing. I'm syncing two directories, containing some
250 subdirectories totalling around 11,000 files. This:
rsync --password-file=/usr/local/etc/rsync/.passwd --delete -rtv
--exclude-from=/usr/local/etc/rsync/excludes /usr/local/sourcedir
username@destserver.com::modulename
...works fine if both directories are already nearly in sync. Deleting a
few files from the source causes matching deletions on the destination.
But recently I made major changes to the source directory, which should
have resulted in nearly everything being deleted from the dest...