mirror of
https://github.com/octoleo/restic.git
synced 2024-11-21 20:35:12 +00:00
add data verification changelog entry
This commit is contained in:
parent
75e72d826c
commit
4589da7eb9
14
changelog/unreleased/issue-4529
Normal file
14
changelog/unreleased/issue-4529
Normal file
@ -0,0 +1,14 @@
|
||||
Enhancement: Verify data integrity before upload
|
||||
|
||||
Hardware issues or a bug in restic could cause restic to create corrupted files
|
||||
that were then uploaded to the repository. Detecting such corruption usually
|
||||
required explicitly running the `check --read-data` command.
|
||||
|
||||
To prevent the upload of corrupted data to the repository, restic now
|
||||
additionally verifies that files can be decoded and contain the correct data
|
||||
beforehand. This increases the CPU usage during backups. If absolutely
|
||||
necessary, you can disable the verification using the option
|
||||
`--no-verify-pack`.
|
||||
|
||||
https://github.com/restic/restic/issues/4529
|
||||
https://github.com/restic/restic/pull/4681
|
Loading…
Reference in New Issue
Block a user