Tollef Fog Heen <[EMAIL PROTECTED]> writes:

> * Adam Lackorzynski 
>
> | The mismatches come from an incorrect resync after the archive move. The
> | contents of the files itself were actually ok.
> | To fix the archive I've placed a little script in the root directory
> | that wgets the corresponding files as rsync won't do it due to same time
> | stamps and sizes. You could also just remove them and resync.
>
>>From man rsync:
>
>        -c, --checksum
>               This forces the sender to checksum all files using a
>               128-bit MD4 checksum before transfer.  The checksum is
>               then explicitly checked on the receiver and any files of
>               the same name which already exist and have the same
>               checksum and size on the receiver are not transferred.
>               This option can be quite slow.

>From /etc/rsyncd.conf:
        refuse options = checksum dry-run

Messing up all timestamps (tocuh every file) has the same effect
though in the end. Just means the local file gets copied.

MfG
        Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to