[Bug 8844] rsyncd ownership handling

2012-08-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8844 Wayne Davison way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Persistent, sporadic failure in make_bak_dir mkdir

2012-08-12 Thread Wayne Davison
On Fri, Aug 10, 2012 at 1:14 PM, Richard Crane richard.cr...@haskins.yale.edu wrote: Through several versions up to and including the current 3.0.9 I experience sporadic, repeating (but not predictably) errors of this form: [... backup errors ...] Is there anything I can do? The backup

Re: Question about --partial-dir and aborted transfers of large files

2012-08-12 Thread Wayne Davison
On Fri, Aug 10, 2012 at 9:03 AM, T.J. Crowder t...@crowdersoftware.comwrote: 1. Am I correct in inferring that when rsync sees data for a file in the --partial-dir directory, it applies its delta transfer algorithm to the partial file? 2. And that this is _instead of_ applying it to the real

Re: rsync 3.0.9 incompatible with self? (proto incompat on local-local)

2012-08-12 Thread Wayne Davison
On Sun, Aug 5, 2012 at 1:50 AM, Linda Walsh rs...@tlinx.org wrote: How can I have a proto incompat when it it is talking to itself?... You cited a hard-link bug in the incremental recursion algorithm. You can work around it by specifying --no-inc-recursive (--no-i-r). If you have a

Re: Compiling rsync-3.0.9 on Xcode 4.4 (Mountain Lion)

2012-08-12 Thread Wayne Davison
On Thu, Aug 9, 2012 at 12:03 PM, Ian Battersby ian.batter...@gmail.comwrote: Copying srcdir rsync.1 cp: ./rsync.1: No such file or directory make: [man-copy] Error 1 (ignored) You need yodl if you want to be able to translate the *.yo manpages into the nroff versions. If you don't have yodl

Re: Question about --partial-dir and aborted transfers of large files

2012-08-12 Thread Wayne Davison
On Sun, Aug 12, 2012 at 10:41 AM, Wayne Davison way...@samba.org wrote: I have imagined making the code pretend that the partial file and any destination file are concatenated together for the purpose of generating checksums. Actually, that could be bad if the destination and partial file

Re: Question about --partial-dir and aborted transfers of large files

2012-08-12 Thread T.J. Crowder
Hi, Thanks for that! On 12 August 2012 18:41, Wayne Davison way...@samba.org wrote: I have imagined making the code pretend that the partial file and any destination file are concatenated together for the purpose of generating checksums. That would allow content references to both files,

Re: rsync 3.0.9 incompatible with self? (proto incompat on local-local)

2012-08-12 Thread Linda Walsh
How can I show it to you? I'm pretty sure I can produce it on demand -- just take another snapshot and do a rsync w/o the no-i-r switch... But it's not like I can send you a HD via email...they are sorta big...? Wayne Davison wrote: On Sun, Aug 5, 2012 at 1:50 AM, Linda Walsh

[Bug 3693] rsync -H should break outdated hard-links to identical files

2012-08-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3693 --- Comment #11 from Linda Walsh sa...@tlinx.org 2012-08-12 23:48:22 UTC --- Note -- This is shouldn't be qualified as an enhancement, as if the -H option is used, it is supposed to duplicate the hard link structure on the source. Not doing so is a