forked from TrueCloudLab/restic
doc: describe JSON output of restore command
This commit is contained in:
parent
1ce839228e
commit
b34ce57dd4
1 changed files with 43 additions and 0 deletions
|
@ -470,6 +470,49 @@ node
|
||||||
+-----------------+--------------------------+
|
+-----------------+--------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
restore
|
||||||
|
-------
|
||||||
|
|
||||||
|
The ``restore`` command uses the JSON lines format with the following message types.
|
||||||
|
|
||||||
|
Status
|
||||||
|
^^^^^^
|
||||||
|
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``message_type`` | Always "status" |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``seconds_elapsed`` | Time since restore started |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``percent_done`` | Percentage of data backed up (bytes_restored/total_bytes) |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``total_files`` | Total number of files detected |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``files_restored`` | Files restored |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``total_bytes`` | Total number of bytes in restore set |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``bytes_restored`` | Number of bytes restored |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
Summary
|
||||||
|
^^^^^^^
|
||||||
|
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``message_type`` | Always "summary" |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``seconds_elapsed`` | Time since restore started |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``total_files`` | Total number of files detected |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``files_restored`` | Files restored |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``total_bytes`` | Total number of bytes in restore set |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|``bytes_restored`` | Number of bytes restored |
|
||||||
|
+----------------------+------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
snapshots
|
snapshots
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue