backup: minor fixups

This commit is contained in:
2024-10-19 08:43:49 +02:00
parent 3adb782cba
commit c59f1165be
2 changed files with 8 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
snapshot_preserve_min = "all";
target_preserve_min = "no";
target_preserve = "2m 4w";
target_preserve = "2m 4w 3d";
ssh_identity = "/etc/btrbk/ssh/id_ed25519_btrbk_nas";
ssh_user = "btrbk";
@@ -87,6 +87,12 @@
};
};
systemd.services = {
btrbk-bak = {
after = [ "network.target" ];
};
};
fileSystems."/" =
{ device = "/dev/disk/by-id/nvme-ADATA_SX8200PNP_2J3320119186-part2";
fsType = "btrfs";