hosts: btrbk add all nas folders
This commit is contained in:
parent
807a032eb6
commit
cfda3ee228
@ -64,6 +64,32 @@
|
|||||||
"/mnt/snapshots/root" = {
|
"/mnt/snapshots/root" = {
|
||||||
snapshot_create = "always";
|
snapshot_create = "always";
|
||||||
subvolume = "@home";
|
subvolume = "@home";
|
||||||
|
subvolume = "@nas";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
lf = {
|
||||||
|
onCalendar = "daily";
|
||||||
|
settings = {
|
||||||
|
incremental = "yes";
|
||||||
|
snapshot_create = "ondemand";
|
||||||
|
snapshot_dir = "@snapshots";
|
||||||
|
timestamp_format = "long";
|
||||||
|
|
||||||
|
snapshot_preserve = "2m 2w 5d";
|
||||||
|
snapshot_preserve_min = "latest";
|
||||||
|
|
||||||
|
volume = {
|
||||||
|
"/mnt/snapshots/Pluto" = {
|
||||||
|
snapshot_create = "always";
|
||||||
|
subvolume = "@";
|
||||||
|
subvolume = "@/Backups";
|
||||||
|
subvolume = "@/Games";
|
||||||
|
subvolume = "@/IT";
|
||||||
|
subvolume = "@/Media";
|
||||||
|
subvolume = "@/Pictures";
|
||||||
|
subvolume = "@/Rest";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user