aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-15 08:32:56 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-15 08:32:56 -0800
commit02e7eacdf30b6a2e2e63cc6ceca23f829c6dc25a (patch)
treed7cdd857d0448b1bdc108f03f9afe3397a85cb5a
parentadd a few more ssh aliases (diff)
downloadinfra-02e7eacdf30b6a2e2e63cc6ceca23f829c6dc25a.tar.gz
only backup music under media
We will rsync the video files to the NAS instead of adding them to restic.
Diffstat (limited to '')
-rw-r--r--machines/rivendell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix
index 4940ea3..5a19512 100644
--- a/machines/rivendell.nix
+++ b/machines/rivendell.nix
@@ -31,7 +31,7 @@
services.restic.backups.local.paths = [ "/var/lib/gitolite/repositories" ];
services.restic.backups.synology.paths = [
"/data/archives"
- "/data/media"
+ "/data/media/music"
"/var/lib/gitolite/repositories"
];