From 96feecd62192d4631d347c947eaa054c3c9c297c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 4 May 2020 13:14:03 +0200 Subject: [PATCH] administration-guide.rst: update snapshot list output --- docs/administration-guide.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst index 05a18edc..77fc80c6 100644 --- a/docs/administration-guide.rst +++ b/docs/administration-guide.rst @@ -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.