forked from TrueCloudLab/restic
doc: Clarify number of blobs are added
The numbers reported as `data_blobs` and `tree_blobs` are not total numbers of blobs but numbers of blobs added with the given snapshot.
This commit is contained in:
parent
d0c5b5a9b7
commit
b8b7896d4c
1 changed files with 4 additions and 4 deletions
|
@ -191,9 +191,9 @@ Summary is the last output line in a successful backup.
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
| ``dirs_unmodified`` | Number of directories that did not change |
|
| ``dirs_unmodified`` | Number of directories that did not change |
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
| ``data_blobs`` | Number of data blobs |
|
| ``data_blobs`` | Number of data blobs added |
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
| ``tree_blobs`` | Number of tree blobs |
|
| ``tree_blobs`` | Number of tree blobs added |
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
| ``data_added`` | Amount of (uncompressed) data added, in bytes |
|
| ``data_added`` | Amount of (uncompressed) data added, in bytes |
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
|
@ -651,9 +651,9 @@ was created.
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
| ``dirs_unmodified`` | Number of directories that did not change |
|
| ``dirs_unmodified`` | Number of directories that did not change |
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
| ``data_blobs`` | Number of data blobs |
|
| ``data_blobs`` | Number of data blobs added |
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
| ``tree_blobs`` | Number of tree blobs |
|
| ``tree_blobs`` | Number of tree blobs added |
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
| ``data_added`` | Amount of (uncompressed) data added, in bytes |
|
| ``data_added`` | Amount of (uncompressed) data added, in bytes |
|
||||||
+---------------------------+---------------------------------------------------------+
|
+---------------------------+---------------------------------------------------------+
|
||||||
|
|
Loading…
Reference in a new issue