autorestic/docs/markdown/location
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
..
copy.md 1.6.0 (#180) 2022-04-14 11:51:32 +02:00
cron.md Update cron.md 2023-04-06 11:42:13 -05:00
docker.md docs 2021-10-31 23:35:46 +01:00
exclude.md typos 2021-04-21 09:34:01 +02:00
forget.md Update forget.md keep-within argument to be '14d' (#236) 2022-09-13 14:59:46 +02:00
hooks.md docs for hook envs 2021-10-26 15:57:47 +02:00
options.md docs 2021-11-01 11:19:27 +01:00
overview.md Add warning about location names. 2022-04-07 10:32:17 +01:00