Re: problem restoring via rsync when using stored ACLs (--fake-super)

2007-11-06 Thread Daniel Maher
On Mon, 2007-05-11 at 17:27 +0100, Daniel Maher wrote: On Mon, 2007-05-11 at 07:08 -0800, Wayne Davison wrote: On Mon, Nov 05, 2007 at 02:12:42PM +0100, Daniel Maher wrote: when i attempt to restore while preserving the ACL data, i get the following error: ERROR: out of memory in

Re: rsync and translating restricted NTFS filename characters

2007-11-06 Thread Matt McCutchen
On Mon, 2007-11-05 at 21:24 -0800, Wayne Davison wrote: On Tue, Nov 06, 2007 at 12:04:19AM -0500, Matt McCutchen wrote: This patch adds an option --tr=BAD/GOOD to transliterate filenames. Both sides need identical file names in the list when sorting, otherwise a name could sort into

Re: problem restoring via rsync when using stored ACLs (--fake-super)

2007-11-06 Thread Wayne Davison
On Tue, Nov 06, 2007 at 10:59:34AM +0100, Daniel Maher wrote: After re-compiling with the latest xattrs.c from CVS, everything appears to work as it should. The ACL data, stored as xattrs via --fake-super, is properly restored on the target server. Oh, good! I couldn't duplicate the problem,

Re: rsync and translating restricted NTFS filename characters

2007-11-06 Thread Matt McCutchen
Jeff, Wayne has cleaned up my patch a bit. The new version is at: http://cvs.samba.org/cgi-bin/cvsweb/rsync/patches/transliterate.diff?rev=1.1content-type=text/x-cvsweb-markup Matt On Tue, 2007-11-06 at 08:29 -0500, Matt McCutchen wrote: On Mon, 2007-11-05 at 21:24 -0800, Wayne Davison

Rsync shouldn't display a meaningless speedup on a dry run

2007-11-06 Thread foner-rsync
Date: Mon, 05 Nov 2007 13:17:32 -0500 From: Matt McCutchen [EMAIL PROTECTED] I think rsync should omit the speedup on a dry run. The attached patch makes it do so. I worry about those trying to write things that parse rsync's output; if -n changes the output format, such

Re: Rsync shouldn't display a meaningless speedup on a dry run

2007-11-06 Thread Matt McCutchen
On Tue, 2007-11-06 at 22:22 -0500, [EMAIL PROTECTED] wrote: I worry about those trying to write things that parse rsync's output; if -n changes the output format, such things will have to be tested on live data. No, just run rsync's output through a sed script that adds the desired speedup to

Re: Discussion about the detect-renamed patch

2007-11-06 Thread Matt McCutchen
On Tue, 2007-11-06 at 22:10 -0500, Charles Perreault wrote: now input the following to test moving into a new folder : $ mkdir src/dir1 $ mv src/file2 src/dir1/ $ rsync --detect-renamed -avz --delete src/ dest/ building file list ... done deleting file2 ./ dir1/ dir1/file2 sent 24031

Rsync shouldn't display a meaningless speedup on a dry run

2007-11-06 Thread foner-rsync
Date: Tue, 06 Nov 2007 23:18:08 -0500 From: Matt McCutchen [EMAIL PROTECTED] On Tue, 2007-11-06 at 22:22 -0500, [EMAIL PROTECTED] wrote: I worry about those trying to write things that parse rsync's output; if -n changes the output format, such things will have to be tested

CVS update: rsync

2007-11-06 Thread Wayne Davison
Date: Tue Nov 6 15:25:04 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv586 Modified Files: compat.c flist.c generator.c hlink.c options.c rsync.h Log Message: Some changes to allow an unsorted file list even if the iconv option was disabled via

CVS update: rsync

2007-11-06 Thread Wayne Davison
Date: Tue Nov 6 15:32:55 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8774 Modified Files: generator.c Log Message: Tweaked an extern. Revisions: generator.c 1.378 = 1.379

CVS update: rsync/patches

2007-11-06 Thread Wayne Davison
Date: Tue Nov 6 15:39:11 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv13255 Modified Files: atimes.diff detect-renamed.diff flags.diff link-by-hash.diff slow-down.diff usermap.diff Log Message: Fixed failing hunks.

CVS update: rsync/patches

2007-11-06 Thread Wayne Davison
Date: Tue Nov 6 18:14:36 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv23415 Added Files: transliterate.diff Log Message: Matt's transliterate patch. Revisions: transliterate.diff NONE = 1.1