Commit Graph

7 Commits

Author SHA1 Message Date
James Tyra
5b4a2c3165
Update cron.md
crontab entries need a user. 
When copying and pasting the examples directly into my crontab, they were not running. Using a crontab checking utility, an error was generated:
`Checking correctness of /var/spool/cron/crontabs/root
E: 6: */5 * * * * /usr/local/bin/autorestic -v -c /root/.autorestic.yml --ci cron |& /usr/bin/logger -t autorestic > /dev/null 2>&1
e:    INVALID_USER: Invalid username "/usr/local/bin/autorestic"
E: There were 1 errors and 0 warnings.`

This update adds a username (root) to the example, which fixes the syntax error.
2023-04-06 11:42:13 -05:00
a1abe13a39
docs on cron 2021-10-25 17:07:29 +02:00
David Boles
b6c7922df5 Recommend a consistent config location 2021-04-26 16:47:00 -07:00
aa96a95600
typos 2021-04-21 09:34:01 +02:00
b5caad2d70
docs 2021-04-17 13:12:25 +02:00
952334fecb
docs 2021-04-16 00:26:57 +02:00
da6d9c53aa
docs 2021-04-12 16:41:46 +02:00