Re: rsync exit code 23 (partial transfer due to errors): List of possible reasons and how to ignore some?

2023-12-14 Thread Kevin Korb via rsync
x27;~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., On Thu, 14 Dec 2023, rsync--- via rsync wrote: Date: Thu, 14 Dec 2023 19:20:15 +0100 From: rsync--- via rsync To: rsync@lists.samba.org Subject: rsync exit code 23 (partial transfer due to errors): List of possible reasons and h

Re: rsync exit code 23 (partial transfer due to errors): List of possible reasons and how to ignore some?

2023-12-14 Thread rsync--- via rsync
So ignoring (or treating as a warning only) sound as best option so far. - Looking into the rsync source code I can see only one location where exit code 23 is set: https://github.com/WayneD/rsync/blob/2f9b963abaa52e44891180fe6c0d1c2219f6686d/errcode.h#L42 #define RERR_PARTIAL 23

rsync exit code 23 (partial transfer due to errors): List of possible reasons and how to ignore some?

2023-12-14 Thread rsync--- via rsync
I am trying to find a solution for the open source Linux software "Back In Time" (https://github.com/bit-team/backintime) where we evaluate the rsync exit code when taking a backup via rsync and inform the user that an error has occured. Questions: 1. Is there full list of possible reasons a

Re: Issue with bwlimit after resuming a partial transfer due to a communication break

2011-01-22 Thread Alistair Dsouza
Thanks Paul and Wayne. The behaviour is clear now. Regards, Alistair On Sat, Jan 22, 2011 at 11:01 PM, Wayne Davison wrote: > On Sat, Jan 22, 2011 at 2:22 AM, Alistair Dsouza wrote: > >> Literal data: 6,496 bytes >> > > That is how much literal data rsync had to send to finish the file, so it

Re: Issue with bwlimit after resuming a partial transfer due to a communication break

2011-01-22 Thread Wayne Davison
On Sat, Jan 22, 2011 at 2:22 AM, Alistair Dsouza wrote: > Literal data: 6,496 bytes > That is how much literal data rsync had to send to finish the file, so it is not surprising that it finished quickly. See also the Total bytes received (about 40K), so it would not be surprising to have a 10K/s

Re: Issue with bwlimit after resuming a partial transfer due to a communication break

2011-01-22 Thread Alistair Dsouza
Hi Paul, Thanks for your inputs. I think I've got an idea of whats taking place. Please see if what I have mentioned makes sense. The reason file transfer is taking a few secs in the partial transfer case is cause the file is highly compressible and rsync is using that to transfer less byt

Re: Issue with bwlimit after resuming a partial transfer due to a communication break

2011-01-21 Thread Paul Slootman
On Fri 21 Jan 2011, Alistair Dsouza wrote: > > I have set the bwlimit to 10 i.e. 10 KBps. When I try to sync files the > bwlimit is as what is > set. I have enabled storage of partial files. When a communication break > causes rsync to > time out during a transfer the partial file is stored in the

Issue with bwlimit after resuming a partial transfer due to a communication break

2011-01-21 Thread Alistair Dsouza
I am using rsync version 3.0.7. My rsync server is running on the cloud. I have set the bwlimit to 10 i.e. 10 KBps. When I try to sync files the bwlimit is as what is set. I have enabled storage of partial files. When a communication break causes rsync to time out during a transfer the partial fil

Re: Partial Transfer Problem

2008-08-21 Thread lists
< The receiving rsync first creates a temporary file in the destination directory with a name in the format ".foo.XX", where "foo" < represents the name of the source file. Only when rsync is interrupted does it convert the temporary file to a partial file named exactly "foo" < and placed in

Re: Partial Transfer Problem

2008-08-21 Thread Matt McCutchen
On Thu, 2008-08-21 at 13:05 -0500, [EMAIL PROTECTED] wrote: > I am using the command options listed below. If I set --partial or > --partial-dir, I see the partial file appear as expected. However, > even with --partial-dir set as you see below, the .rsync-partial > directory is never created. I

Partial Transfer Problem

2008-08-21 Thread lists
I am using the command options listed below. If I set --partial or --partial-dir, I see the partial file appear as expected. However, even with --partial-dir set as you see below, the .rsync-partial directory is never created. Instead the partial file just appears in the directory. The bigge

DO NOT REPLY [Bug 5221] rsync error: partial transfer (code 23) at main.c(576)

2008-01-26 Thread samba-bugs
||INVALID --- Comment #2 from [EMAIL PROTECTED] 2008-01-26 16:25 CST --- As Matt mentioned, the reason for the partial transfer is mentioned in an earlier message. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this

Re: how to know the detail about a partial transfer?

2008-01-25 Thread Ming Zhang
On Fri, 2008-01-25 at 11:34 +0100, Paul Slootman wrote: > On Thu 24 Jan 2008, Matt McCutchen wrote: > > > > is it possible to change those error messages into a standard pattern? > > > > Yes, it would be possible, but it would require going through and > > reformatting each of the 77 FERROR_XFER

Re: how to know the detail about a partial transfer?

2008-01-25 Thread Paul Slootman
On Thu 24 Jan 2008, Matt McCutchen wrote: > > is it possible to change those error messages into a standard pattern? > > Yes, it would be possible, but it would require going through and > reformatting each of the 77 FERROR_XFER messages individually and would > make a few of them less readable (

Re: how to know the detail about a partial transfer?

2008-01-24 Thread Ming Zhang
On Thu, 2008-01-24 at 21:25 -0500, Matt McCutchen wrote: > On Thu, 2008-01-24 at 20:56 -0500, Ming Zhang wrote: > > > Not easily, since the error messages indicating different kinds of > > > failure for a given file don't follow a standard pattern. Some > > > approaches: > > > > is it possible to

Re: how to know the detail about a partial transfer?

2008-01-24 Thread Matt McCutchen
On Thu, 2008-01-24 at 20:56 -0500, Ming Zhang wrote: > > Not easily, since the error messages indicating different kinds of > > failure for a given file don't follow a standard pattern. Some > > approaches: > > is it possible to change those error messages into a standard pattern? Yes, it would

Re: how to know the detail about a partial transfer?

2008-01-24 Thread Ming Zhang
On Thu, 2008-01-24 at 20:20 -0500, Matt McCutchen wrote: > On Thu, 2008-01-24 at 18:00 -0500, Ming Zhang wrote: > > We always run rsync with --files-from and sometime it gets a error code > > 23, partial transfer. is it possible to find out what files are not > > transfer

Re: how to know the detail about a partial transfer?

2008-01-24 Thread Matt McCutchen
On Thu, 2008-01-24 at 18:00 -0500, Ming Zhang wrote: > We always run rsync with --files-from and sometime it gets a error code > 23, partial transfer. is it possible to find out what files are not > transferred without check the error message by human eye(since we want > to do it

how to know the detail about a partial transfer?

2008-01-24 Thread Ming Zhang
Hi All We always run rsync with --files-from and sometime it gets a error code 23, partial transfer. is it possible to find out what files are not transferred without check the error message by human eye(since we want to do it in a script)? Thanks. -- Ming Zhang @#$%^ purging memory

DO NOT REPLY [Bug 5221] rsync error: partial transfer (code 23) at main.c(576)

2008-01-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5221 --- Comment #1 from [EMAIL PROTECTED] 2008-01-23 01:03 CST --- Rsync prints the "code 23" message at the end of the run when at least one non-fatal error occurred that may have affected the correctness of the run. Rsync should have prin

DO NOT REPLY [Bug 5221] New: rsync error: partial transfer (code 23) at main.c(576)

2008-01-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5221 Summary: rsync error: partial transfer (code 23) at main.c(576) Product: rsync Version: 2.6.3 Platform: Sparc OS/Version: SunOS Status: NEW Severity: major Priority

Busy file and partial transfer??(2nd Post)

2006-11-18 Thread Max Kipness
Can anyone help on this? Or is this just a bug with rsync on certain files? Hi, I actually wrote about this issue over a year ago and got a response from Wayne which I'm thinking resolved the problem. Now I've got the

Busy file and partial transfer??

2006-11-09 Thread Max Kipness
Hi, I actually wrote about this issue over a year ago and got a response from Wayne which I'm thinking resolved the problem. Now I've got the issue again, even though I removed the option that appeared to be the culprit. Basically I'm using rsync to backup a directory structure on a 2003 Server,

one cause of: partial transfer (code 23) at main.c(537)

2005-09-07 Thread Read, Danny
Hello Rsync followers, Just wanted to pass along for posterity the resolution to my recent battle with this rsync error: partial transfer (code 23) at main.c(537) I am pushing a bunch of files from an hp-ux server (running version 2.5.0 protocol version 25) to a Windows 2003 server (via a

rsync error: partial transfer (code 23) at main.c(578)

2005-05-01 Thread Ganesan Sethuraman
w2F failed: Invalid argument rsync error: partial transfer (code 23) at main.c(578) Could anyone pls tell me, why this error occurs. Under what conditions this error will occur? This error is not happening consistently but only sometimes. Pls clarify. Thanks in advanc

Re: Help with Partial Transfer Error?

2004-06-25 Thread Wayne Davison
On Wed, Jun 23, 2004 at 02:30:49PM -0700, Stephen Anderson wrote: > rsync error: some files could not be transferred (code 23) at main.c(1048) If you don't see a file error that would account for this and you're connecting to a daemon rsync, look in the logs on the computer running the rsync daemo

Re: Help with Partial Transfer Error?

2004-06-24 Thread Stephen Anderson
Thank you for the suggestions! Rsync had worked for two other backups I had tried so I was at a loss for what would be different with this one. I took your advice and tried just a single file. I was unable to transfer it. I tried renaming then moving it, still unable to transfer. The sympt

re: Help with Partial Transfer Error?

2004-06-24 Thread Milutin Voinivich
2004 11:30 PM Subject: Help with Partial Transfer Error? > Hello, > > I'm fairly new to rsync so please bear with me. I'm trying to use cwRsync to sync > my spambayes installation between my laptop and home computer, both running > WinXP. I have configured rsync serve

Help with Partial Transfer Error?

2004-06-23 Thread Stephen Anderson
Hello, I'm fairly new to rsync so please bear with me. I'm trying to use cwRsync to sync my spambayes installation between my laptop and home computer, both running WinXP. I have configured rsync servers (cwrsync) on both machines. Now, I am trying to pull the files from the laptop rsync serv

getting rid of "permission denied" partial transfer errors

2004-03-15 Thread Fredrik Widlund
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Ah, I see. Sounds like you're down to either running as root on both > ends, or ignoring errors. Hi, I have the same problem as above senders. I'm using SSH with a public backup-user key to poll data from a server containing files with permiss

Re: getting rid of "permission denied" partial transfer errors

2004-01-05 Thread Sayan
Jim Salter wrote: yeah, except that the directory is not 700 but 600, so even user backup cannot traverse it... but root can. Have you considered using sudo such that the fileserver isn't actually logging into the backupserver as root, but only logging in as a heavily *un*privileged account which

Re: getting rid of "permission denied" partial transfer errors

2003-12-23 Thread Jim Salter
Or he could use SSH2 keys and an authorized_keys2 file, Waxing pedantic, that really ought to be and/or. SSH2 keys are great as an added layer of security to apply some paranoia as to *what* box is calling the script, no matter what user account you're using to log in with. allow root on force

Re: getting rid of "permission denied" partial transfer errors

2003-12-23 Thread Tom Allen
Ah, I see. Sounds like you're down to either running as root on both ends, or ignoring errors. Have you considered using sudo such that the fileserver isn't actually logging into the backupserver as root, but only logging in as a heavily *un*privileged account which can do nothing but run a sc

Re: getting rid of "permission denied" partial transfer errors

2003-12-23 Thread Jim Salter
yeah, except that the directory is not 700 but 600, so even user backup cannot traverse it... but root can. Ah, I see. Sounds like you're down to either running as root on both ends, or ignoring errors. Have you considered using sudo such that the fileserver isn't actually logging into the back

Re: getting rid of "permission denied" partial transfer errors

2003-12-23 Thread Sayan
Jim Salter wrote: > > The rsync command tries to send sample_file to the backup server, > > which cannot write it because it was not able to recurse into > my_directory. > > Removing the -p switch and removing the backup file did not succeed, > > and rsync continued to preserve the perms even w

Re: getting rid of "permission denied" partial transfer errors

2003-12-23 Thread Jim Salter
> The rsync command tries to send sample_file to the backup server, > which cannot write it because it was not able to recurse into my_directory. > Removing the -p switch and removing the backup file did not succeed, > and rsync continued to preserve the perms even without the switch. I am > runni

Re: getting rid of "permission denied" partial transfer errors

2003-12-22 Thread Sayan
jw schultz wrote: On Mon, Dec 22, 2003 at 09:11:26PM +0100, Sayan wrote: I am currently setting up a backup script for the /home directory of a server. I send all the files on a remote machine through LAN connection using rsync to optimize bandwidth usage. The script is run as root on the serve

Re: getting rid of "permission denied" partial transfer errors

2003-12-22 Thread jw schultz
On Mon, Dec 22, 2003 at 10:14:05PM +0100, Sayan wrote: > Ron DuFresne wrote: > >sure avoid all perm/user issues by making the whole server suid. seen > >kids do that when they tired of having to su - root on their linux systems. > > > this command is only one line extracted from a script. Syncing

Re: getting rid of "permission denied" partial transfer errors

2003-12-22 Thread Sayan
Ron DuFresne wrote: sure avoid all perm/user issues by making the whole server suid. seen kids do that when they tired of having to su - root on their linux systems. this command is only one line extracted from a script. Syncing of other files require root privileges one the server side, eg squ

Re: getting rid of "permission denied" partial transfer errors

2003-12-22 Thread jw schultz
On Mon, Dec 22, 2003 at 09:11:26PM +0100, Sayan wrote: > Hi, > > I am currently setting up a backup script for the /home directory of a > server. I send all the files on a remote machine through LAN connection > using rsync to optimize bandwidth usage. > > The script is run as root on the serve

Re: getting rid of "permission denied" partial transfer errors

2003-12-22 Thread Ron DuFresne
sure avoid all perm/user issues by making the whole server suid. seen kids do that when they tired of having to su - root on their linux systems. The alternative would be to enable ssh for root for those particular cron jobs and send and recieve as root on both ends, and set the proper rsync

getting rid of "permission denied" partial transfer errors

2003-12-22 Thread Sayan
Hi, I am currently setting up a backup script for the /home directory of a server. I send all the files on a remote machine through LAN connection using rsync to optimize bandwidth usage. The script is run as root on the server by a cron job but rsync connects to the remote machine as a normal

Re: partial transfer

2003-12-18 Thread jw schultz
ta. > On the first attempt we received this error at 2.3Gb and on the second at > 2.4Gb. > > rsync error: partial transfer (code 23) at main.c(575) > > Would love to have a full backup of the laptop without error. Any assistance > greatly appreciated. That is to be expected.

Re: partial transfer

2003-12-18 Thread Chuck Wolber
b and on the > second at 2.4Gb. > > rsync error: partial transfer (code 23) at main.c(575) > > Would love to have a full backup of the laptop without error. Any > assistance greatly appreciated. Which version of rsync are you using on both sides? -Chuck -- Quantum Linux Labora

Re: partial transfer

2003-12-18 Thread Jim Salter
> On the first attempt we received this error at 2.3Gb and on the second at > 2.4Gb. > > rsync error: partial transfer (code 23) at main.c(575) Have you CHKDSK'ed the laptop? Sounds like a filesystem corruption problem. Jim Salter JRS Systems -- To unsubscribe or cha

partial transfer

2003-12-18 Thread Michael J. Lynn
2.4Gb. rsync error: partial transfer (code 23) at main.c(575) Would love to have a full backup of the laptop without error. Any assistance greatly appreciated. Sincerely, Mike Lynn -- Michael J. Lynn Eliot, ME 03903 mlynn'at'a2nice.net -- To unsubscribe or change opt

Error - partial transfer?

2003-02-21 Thread John Pettigrew
e the whole tree backed up (AFAICT by looking). However, at the end of the log I often see the following error: rsync error: partial transfer (code 23) at main.c(578). Looking at the rsync website, I've seen several reports of this behaviour, but there's nothing there to tell me (a) whether

Re: Rsync error: partial transfer (code 23) at main.c(926)

2002-11-11 Thread C. Posey
Title: Re: Rsync error: partial transfer (code 23) at main.c( Mon Nov 11 13:34:31 EST 2002 The error: rsync error: partial transfer (code 23) at main.c(578) and similar errors are thrown constantly on my machines

RE: Rsync error: partial transfer (code 23) at main.c(926)

2002-11-05 Thread Green, Paul
t; total size is 2211107296 speedup is 866.35 > rsync error: partial transfer (code 23) at main.c(926) > > I user this command: > rsync --progress -prtvv servertoconnect::tagonrsyncd.conf . > > (The rsyncd.conf it's allow hosts only my backup server) > the version inst

Re: Rsync error: partial transfer (code 23) at main.c(926)

2002-11-05 Thread tim . conway
SameTime Connect within Philips, caesupport2 on AIM "There are some who call me Tim?" "Marco A. Mateos" <[EMAIL PROTECTED]> 11/04/02 05:25 PM To: Tim Conway/LMT/SC/PHILIPS@AMEC cc: Subject: Re: Rsync error: partial transf

Re: Rsync error: partial transfer (code 23) at main.c(926)

2002-11-04 Thread tim . conway
ot; "Marco A. Mateos" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/03/02 01:22 PM To: RSYNC <[EMAIL PROTECTED]> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Rsync error: partial transfer (code 23) at main.c(926) Cla

Rsync error: partial transfer (code 23) at main.c(926)

2002-11-03 Thread Marco A. Mateos
I don't use rsync on my server because all time what i use this message appears: zopedocs/GuideToDTML/roman-number.gif is uptodate wrote 60 bytes read 2552145 bytes 6603.38 bytes/sec total size is 2211107296 speedup is 866.35 rsync error: partial transfer (code 23) at main.c(926) I user

Re: rsync error: partial transfer (code 23) at main.c(578)

2002-10-25 Thread Xiaowei Yang
es 280903.53 bytes/sec > total size is 1926061321 speedup is 2.16 > rsync error: partial transfer (code 23) at main.c(578) > > > I tried it on smaller sub-directories and it worked fine. Could some > suggest how to fix the problem? > > Thanks, > --Xiaowei &g

rsync error: partial transfer (code 23) at main.c(578)

2002-10-24 Thread Xiaowei Yang
jpg www/wf-03.jpg www/www.c www/www.tar www/xiaowei.doc www/xiaowei_dadmom.jpg www/yxw-contact.txt wrote 891953092 bytes read 898788 bytes 280903.53 bytes/sec total size is 1926061321 speedup is 2.16 rsync error: partial transfer (code 23) at main.c(578) I tried it on smaller sub-directori

partial transfer (code 23) at main.c(925) error

2002-10-22 Thread Manuel Martini - Tomato Interactive srl -
92502 wrote 217792 bytes read 1389592502 bytes 3064631.30 bytes/sec total size is 1935678278 speedup is 1.39 rsync error: partial transfer (code 23) at main.c(925) and the backup is half :-((( Can anyone can help me? P.S. it's two FreeBSD System with rsync version 2.5.5 protocol version

rsync error: partial transfer (code 23) at main.c (887)

2002-09-23 Thread sumit
ed to open $filname :permission denied" are dispalyed , some stats (which indicates no file is transfered) displayed and finally displayes above error message i.e. rsync error: partial transfer (code 23) at main.c (887) Can any plz. throw some light on it. Thanks in advance... Th'x and

Re: Rsync error 23 /Partial transfer / workaround needed (fwd)

2002-09-17 Thread tim . conway
Rsync error 23 /Partial transfer / workaround needed (fwd) Classification: Hi, I posted a list of problems I was having with rsync 2.5.5 (on Digital Unix 4.0f) which I've now been able to address thanks to some kernel tuning but I still have one outstanding problem - I

Rsync error 23 /Partial transfer / workaround needed (fwd)

2002-09-17 Thread Adam Bentley
are deleted by the client systems' web software before they are sent - at least I believe this is what is stopping some of them completing - see below send_files failed to open /some/path/to/file 11455: No such file or directory rsync error: partial transfer (code 23) at main.c(578) C

Re: rsync error: partial transfer (code 23) at main.c(576)

2002-02-06 Thread Dave Dykstra
Sent by: [EMAIL PROTECTED] > 02/06/2002 01:14 PM > > > To: <[EMAIL PROTECTED]> > cc: (bcc: Tim Conway/LMT/SC/PHILIPS) > Subject:rsync error: partial transfer (code 23) at main.c(576) > Classification: > >

Re: rsync error: partial transfer (code 23) at main.c(576)

2002-02-06 Thread tim . conway
06/2002 01:14 PM To: <[EMAIL PROTECTED]> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:rsync error: partial transfer (code 23) at main.c(576) Classification: I want to rsync my home directory from interd1 to interp1. interd1 is the server, so

rsync error: partial transfer (code 23) at main.c(576)

2002-02-06 Thread MICHAEL R. LEFEBVRE
I want to rsync my home directory from interd1 to interp1. interd1 is the server, so I enter: rsync -vraz --delete ./ interp1::test rsync: building file list ... rsync: 6 files to consider. delete_one: unlinek .rhosts: Permission denied ./ .profile rsync: failed to open ".sh_history", continuin