[CLOUD] Add auto-backup

This commit is contained in:
Florian RICHER 2023-05-20 19:16:13 +02:00
parent 27c82e21bc
commit c925c6793e
2 changed files with 30 additions and 0 deletions

View file

@ -2,6 +2,10 @@
# Global configuration
server:
domain: mrdev023.test
backup:
folder: /backup
cron_expression: "0 2 * * *"
retention_days: 7
acme:
email: florian.richer.97@outlook.com
debug: true