mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-10-31 18:54:12 +01:00
400 B
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