aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
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"
];
};