diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-15 08:32:56 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-15 08:32:56 -0800 |
| commit | 02e7eacdf30b6a2e2e63cc6ceca23f829c6dc25a (patch) | |
| tree | d7cdd857d0448b1bdc108f03f9afe3397a85cb5a /machines | |
| parent | add a few more ssh aliases (diff) | |
| download | infra-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 'machines')
| -rw-r--r-- | machines/rivendell.nix | 2 |
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" ]; |
