-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
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
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
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