vno3-nk: backup timelapse-r11 too
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user