]> git.tuebingen.mpg.de Git - dss.git/commit
Implement --checksum.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Apr 2017 17:06:37 +0000 (19:06 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 13 Jul 2017 20:54:03 +0000 (22:54 +0200)
commitb01b9e2b9d8e63ea13119096dceb19f436aef544
treef4495c7bbf97f44344ec19dc874f4889e43f2154
parent2d10a72798da5489363088dfbe02ccbc5942cfcd
Implement --checksum.

It is considered good practice to run rsync with --checksum from time
to time. This patch implements the feature via the new --checksum
option.

The probabilistic approach was chosen so that dss does not need to
remember which snapshots were created with --checksum.
dss.c
dss.suite