Move nidus sync to its own backup buckets
When doing the restore recently it seemed likely that there were conflicts with sharing the buckets.
This commit is contained in:
parent
0dd71de7a6
commit
1055f382fc
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ in {
|
|||
"--keep-monthly 2"
|
||||
"--group-by tags"
|
||||
];
|
||||
repository = "s3:s3.us-west-004.backblazeb2.com/gleipnir-backup-deltamvcd/database";
|
||||
repository = "s3:s3.us-west-004.backblazeb2.com/gleipnir-backup-nidus-sync/database";
|
||||
};
|
||||
services.restic.backups."${backupName}-files" = {
|
||||
environmentFile = "/var/run/secrets/restic-env";
|
||||
|
|
@ -68,7 +68,7 @@ in {
|
|||
paths = [
|
||||
(builtins.toString dataDirectory)
|
||||
];
|
||||
repository = "s3:s3.us-west-004.backblazeb2.com/gleipnir-backup-deltamvcd/files";
|
||||
repository = "s3:s3.us-west-004.backblazeb2.com/gleipnir-backup-nidus-sync/files";
|
||||
|
||||
};
|
||||
sops.secrets."${secretsName}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue