Re: Recognizing directory name changes

2007-10-12 Thread Matt McCutchen
@lists.samba.org Subject: Re: Recognizing directory name changes On 10/11/07, Frank Thomas [EMAIL PROTECTED] wrote: Thanks Matt again for the info. So now I'm feeling foolish. I tried to just pull the latest version of this from the cvs and I keep getting the following errors when I try

Re: Recognizing directory name changes

2007-10-12 Thread Matt McCutchen
On 10/12/07, Frank Thomas [EMAIL PROTECTED] wrote: Thank you for telling me of it's issues. When the patch approaches testing, please contact me and I can setup a test environment to test transfers in the Gig's. I have fixed the patch and Wayne has committed my fixes to the CVS. You may test

Re: Recognizing directory name changes

2007-10-11 Thread Matt McCutchen
On 10/11/07, Frank Thomas [EMAIL PROTECTED] wrote: Thanks Matt for your reply. What my problem is, I didn't install rsync from source, but through a rpm package. I wonder if it is possible to apply the patch and re-create the rpm, to minimize the work involved. Yes. Obtain the rsync source

Re: Recognizing directory name changes

2007-10-11 Thread Matt McCutchen
On 10/11/07, Frank Thomas [EMAIL PROTECTED] wrote: Thanks Matt again for the info. So now I'm feeling foolish. I tried to just pull the latest version of this from the cvs and I keep getting the following errors when I try to click onto 'download'. Yes, the cvsweb seems to be broken; I have

Re: Recognizing directory name changes

2007-10-10 Thread Matt McCutchen
On 10/10/07, Frank Thomas [EMAIL PROTECTED] wrote: First, I'm not sure how to safely compile this into rsync I don't know what you mean by safely. To get an rsync executable with the patch, download an rsync source package from http://rsync.samba.org/ (your choice of the stable rsync 2.6.9 or a

Recognizing directory name changes

2007-10-09 Thread Frank Thomas
I've decided to proceed down another path to solve this problem, at least until rsync is able. I've begun to code a perl script that keeps a lookup list of file and directory names to inodes. What will occur is the pointer list check will be run just before the rsync job and perform name changes

Re: Recognizing directory name changes

2007-10-09 Thread Matt McCutchen
On 10/9/07, Frank Thomas [EMAIL PROTECTED] wrote: I've decided to proceed down another path to solve this problem, at least until rsync is able. You aren't happy with --detect-renamed ? Is there any way to change the dry-run option to display a probable transfer size if the command was run.