add lifebook to backup

This commit is contained in:
Kabbone 2024-10-14 20:18:48 +02:00
parent d9a20013b9
commit ff0ff7fb2c
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -84,34 +84,34 @@
}; };
}; };
}; };
}; bak = {
bak = { onCalendar = "daily";
onCalendar = "daily"; settings = {
settings = { stream_buffer = "256m";
stream_buffer = "256m"; stream_compress = "lz4";
stream_compress = "lz4"; incremental = "yes";
incremental = "yes"; snapshot_create = "no";
snapshot_create = "no"; snapshot_dir = "@snapshots";
snapshot_dir = "@snapshots"; timestamp_format = "long";
timestamp_format = "long";
snapshot_preserve_min = "all"; snapshot_preserve_min = "all";
target_preserve_min = "no"; target_preserve_min = "no";
target_preserve = "2m 4w"; target_preserve = "2m 4w";
ssh_identity = "/etc/btrbk/ssh/id_ed25519_btrbk_nas"; ssh_identity = "/etc/btrbk/ssh/id_ed25519_btrbk_nas";
ssh_user = "btrbk"; ssh_user = "btrbk";
volume = { volume = {
"/mnt/snapshots/root" = { "/mnt/snapshots/root" = {
subvolume = { subvolume = {
"@home" = {}; "@home" = {};
};
target = "ssh://jupiter.home.opel-online.de:2220/mnt/snapshots/Mars/@snapshots/@lifebook";
}; };
target = "ssh://jupiter.home.opel-online.de:2220/mnt/snapshots/Mars/@snapshots/@lifebook";
}; };
}; };
}; };
}; };
}; };
}; };