rename --no-verify-pack to --no-extra-verify

This commit is contained in:
Michael Eischer
2024-02-04 16:50:50 +01:00
parent 4589da7eb9
commit 2a0bd2b637
4 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ 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`.
`--no-extra-verify`.
https://github.com/restic/restic/issues/4529
https://github.com/restic/restic/pull/4681