Re: creation date and OSX [performance]

2008-02-02 Thread Vitorio Machado
Hi, I think it's OK to run getattrlist once assuming that there are creation date. My arguments: 1) First of all, most of Macs run only on HFS+, some exceptions will be those running under UFS (only saw one person talk about this for a server, but I think it's very rare) or that have volu

Re: creation date and OSX [performance]

2008-02-02 Thread Giuliano Gavazzi
On 2 Feb 2008, at 09:24, Vitorio Machado wrote: 3) Also from getattrlist manpage: Not all volumes support all attributes. See the discussion of ATTR_VOL_ATTRIBUTES for a discussion of how to determine whether a par- ticular volume supports a particular attribute. I don't rea

hardlinks not working with inode number > 2^31

2008-02-02 Thread Paul Slootman
I've been using 3.0.0pre8 to move a Debian archive from one filesystem to another. This archive contains a daily snapshot of the Debian ftp site, with common files hardlinked to save space. I noticed that it was using far more space than necessary. Upon investigation it seems that all the source f

Re: [PATCH] Add forgotten setup_iconv() call so that daemon-side iconv works.

2008-02-02 Thread Jochen Reinwand
Hi Matt, thanks for the patch! I applied the patch to rsync-3.0.0pre8 and rsync-HEAD-20080127-2251GMT, but the new setup_iconv doesn't seem to work. Trying to connect with parameter --iconv set, the daemon writes the following to the syslog and closes the connection: iconv_open("UTF-8", "iso8

patches/ dir missing in pre8 ?

2008-02-02 Thread Simo Sorce
What happened to the patches dir? It is missing in the pre8 tarball. Simo. -- Simo Sorce * Red Hat, Inc * New York -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: patches/ dir missing in pre8 ?

2008-02-02 Thread Vitorio Machado
It's in separate here http://samba.anu.edu.au/ftp/rsync/rsync- patches-3.0.0pre8.tar.gz Le 2 févr. 08 à 18:19, Simo Sorce a écrit : What happened to the patches dir? It is missing in the pre8 tarball. Simo. -- Simo Sorce * Red Hat, Inc * New York -- To unsubscribe or change options: https://

Re: patches/ dir missing in pre8 ?

2008-02-02 Thread Simo Sorce
On Sat, 2008-02-02 at 18:49 +0100, Vitorio Machado wrote: > It's in separate here http://samba.anu.edu.au/ftp/rsync/rsync- > patches-3.0.0pre8.tar.gz Oh, thanks, haven't notice any message on the list telling the packages were separated, sorry for the noise. Simo. -- Simo Sorce * Red Hat, Inc

Bad xattrs.diff [was: Re: patches/ dir missing in pre8 ?]

2008-02-02 Thread Simo Sorce
On Sat, 2008-02-02 at 15:41 -0500, Simo Sorce wrote: > On Sat, 2008-02-02 at 18:49 +0100, Vitorio Machado wrote: > > It's in separate here http://samba.anu.edu.au/ftp/rsync/rsync- > > patches-3.0.0pre8.tar.gz > > Oh, thanks, haven't notice any message on the list telling the packages > were separ

Re: Bad xattrs.diff [was: Re: patches/ dir missing in pre8 ?]

2008-02-02 Thread Vitorio Machado
How did you proceed to patch? Here: iMac:~ lag$ mv /Users/lag/Desktop/rsync-3.0.0pre8\ 2/patches/ /Users/ lag/Desktop/rsync-3.0.0pre8/ iMac:~ lag$ cd Desktop/rsync-3.0.0pre8 iMac:~/Desktop/rsync-3.0.0pre8 lag$ patch -p1 And it goes fine... As you said both acl and xattr try to patch proto, j

Re: Bad xattrs.diff [was: Re: patches/ dir missing in pre8 ?]

2008-02-02 Thread Simo Sorce
On Sat, 2008-02-02 at 22:31 +0100, Vitorio Machado wrote: > How did you proceed to patch? > > Here: > iMac:~ lag$ mv /Users/lag/Desktop/rsync-3.0.0pre8\ 2/patches/ /Users/ > lag/Desktop/rsync-3.0.0pre8/ > iMac:~ lag$ cd Desktop/rsync-3.0.0pre8 > iMac:~/Desktop/rsync-3.0.0pre8 lag$ patch -p1 pat

Re: creation date and OSX [performance]

2008-02-02 Thread Wayne Davison
On Sat, Feb 02, 2008 at 12:18:07AM -0600, Mike Bombich wrote: > The performance hit is significant, and I'm wondering how safe it is to > simply assume that every file has a creation date? I've been thinking about rewriting that patch so that the creation time is sent as a time attribute, like th

Re: Bad xattrs.diff [was: Re: patches/ dir missing in pre8 ?]

2008-02-02 Thread Wayne Davison
On Sat, Feb 02, 2008 at 04:11:03PM -0500, Simo Sorce wrote: > xattrs.diff contains the same change to proto.h that acls.diff contain making > patch fail if you apply both (as suggested in xattrs.diff header). I've fixed the support/patch-update script so that it properly diffs the generated files

Sends files when I don't think it should

2008-02-02 Thread Tuc at T-B-O-H.NET
Hi, I've got one thats really stumping me... rsync 2.6.9 from FreeBSD ports on both ends. /usr/local/tmp/rsync --dry-run -v -v -v -v -v -v -v -v -v -v -v -v --dry-run -vrlptHDgozxS --partial --force --delete --numeric-ids --exclude='A/*' --include='*/' /usr/local/etc/machines/ [EMAIL

rsync chown/chgrp feature

2008-02-02 Thread Steven Hartland
After looking through all the rsync docs for an option to "set" the owner / group of the files on the destination host, which there doesn't seem to be one, I did a quick Google and turned up the following link. http://lists.samba.org/archive/rsync/2001-October/000327.html This seems to have a pat

Re: creation date and OSX [performance]

2008-02-02 Thread Robert DuToit
Hi Wayne, I tried the crtimes patch and it compiles and works but when I tried to add the flags patch too I came up with this make error. Though flags compiloes by itself or with the osx-create-time.diff patch. Rob robert-dutoits-powerbook-g4-15:rsync-3.0.0pre8 astrid$ make perl ./mkproto.p

Re: creation date and OSX [performance]

2008-02-02 Thread Wayne Davison
On Sat, Feb 02, 2008 at 09:38:20PM -0500, Robert DuToit wrote: > I tried the crtimes patch and it compiles and works but when I tried > to add the flags patch too I came up with this make error. You apparently missed the patch errors before that. You need to resolve all the failed hunks from the