search for: sinc_rsa

Displaying 2 results from an estimated 2 matches for "sinc_rsa".

2005 Oct 26
2
Fast question...
Hi everyone! Does anyone use, rsync, under windows, without Cygwin? When I type something like this: rsync -auvlHI --delete --partial --modify-window=2 --log-format=" %t %o %l %f " --stats -vv -e "ssh -o ForwardX11=no -vv -i "e:/program/sinc/.ssh/sinc_rsa" -l USER" "e:/program" SERVER:dir_dest rsync answer me with: ssh: e: no address associated with name rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(584) I could check that the problem resides in the sourc...
2006 May 03
1
Problems with exclude files in rsync 2.6.4
...ar* *.o *.swp ^/dev* When I execute de command: rsync -aulHI --delete --partial --modify-window=2 --log-format=" %t %o %l %f " --stats \ --exclude-from=/home/USER/RSYNC/sinc/sinc_conf/exclude_files.txt \ --temp-dir=/tmp -e "ssh -o ForwardX11=no \ -i "/home/USER/RSYNC/sinc/.ssh/sinc_rsa" -l USER" "/prova1" \ "/prova1.o" "/prova2" SUSE_SERVER:"RSYNC/uacamole4" I thought this should create a folder called "uacamole4" in my server that contains the directory "prova2", because of the filter rules, but rsync create...