Strange rsync error

2007-11-11 Thread Pournaris Charalampos
Hello, Sometimes when I am using the command: rsync -avR -e rsh "/raid/system/Images/./GHOST.BAT" 192.168.192.2:/raid/system/Images/ --delete -z --progress --exclude-from=/usr/local/excludes --bwlimit=70 I get the following error: rsync: mkdir "/raid/system/Images" failed: File exists (17) r

Re: strange rsync-error

2007-01-02 Thread Wayne Davison
On Tue, Jan 02, 2007 at 10:27:54PM +0100, peter pilsl wrote: > Read from remote host goldfisch.at: Connection timed out That's not an rsync error, but I do see that error string in ssh. That means that the failure is outside of rsync's control. ..wayne.. -- To unsubscribe or change options: htt

strange rsync-error

2007-01-02 Thread peter pilsl
When syncing huge data-folders (~50GB) with a remote server on a daily base I frequently (every 2nd to 3rd time) get the following error: Read from remote host goldfisch.at: Connection timed out rsync: writefd_unbuffered failed to write 4092 bytes: phase "unknown" [generator]: Broken pipe (32

Re: strange rsync error message from our backup script

2004-06-16 Thread Louis-David Mitterrand
On Tue, Jun 15, 2004 at 08:54:34AM -0700, Wayne Davison wrote: > On Tue, Jun 15, 2004 at 10:00:56AM +0200, Louis-David Mitterrand wrote: > > make_bak_dir mkdir > > "/backup/naxos.premier-lnc.com/2004-06-09/home/ddegrolard/profile/Local > > Settings/Application Data" failed: File exists > > This

Re: strange rsync error message from our backup script

2004-06-15 Thread Wayne Davison
On Tue, Jun 15, 2004 at 10:00:56AM +0200, Louis-David Mitterrand wrote: > make_bak_dir mkdir > "/backup/naxos.premier-lnc.com/2004-06-09/home/ddegrolard/profile/Local > Settings/Application Data" failed: File exists This is a bug that is currently fixed in the CVS version. If you click on the "

strange rsync error message from our backup script

2004-06-15 Thread Louis-David Mitterrand
Hello, I use rsync for incrmental backups in the following way: rsync \ $EXCLUDE \ -e ssh \ --archive \ --numeric-ids \ --compress \ --relative \ --one-file-system \