This commit is contained in:
2020-11-13 15:48:20 +01:00
parent b690c1c3a9
commit 91e902d7ef
9 changed files with 47 additions and 13 deletions

View File

@@ -39,9 +39,11 @@ Then paste this at the bottom of the file and save it. Note that in this specifi
PATH="/usr/local/bin:/usr/bin:/bin"
# Example running every 5 minutes
*/5 * * * * autorestic -c /srv/.autorestic.yml cron
*/5 * * * * autorestic -c /srv/.autorestic.yml --ci cron
```
Now you can add as many `cron` attributes as you wish ⏱
> The `--ci` option is not required, but recommended
Now you can add as many `cron` attributes as you wish in the config file ⏱
> :ToCPrevNext