Re: rsync error: some files could not be transferred (code 23) at main.c

2004-02-27 Thread Jonathan Hurley
Follow up to my own posting. I was running rsync with -v and rsync was having problems chowning (not transferring) files. I realise now that the error message applied to this problem. I found the error message a little confusing, as I was trying to track down the non-transferred files, while

rsync error: some files could not be transferred (code 23) at main.c

2004-02-26 Thread Jonathan Hurley
I am using rsync to backup a machine with a large number of files, and I am getting this error. It would be helpful to know which files this is occuring with, to diagnose the problem. Is there a configuration option to rsync (that I may have missed) that will reveal this info. Alternatively,

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-23 Thread Wayne Davison
On Tue, Dec 23, 2003 at 04:59:20AM +0100, [EMAIL PROTECTED] wrote: rsync -avv --delete --delete-excluded server::public/$i dest/ Look in the server's log file -- rsync puts some of the messages there out of paranoia about exposing too much about the server's setup to the end user. It may well

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-23 Thread Jim Salter
Look in the server's log file -- rsync puts some of the messages there out of paranoia about exposing too much about the server's setup to the end user. It may well be that rsync is being too paranoid in this instance. ..wayne.. Is there any way to *change* that behavior, particularly if

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-23 Thread Daemian Mack
[EMAIL PROTECTED] wrote: On Tue, Dec 23, 2003 at 04:00:24AM +0100, [EMAIL PROTECTED] May the file-list is getting a bit to big for rsync? If I splitt the transfer using for i in *; do rsync -avv --delete --delete-excluded server::public/$i dest/ done it works seamlessly. The file list is

rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-22 Thread Thomas . Schweikle
Hi! How can I find out what files wheren't transferred If I have error: rsync error: some files could not be transferred (code 23) at main.c(1045) running rsync? I've tried rsync -v[v][v] but had no success. It wasn't possible to make sure what where the files producing the error. Any

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-22 Thread jw schultz
On Tue, Dec 23, 2003 at 04:00:24AM +0100, [EMAIL PROTECTED] wrote: Hi! How can I find out what files wheren't transferred If I have error: rsync error: some files could not be transferred (code 23) at main.c(1045) running rsync? I've tried rsync -v[v][v] but had no success

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-22 Thread Thomas . Schweikle
On Tue, Dec 23, 2003 at 04:00:24AM +0100, [EMAIL PROTECTED] wrote: Hi! How can I find out what files wheren't transferred If I have error: rsync error: some files could not be transferred (code 23) at main.c(1045) running rsync? I've tried rsync -v[v][v] but had no success

Re: rsync error: some files could not be transferred (code 23) at main.c(620)

2003-12-02 Thread jw schultz
On Sat, Nov 22, 2003 at 05:44:54PM -0500, [EMAIL PROTECTED] wrote: I am using rsync to backup Maildir directories. Since it is very active, some files are deleted (and some are added as new mail arrive) from the time that the list of files are collected and the time of the actual operation.

rsync error: some files could not be transferred (code 23) at main.c(620)

2003-11-22 Thread rsync
I am using rsync to backup Maildir directories. Since it is very active, some files are deleted (and some are added as new mail arrive) from the time that the list of files are collected and the time of the actual operation. I have check the mailing list archive and I did not see a clear answer