add backup schedule
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2021-01-11 21:08:27 +01:00
parent c6570a8a19
commit 5ad4b6c2f4

16
docspell/backup.yaml Normal file
View file

@ -0,0 +1,16 @@
apiVersion: backup.appuio.ch/v1alpha1
kind: Schedule
metadata:
name: backup-schedule
namespace: docspell
spec:
backup:
schedule: '15 01 * * *'
keepJobs: 2
check:
schedule: '15 04 * * 1'
prune:
schedule: '0 02 * * *'
retention:
keepLast: 10
keepDaily: 14