autorestic/docs/md/location/cron.md
2020-05-17 15:30:23 +02:00

400 B

Cron

Often it is usefull to trigger backups autmatically. For this we can specify a cron attribute to each location.

locations:
  my-location:
    from: /data
    to: my-backend
    cron: '0 3 * * 0' # Every Sunday at 3:00

Here is a awesome website with some examples and an explorer

:ToCPrevNext