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