From b489c662c723d0191fa059921166f98887853a51 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 21 Apr 2021 09:41:14 +0200 Subject: [PATCH] docs --- docs/markdown/cli/general.md | 2 ++ docs/markdown/examples.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/markdown/cli/general.md b/docs/markdown/cli/general.md index 737a420..294555b 100644 --- a/docs/markdown/cli/general.md +++ b/docs/markdown/cli/general.md @@ -26,3 +26,5 @@ Verbose mode will show the output of the native restic commands that are otherwi ```bash autorestic --verbose backup -a ``` + +> :ToCPrevNext diff --git a/docs/markdown/examples.md b/docs/markdown/examples.md index 3fd55c0..07cd508 100644 --- a/docs/markdown/examples.md +++ b/docs/markdown/examples.md @@ -3,7 +3,7 @@ ## List all the snapshots for all the backends ```bash -autorestic exec -a -- snapshots +autorestic exec -av -- snapshots ``` ## Unlock a locked repository