autorestic/docs/markdown/cli/cron.md

12 lines
248 B
Markdown
Raw Normal View History

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