diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-24 11:20:54 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-24 11:20:54 -0800 |
| commit | a1521af2370fe9e9fb815c339e14f7ec202c885e (patch) | |
| tree | a2d20e963250363f09d49ef5df6a4d8b2b80771d /machines | |
| parent | persist some state (diff) | |
| download | infra-a1521af2370fe9e9fb815c339e14f7ec202c885e.tar.gz | |
backup persisted data
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/rivendell.nix | 5 |
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" ]; }; |
