cron docs

This commit is contained in:
2020-06-28 22:36:44 +02:00
parent af6e715b27
commit 2b5efd0499
27 changed files with 607 additions and 607 deletions

View File

@@ -34,8 +34,8 @@ Then paste this at the bottom of the file and save it. Note that in this specifi
# This is required, as it otherwise cannot find restic as a command.
PATH="/usr/local/bin:/usr/bin:/bin"
# Example running every monday at 4 in the morning
0 4 * * 1 autorestic -c /srv/.autorestic.yml cron
# Example running every 5 minutes
*/5 * * * * autorestic -c /srv/.autorestic.yml cron
```
Now you can add as many `cron` attributes as you wish ⏱