2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-22 03:49:02 +00:00

Tiny docs wording clarification.

This commit is contained in:
will-ca 2024-04-18 07:29:55 +00:00 committed by GitHub
parent 4d22412e0c
commit 6aced61c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ depending on what you are trying to calculate.
The modes are: The modes are:
* restore-size: (default) Counts the size of the restored files. * restore-size: (default) Counts the size of the restored files.
* files-by-contents: Counts total size of files, where a file is * files-by-contents: Counts total size of unique files, where a file is
considered unique if it has unique contents. considered unique if it has unique contents.
* raw-data: Counts the size of blobs in the repository, regardless of * raw-data: Counts the size of blobs in the repository, regardless of
how many files reference them. how many files reference them.