mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/restic: Support for 20.09
This commit is contained in:
parent
e9c5f1c101
commit
ea15cb010b
1 changed files with 2 additions and 2 deletions
|
|
@ -13,11 +13,11 @@
|
|||
"--keep-monthly 12"
|
||||
];
|
||||
repository = "";
|
||||
s3CredentialsFile = "/etc/restic/system.repo";
|
||||
};
|
||||
systemd.services."restic-backups-tardis".environment.RESTIC_REPOSITORY_FILE = "/etc/restic/system.repo";
|
||||
|
||||
services.postgresqlBackup = {
|
||||
enable = config.service.postgresql.enable;
|
||||
enable = config.services.postgresql.enable;
|
||||
backupAll = true;
|
||||
startAt = "*-*-* 23:45:00";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue