This commit is contained in:
cupcakearmy 2021-04-17 13:12:25 +02:00
parent 2e594cade6
commit b5caad2d70
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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