Re: Syncing moved files

2006-09-25 Thread Martin Gadbois
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt McCutchen wrote: > On 9/22/06, Martin Gadbois <[EMAIL PROTECTED]> wrote: >> Is there a way that rsync could, for all known files, sync paths instead >> of file content whenever local and remote files are identical (using >> sha1 or md5)? > > The

Re: Syncing moved files

2006-09-22 Thread Matt McCutchen
On 9/22/06, Wayne Davison <[EMAIL PROTECTED]> wrote: On Fri, Sep 22, 2006 at 07:17:02PM -0400, Matt McCutchen wrote: > I suppose you want the receiver to skip the transfer entirely and just > move the file if --checksum is on and the checksums match. That doesn't really save you time (over leavi

Re: Syncing moved files

2006-09-22 Thread Wayne Davison
On Fri, Sep 22, 2006 at 07:17:02PM -0400, Matt McCutchen wrote: > I suppose you want the receiver to skip the transfer entirely and just > move the file if --checksum is on and the checksums match. That doesn't really save you time (over leaving --checksum off) since you have to read the entire fi

Re: Syncing moved files

2006-09-22 Thread Matt McCutchen
On 9/22/06, Martin Gadbois <[EMAIL PROTECTED]> wrote: But rsync does not know that I moved an identical picture from tmp/ to Vacations/, it transfers the whole file, and deletes the one that was in tmp/, even though a local move might have done it. Is there a way that rsync could, for all known