mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-03-12 05:47:29 +00:00
Merge d332f4476b790c907bff9ca1d49854c5c54351ed into 068121d722c7994f7608f124b71b9a1ecf50ac19
This commit is contained in:
commit
c47d48400a
@ -34,7 +34,7 @@ Then paste this at the bottom of the file and save it. Note that in this specifi
|
||||
|
||||
```bash
|
||||
# This is required, as it otherwise cannot find restic as a command.
|
||||
PATH="/usr/local/bin:/usr/bin:/bin"
|
||||
PATH="/usr/local/bin:$PATH"
|
||||
|
||||
# Example running every 5 minutes
|
||||
*/5 * * * * autorestic -c /path/to/my/.autorestic.yml --ci cron
|
||||
|
Loading…
x
Reference in New Issue
Block a user