more backup paths

This commit is contained in:
xunuwu 2025-04-27 18:53:54 +02:00
parent b044cbbdd8
commit 89016c01da
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 4 additions and 0 deletions

View file

@ -44,4 +44,6 @@
); );
}; };
}; };
services.restic.backups.hopper.paths = ["/srv/minecraft"];
} }

View file

@ -36,4 +36,6 @@
}; };
systemd.enable = true; systemd.enable = true;
}; };
services.restic.backups.hopper.paths = ["/var/lib/prometheus2"];
} }