autorestic/docs/markdown/cli/cron.md

12 lines
247 B
Markdown
Raw Normal View History

2020-05-17 12:52:30 +00:00
# Cron
```bash
autorestic cron
```
2020-11-13 14:48:20 +00:00
This command is mostly intended to be triggered by an automated system like systemd or crontab.
2020-05-17 12:52:30 +00:00
2021-04-23 15:45:02 +00:00
It will run cron jobs as [specified in the cron section](/location/cron) of a specific location.
2020-05-17 12:52:30 +00:00
> :ToCPrevNext