Re: --append option description in manpage confusing

2007-08-11 Thread Matt McCutchen
On 8/11/07, Wayne Davison <[EMAIL PROTECTED]> wrote: > I'm thinking about having a way to specify that the --append option > should just skip past the already-present data without checksumming it. > Perhaps an --append-fast option? That's what my --trust-append option in patches/trust-append.diff

Re: Which rsync version?

2007-08-11 Thread Wayne Davison
On Wed, Aug 08, 2007 at 01:07:09PM +1200, Jason Haar wrote: > will v3 also allow compression of the initial directory meta-data? Not at present. That is something to consider adding, but may not make it into the first 3.0.0 release. ..wayne.. -- To unsubscribe or change options: https://lists.s

Re: --append option description in manpage confusing

2007-08-11 Thread Wayne Davison
On Thu, Aug 02, 2007 at 08:40:30AM -0400, Matt McCutchen wrote: > Thus, rsync wants to make sure the entire files are identical so as > not to deceive those future runs. Wayne, was this your thinking? That was the idea -- still compute a full-file checksum so that we know the file is OK after the

Re: Transport Performance / Protocol Overhead (remote shell vs daemon)

2007-08-11 Thread Wayne Davison
On Sun, May 27, 2007 at 10:42:56PM -0400, Matt McCutchen wrote: > 1a. rsync -e 'ssh -l sshuser' --rsync-path='nc localhost 873 #' > [EMAIL PROTECTED]::module/ ... > > ("nc localhost 873 # --daemon --server ." is invoked over ssh, the > right part being commented out.) > > 1b. RSYNC_CONNECT_PROG='ss

Re: (Rsync 3.0) acls for OS X

2007-08-11 Thread Warren Oates
Thanks for the reply, Wayne. See what happens when Leopard comes along I guess. Sometimes I hate Darwin ... On 7/17/07, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Tue, Jul 17, 2007 at 03:36:10PM -0400, Warren Oates wrote: > > What's the status of acl support for OS X? What needs to be done? >