vno3-nk: backup timelapse-r11 too

This commit is contained in:
2025-03-15 21:56:53 +02:00
parent 7d92eea691
commit a6d3840b0e

View File

@@ -136,16 +136,16 @@ in
passwordPath = config.age.secrets.borgbackup-password.path; passwordPath = config.age.secrets.borgbackup-password.path;
sshKeyPath = "/etc/ssh/ssh_host_ed25519_key"; sshKeyPath = "/etc/ssh/ssh_host_ed25519_key";
dirs = dirs =
#[ [
#{ {
# subvolume = "/data"; subvolume = "/";
# repo = "${fwminex}:${this}-timelapse-r11"; repo = "${fwminex}:${this}-timelapse-r11";
# paths = [ "timelapse-r11" ]; paths = [ "var/lib/private/timelapse-r11" ];
# backup_at = "*-*-* 02:01:00 UTC"; backup_at = "*-*-* 02:01:00 UTC";
# compression = "none"; compression = "none";
#} }
#] ++ ( ]
builtins.concatMap ++ (builtins.concatMap
( (
host: host:
let let
@@ -163,8 +163,8 @@ in
[ [
rsync-net rsync-net
fwminex fwminex
]; ]
#); );
}; };
btrfssnapshot = { btrfssnapshot = {