mirror of
https://github.com/restic/restic.git
synced 2024-12-22 15:57:07 +00:00
Update output of restic check
This commit is contained in:
parent
b0c1d0f9cd
commit
6183d0be53
1 changed files with 8 additions and 5 deletions
13
doc/faq.rst
13
doc/faq.rst
|
@ -40,13 +40,16 @@ looks like this:
|
||||||
::
|
::
|
||||||
|
|
||||||
$ restic check
|
$ restic check
|
||||||
Create exclusive lock for repository
|
create exclusive lock for repository
|
||||||
Load indexes
|
load indexes
|
||||||
Check all packs
|
check all packs
|
||||||
pack 819a9a52e4f51230afa89aefbf90df37fb70996337ae57e6f7a822959206a85e: not referenced in any index
|
pack 819a9a52e4f51230afa89aefbf90df37fb70996337ae57e6f7a822959206a85e: not referenced in any index
|
||||||
pack de299e69fb075354a3775b6b045d152387201f1cdc229c31d1caa34c3b340141: not referenced in any index
|
pack de299e69fb075354a3775b6b045d152387201f1cdc229c31d1caa34c3b340141: not referenced in any index
|
||||||
Check snapshots, trees and blobs
|
2 additional files were found in the repo, which likely contain duplicate data.
|
||||||
Fatal: repository contains errors
|
You can run `restic prune` to correct this.
|
||||||
|
check snapshots, trees and blobs
|
||||||
|
[0:00] 100.00% 16 / 16 snapshots
|
||||||
|
no errors were found
|
||||||
|
|
||||||
The message means that there is more data stored in the repo than
|
The message means that there is more data stored in the repo than
|
||||||
strictly necessary. This is uncritical. With high probability this is duplicate data
|
strictly necessary. This is uncritical. With high probability this is duplicate data
|
||||||
|
|
Loading…
Reference in a new issue