forked from TrueCloudLab/restic
docs: fix percent_done
description
This commit is contained in:
parent
82e6e28781
commit
9a69f44de2
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ Status
|
|||
+----------------------+------------------------------------------------------------+
|
||||
|``seconds_elapsed`` | Time since restore started |
|
||||
+----------------------+------------------------------------------------------------+
|
||||
|``percent_done`` | Percentage of data backed up (bytes_restored/total_bytes) |
|
||||
|``percent_done`` | Percentage of data restored (bytes_restored/total_bytes) |
|
||||
+----------------------+------------------------------------------------------------+
|
||||
|``total_files`` | Total number of files detected |
|
||||
+----------------------+------------------------------------------------------------+
|
||||
|
|
Loading…
Reference in a new issue