Compare commits

...

2 Commits

Author SHA1 Message Date
fliespl 60ae7266d3
Merge d332f4476b into b5604b8b9f 2024-02-09 16:06:33 -07:00
fliespl d332f4476b
do not replace all shell paths in the example 2023-10-24 22:10:41 +02:00
1 changed files with 1 additions and 1 deletions

View File

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