From 50060cf5392414cc380b8aa74a004710664cc9ce Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 27 Apr 2021 18:38:51 +0200 Subject: [PATCH] explain verbose flag --- docs/markdown/cli/exec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/markdown/cli/exec.md b/docs/markdown/cli/exec.md index c2f0788..0692234 100644 --- a/docs/markdown/cli/exec.md +++ b/docs/markdown/cli/exec.md @@ -4,10 +4,10 @@ autorestic exec [-b, --backend] [-a, --all] -- [native options] ``` -This is avery handy command which enables you to run any native restic command on desired backends. An example would be listing all the snapshots of all your backends: +This is avery handy command which enables you to run any native restic command on desired backends. Generally will want to include the verbose flag `-v, --verbose` to see the output. An example would be listing all the snapshots of all your backends: ```bash -autorestic exec -a -- snapshots +autorestic exec -av -- snapshots ``` With `exec` you can basically run every cli command that you would be able to run with the restic cli. It only pre-fills path, key, etc.