snapshots

This commit is contained in:
Till 2023-07-05 21:32:53 +02:00
parent f5fc3fbeda
commit 65e096c381

View file

@ -2,9 +2,10 @@
{
services.btrbk.instances.btrbk = {
onCalendar = "hourly";
settings = {
snapshot_preserve = "14d";
snapshot_preserve_min = "2d";
snapshot_preserve = "40d";
snapshot_preserve_min = "7d";
snapshot_dir = "/btrbk_snapshots";
subvolume = "/home";
};