[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Как **надежно** сожранить данные?



On 2016-03-24, Eugene Berdnikov wrote:

>> Какой софт высчитывает/сохраняет/проверяет контрольные суммы при создании
>> снапшотов?
>
>  Насчёт снапшотов не знаю, а rync имеет ключик -c и ещё несколько
>  связанных с деталями вычисления чексумм.

  -c, --checksum

     This changes the way rsync checks if the files have been changed and are
     in need of a transfer. Without this option, rsync uses a "quick check"
     that (by default) checks if each file’s size and time of last
     modification match between the sender and receiver. This option changes
     this to compare a 128-bit checksum for each file that has a matching
     size. Generating the checksums means that both sides will expend a lot of
     disk I/O reading all the data in the files in the transfer (and this is
     prior to any reading that will be done to transfer changed files), so
     this can slow things down significantly.

Это означает что синхронизация выполняется на основании:

    For protocol 30 and beyond (first supported in 3.0.0), the checksum used
    is MD5. For older protocols, the checksum used is MD4.

Но после синхронизации информация о контрольных суммах пропадает ((

-- 
http://defun.work/


Reply to: