Re: Time problem

2006-08-25 Thread Paul Slootman
On Thu 24 Aug 2006, Franck Y wrote: I have a little problem regarding time. I want to preserve all time when i transfert for my backup. So i used the following option -t, but when i transfert it i have nothing about times just the day when it was transfered. Here is a snapshot of what i

Re: Passwordless SSH messes with escaped spaces

2006-08-25 Thread Wayne Davison
On Thu, Aug 24, 2006 at 06:24:58PM +0200, Jannes Faber wrote: I found several example scripts, but they all give me the same problem: paths with spaces in them get split up into 2 separate source file names (spaces are properly escaped of course and things work fine without command=). Note

DO NOT REPLY [Bug 3825] rsync won't delete directory with excluded files

2006-08-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3825 --- Comment #10 from [EMAIL PROTECTED] 2006-08-25 16:11 MST --- Matt - I finally got around to examining/testing your patch (during summers in Minnesota I have other, higher priority things to do :D). It's a very large patch which goes

DO NOT REPLY [Bug 3825] rsync won't delete directory with excluded files

2006-08-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3825 --- Comment #11 from [EMAIL PROTECTED] 2006-08-25 17:25 MST --- (In reply to comment #10) Thanks for testing the patch! I would also argue that the message should be emitted regardless of -v options since it indicates that rsync is

--fuzzy works with --link-dest?

2006-08-25 Thread Robert Siemer
Hi! Does --fuzzy also look for files in dirs mentioned with --...-dest? My special intrest lies in --link-dest, though. Thanks, Robert -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: File fragmentation

2006-08-25 Thread Matt McCutchen
On 8/25/06, Rob Bosch [EMAIL PROTECTED] wrote: This article suggests the ftruncate function is in the cygwin system (http://www.cygwin.com/ml/cygwin-cvs/2006-q3/msg00114.html). Based on the open base specifications the ftruncate should allow the file to be resized to the desired level achieving

Re: --fuzzy works with --link-dest?

2006-08-25 Thread Matt McCutchen
No, --fuzzy only looks in the same directory as the destination file. There was a rather heated debate about whether it should look in --*-dest directories on bug 3392: https://bugzilla.samba.org/show_bug.cgi?id=3392 Matt -- To unsubscribe or change options:

Re: --fuzzy works with --link-dest?

2006-08-25 Thread Robert Siemer
On Fri, Aug 25, 2006 at 08:20:15PM -0400, Matt McCutchen wrote: No, --fuzzy only looks in the same directory as the destination file. There was a rather heated debate about whether it should look in --*-dest directories on bug 3392: https://bugzilla.samba.org/show_bug.cgi?id=3392 I've read

RE: File fragmentation

2006-08-25 Thread Rob Bosch
That would be great! If you need any help testing, let me know. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt McCutchen Sent: Friday, August 25, 2006 6:15 PM To: Rob Bosch Cc: rsync Subject: Re: File fragmentation On 8/25/06, Rob Bosch

Re: File fragmentation

2006-08-25 Thread Matt McCutchen
On 8/25/06, Matt McCutchen [EMAIL PROTECTED] wrote: So rsync's configure script should check for posix_fallocate, and the receiver should call it just after opening each received file. I might write a patch for this. And attached is the patch. Rob, would you please test it and see if it