From b5caad2d7025071fc99287c0ea13e2f97ca8979f Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 17 Apr 2021 13:12:25 +0200 Subject: [PATCH] docs --- docs/markdown/cli/general.md | 2 +- docs/markdown/location/cron.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/markdown/cli/general.md b/docs/markdown/cli/general.md index 402458d..737a420 100644 --- a/docs/markdown/cli/general.md +++ b/docs/markdown/cli/general.md @@ -19,7 +19,7 @@ This can be useful when you want to run cron e.g. as all the output will be save autorestic --ci backup -a ``` -## `--verbose` +## `-v, --verbose` Verbose mode will show the output of the native restic commands that are otherwise not printed out. Useful for debugging or logging in automated tasks. diff --git a/docs/markdown/location/cron.md b/docs/markdown/location/cron.md index d796c2f..3557462 100644 --- a/docs/markdown/location/cron.md +++ b/docs/markdown/location/cron.md @@ -44,4 +44,6 @@ PATH="/usr/local/bin:/usr/bin:/bin" Now you can add as many `cron` attributes as you wish in the config file ⏱ +> Also note that manually triggered backups with `autorestic backup` will not influence the cron timeline, they are willingly not linked. + > :ToCPrevNext