Error with path names greater than 255 characters

2003-06-10 Thread Edward King
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

log errors using batch reads and writes

2003-06-06 Thread Edward King
=batch \ --exclude=*.backup \ --stats -vv ../backup/ rsync.log 21 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

Re: Rsync --daemon v 2.5.5 v26 causing kernel panic

2003-01-14 Thread Edward King
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's a problem

Re: Rsync --daemon v 2.5.5 v26 causing kernel panic

2003-01-13 Thread Edward King
, 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 panic. We have a number

Rsync --daemon v 2.5.5 v26 causing kernel panic

2003-01-10 Thread Edward King
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

Re: rsync feature suggestion

2003-01-03 Thread Edward King
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

Re: Statistics appearing in middle of file list -- no errors

2002-12-23 Thread Edward King
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

Re: Statistics appearing in middle of file list -- no errors

2002-12-23 Thread Edward King
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

Statistics appearing in middle of file list -- no errors

2002-12-17 Thread Edward King
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.log