Autorestic: Execute authentik backup every day

This commit is contained in:
GHOSCHT 2024-05-06 19:48:38 +02:00
parent 6652435bd4
commit 4faa092004
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -191,7 +191,7 @@ in {
to: to:
- zfs - zfs
- eustachius - eustachius
cron: '0 4 * * 0' # Every Sunday at 4:00 cron: '55 3 * * *' # Every Day at 3:55
hooks: hooks:
before: before:
- arion -f ${arionPath}/auth/arion-compose.nix -p ${arionPath}/auth/arion-pkgs.nix stop - arion -f ${arionPath}/auth/arion-compose.nix -p ${arionPath}/auth/arion-pkgs.nix stop