aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-24 11:20:54 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-24 11:20:54 -0800
commita1521af2370fe9e9fb815c339e14f7ec202c885e (patch)
treea2d20e963250363f09d49ef5df6a4d8b2b80771d /machines
parentpersist some state (diff)
downloadinfra-a1521af2370fe9e9fb815c339e14f7ec202c885e.tar.gz
backup persisted data
Diffstat (limited to '')
-rw-r--r--machines/rivendell.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix
index 924b46d..90d501d 100644
--- a/machines/rivendell.nix
+++ b/machines/rivendell.nix
@@ -67,12 +67,11 @@
enable = true;
openFirewall = true;
};
- restic.backups.local.paths = [ "/var/lib/gitolite/repositories" ];
+ restic.backups.local.paths = [ "/persist/save" ];
restic.backups.synology.paths = [
"/data/archives"
"/data/media/music"
- "/var/lib/gitolite/repositories"
- "/var/backup/postgresql"
+ "/persist/save"
];
};