mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Reword changelog
This commit is contained in:
parent
16889717c6
commit
4c8a076976
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
Enhancement: Verify uploaded files
|
||||
|
||||
rest-server now verifies that the hash of content of uploaded files matches
|
||||
their filename. This ensures that transmission errors are detected and forces
|
||||
restic to retry the upload.
|
||||
The rest-server now by default verifies that the hash of content of uploaded
|
||||
files matches their filename. This ensures that transmission errors are
|
||||
detected and forces restic to retry the upload. On low-power devices it can
|
||||
make sense to disable this check by passing the `--no-verify-upload` flag.
|
||||
|
||||
https://github.com/restic/rest-server/issues/122
|
||||
https://github.com/restic/rest-server/pull/130
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue