Re: rsync through ssh - i get an error

2006-09-12 Thread rsync-mail-gateway
hello, 1) ssh is the default protocol of rsync since 2.6.0, so if you are using a new version you should not have to worry about it. 2) check that you used the command as following: rsync -e ssh @:~/ that should do the trick (worked for me) m2f

Re: rsync through ssh - i get an error

2006-09-12 Thread rsync-mail-gateway
i got the reply through mailing list and saw that not all came through... so again: 1) ssh is the default protocol of rsync since 2.6.0, so if you are using a new version you should not have to worry about it. 2) check that you used the command as following: rsync flags -e ssh local_dir

rsync through ssh - i get an error

2006-09-11 Thread [EMAIL PROTECTED]
hello, i'm trying to use rsync thtough ssh, with -e ssh flag, but i get the following errors: rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(584) what does that mean ? how can i fix it ? thank you. -- To

Re: rsync through ssh - i get an error

2006-09-11 Thread Wayne Davison
On Mon, Sep 11, 2006 at 01:31:00PM +0200, [EMAIL PROTECTED] wrote: rsync: read error: Connection reset by peer (104) This means the socket closed. Does rsync even get started on the remote system? That would be the first thing to investigate. If it is getting run, does the remote process