DO NOT REPLY [Bug 5974] New: configure --help does not document xattr support properly

2008-12-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5974 Summary: configure --help does not document xattr support properly Product: rsync Version: 3.0.4 Platform: All OS/Version: All Status: NEW Severity: normal

Re: Syncing file with reference to another one

2008-12-15 Thread Ryan Malayter
On Mon, Dec 15, 2008 at 5:28 PM, Hai Zaar wrote: > I have the following situation: file2 on remote host and file1 on > localhost. file1 and file2 are mostly the same. Simply running > rsync remotehost:file2 file2 > will actually transfer the entire file. But I would like to use the > factt that I

Syncing file with reference to another one

2008-12-15 Thread Hai Zaar
I have the following situation: file2 on remote host and file1 on localhost. file1 and file2 are mostly the same. Simply running rsync remotehost:file2 file2 will actually transfer the entire file. But I would like to use the factt that I have local file1 that is mostly similar to file2. I.e. how

sorting by file size

2008-12-15 Thread Sebastien Roy
Hello everyone, I have been using rsync for many years to incrementally update a mirror of my laptop. Because I work with video a lot, I mirror a mixture of huge files (up to 3 gig per file) with tiny file (code). Since I sometime don't have time to complete the mirroring in a single shot. Any sm

weird interaction between --delete-delay and --partial-dir when transfer is interrupted

2008-12-15 Thread Shivkumar Venkatasubrahmanyam
Hi, I'm not sure if this is a bug, but after reading the manual, this does not seem like expected behavior. I'm using the following rsync command to approximate an atomic update (I can't use --link-dest as hard links in hfsplus filesystems are fubar under linux as of 2.6.27): rsync -a --del

rsync 3.0.4 ACL corruption

2008-12-15 Thread Peter Rindfuss
Hi, I use rsync 3.0.4 on two opensuse 11 machines. Every night, a big tree of machine A is synced to machine B. These machines are samba PDC and BDC, users and groups are ldap-based, and ACLs are heavily used. There are about 2.8 million files and dirs, 2.2 terabytes of data, and a complete ACL

Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-15 Thread Roman Fiedler
Roman Fiedler wrote: Matt McCutchen wrote: On Fri, 2008-12-12 at 12:56 +0100, Roman Fiedler wrote: The goal is to sync two directories using rsync without running the rsync daemon on one of the two hosts... The additional args caused nc to fail. Also \x00 instead of # did not work. But follow

Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-15 Thread Roman Fiedler
Matt McCutchen wrote: On Fri, 2008-12-12 at 12:56 +0100, Roman Fiedler wrote: The goal is to sync two directories using rsync without running the rsync daemon on one of the two hosts... > I suggest you just replace your "nc" command with an rsync daemon listening on port on the SRC machin