Any suggestions on tracking this problem down? We've had it happen on a
few machines -- some through VPN's, one from a Mac OS X to a Linux
machine on the local network.
Some machines never have this problem. We think it's a hiccup in the
network connection -- but it's very minor. We've setup
rsync: writefd_unbuffered failed to write 1 bytes: phase "unknown": Connection timed
out
rsync error: error in rsync protocol data stream (code 12) at io.c(515)
Any idea regarding this error? We sync a number of machines, and one consistently has this error every night. If I exclude the file tha
Rsync 2.5.6 has a problem with pathnames or filenames longer than 255.
I redefined them in rsync.h, which generated errors on make pointing to
the previous definitions which look fine. Any ideas on where to check next?
Here's the error I got trying to rsync:
receiving file list ... done
media/
rsync_argvs is limited to 255 characters.
I restore with the following command:
rsync -r -a --partial \
--backup --delete \
--read-batch="batch" \
--exclude="*.backup" \
--stats -vv ../backup/ > rsync.log 2>&1
Edward King
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
ached
Edward King wrote:
After switching much hardware (and getting some helpful suggestions)
I moved the specific machine's files on the backup server to a hard drive
outside the raid (still on the backup server, /dev/hdi1) and tried rsync
-- problem solved.
It seems there
ltz wrote:
On Fri, Jan 10, 2003 at 02:25:57PM -0600, Edward King wrote:
Has anyone seen this? Looking for past experiences / ideas. Will post
progress.
I'm tracking down a problem that seems to be caused by rsync. When
moving files from a remote server I get a kernel pa
Has anyone seen this? Looking for past experiences / ideas. Will post
progress.
I'm tracking down a problem that seems to be caused by rsync. When
moving files from a remote server I get a kernel panic.
We have a number of servers that back up to a main box -- the panic only
occurs when a
Might it be possible to take the file list that you want to feed to
rsync and turn it into an rsync.conf file?
A simple bash script could create the config file and call rsync (with
the --config= to specify the temporary config file)
Something like this (syntax most likely is wrong, haven't tes
Version 2.5.5 on the receiving side seems to fix the problem.
Thanks!
Ed
Craig Barratt wrote:
Has anybody seen this? We want to seperate the statistics out from the
file list, and were using tail to grab the end of the file. the command
we run is:
rsync -r -a -z --partia
I thought I was -- upgraded to the latest this morning and am testing now.
I was running 2.4.3.
I'll let you know if this clears the problem.
Thanks!
Ed
Craig Barratt wrote:
Has anybody seen this? We want to seperate the statistics out from the
file list, and were using tail to g
Has anybody seen this? We want to seperate the statistics out from the
file list, and were using tail to grab the end of the file. the command
we run is:
rsync -r -a -z --partial --suffix=".backup" --exclude="*.backup" \
--stats -v /. 10.1.1.60::cds101/ > /var/log/rsync
11 matches
Mail list logo