autorestic/docs/cli/cron.md

12 lines
248 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
It will run cron jobs es [specified in the cron section](/locations/cron) of a specific location.
> :ToCPrevNext