[Bug 8020] New: --acls does not honor --numeric-ids if UIDs do not match

2011-03-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8020 Summary: --acls does not honor --numeric-ids if UIDs do not match Product: rsync Version: 3.0.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal

Re: Unintuitive backwards-incompatible behaviour with rsync -a --link-dest --size-only

2011-03-16 Thread Bryan Hoyt | Brush Technology
Is anybody able to shed insight on this issue for me? Thanks in advance! - Bryan On Sat, Mar 12, 2011 at 11:30, Bryan Hoyt | Brush Technology < br...@brush.co.nz> wrote: > I use rsync to backup my system, using a command-line such as the > following: > > rsync [src] [dst] -a --link-dest --size

[Bug 8019] New: Various improvements to the fileflags patch

2011-03-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8019 Summary: Various improvements to the fileflags patch Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Com

[Bug 8018] New: configure doesn't find iconv library

2011-03-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8018 Summary: configure doesn't find iconv library Product: rsync Version: 3.0.8 Platform: All OS/Version: Mac OS X Status: NEW Severity: normal Priority: P5 Compo

HFS+ compression support [was Re: Backing up resource forks]

2011-03-16 Thread Mike Bombich
Hi Wayne: Thanks for taking a look at that patch. A few comments inline below... On Mar 14, 2011, at 12:42 AM, Wayne Davison wrote: > On Fri, Mar 11, 2011 at 8:05 AM, Mike Bombich wrote: > FWIW, I updated http://www.bombich.com/rsync.html just recently with a minor > bug fix to my HFS+

Re: "Connection reset by peer" withing a rsyncd strace log

2011-03-16 Thread thomas veymont
> > Having timing information (-tt) in the strace output would help a bit, > as well as parallel client and server straces. However, I guess that > there's an underlying network problem causing this, like a firewall > dropping a too old connection or something like that.  Thus, I'd > suggest to als

Re: "Connection reset by peer" withing a rsyncd strace log

2011-03-16 Thread Jan-Benedict Glaw
On Wed, 2011-03-16 12:13:41 +0100, thomas veymont wrote: > 2011/3/15 Wayne Davison : > > On Tue, Mar 15, 2011 at 9:09 AM, thomas veymont > > wrote: > >> > >> [receiver] io timeout after 60 seconds -- exiting > > > >  You should try a larger --timeout=N value, since 60 is too small for your > > d

Re: "Connection reset by peer" withing a rsyncd strace log

2011-03-16 Thread thomas veymont
2011/3/15 Wayne Davison : > On Tue, Mar 15, 2011 at 9:09 AM, thomas veymont > wrote: >> >> [receiver] io timeout after 60 seconds -- exiting > >  You should try a larger --timeout=N value, since 60 is too small for your > data.  Also, if the timeout is set in the rsyncd.conf file, make sure that >

Re: rsync walks through excluded directories...

2011-03-16 Thread Jean-Christophe Guillain
On Tue, Mar 15, 2011 at 5:20 PM, Wayne Davison wrote: > > On Tue, Mar 15, 2011 at 7:41 AM, Jean-Christophe Guillain > wrote: >> >> $ rsync -aH --del --ignore-errors --filter="- /lost+found/*" --filter="- >> /.snapshot/*" /data/orig_disks/vol-opt/ /data/bckp_disks/vol-opt/ > > Note that it is mo