Overview Hooks Exluding Files Forget Policy Cron Docker Volumes
Often it is usefull to trigger backups autmatically. For this we can specify a cron
attribute to each location.
1locations:
2 my-location:
3 from: /data
4 to: my-backend
5 cron: '0 3 * * 0' # Every Sunday at 3:00
Here is a awesome website with some examples and an explorer