]> git.proxmox.com Git - proxmox-backup.git/commitdiff
administration-guide.rst: update snapshot list output
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 4 May 2020 11:14:03 +0000 (13:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 4 May 2020 11:14:03 +0000 (13:14 +0200)
docs/administration-guide.rst

index 05a18edc46cf1d0234e007d15af603624b5d0c37..77fc80c6aa98ede2bf4b001a21c5259ce029d3aa 100644 (file)
@@ -575,9 +575,13 @@ command gives a list of all snapshots on the server:
 .. code-block:: console
 
   # proxmox-backup-client snapshots
-  ...
-  host/elsa/2019-12-03T09:30:15Z | 51788646825 | root.pxar catalog.pcat1 index.json
-  host/elsa/2019-12-03T09:35:01Z | 51790622048 | root.pxar catalog.pcat1 index.json
+  ┌────────────────────────────────┬─────────────┬────────────────────────────────────┐
+  │ snapshot                       │        size │ files                              │
+  ╞════════════════════════════════╪═════════════╪════════════════════════════════════╡
+  │ host/elsa/2019-12-03T09:30:15Z │ 51788646825 │ root.pxar catalog.pcat1 index.json │
+  ├────────────────────────────────┼─────────────┼────────────────────────────────────┤
+  │ host/elsa/2019-12-03T09:35:01Z │ 51790622048 │ root.pxar catalog.pcat1 index.json │
+  ├────────────────────────────────┼─────────────┼────────────────────────────────────┤
   ...
 
 You can inspect the catalog to find specific files.