tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
chore: drop `--keep-yearly` flag
devins.page
2 months ago
3b8f9b6e
1696d76e
+2
-2
1 changed file
expand all
collapse all
unified
split
modules
nixos
services
restic.nix
+2
-2
modules/nixos/services/restic.nix
···
38
38
"/var/lib/transmission"
39
39
];
40
40
extraBackupArgs = ["--skip-if-unchanged" "--no-scan" "--one-file-system" "--exclude-caches" "--tag scheduled"];
41
41
-
pruneOpts = ["--keep-hourly 24" "--keep-daily 14" "--keep-weekly 4" "--keep-monthly 6" "--keep-yearly 2"];
41
41
+
pruneOpts = ["--keep-hourly 24" "--keep-daily 14" "--keep-weekly 4" "--keep-monthly 6"];
42
42
};
43
43
"bluepill-offsite" = {
44
44
repository = "rclone:onedrive:/backup/restic";
···
60
60
"/var/lib/transmission"
61
61
];
62
62
extraBackupArgs = ["--skip-if-unchanged" "--no-scan" "--one-file-system" "--exclude-caches" "--tag scheduled"];
63
63
-
pruneOpts = ["--keep-hourly 12" "--keep-daily 7" "--keep-weekly 2" "--keep-monthly 3" "--keep-yearly 1"];
63
63
+
pruneOpts = ["--keep-hourly 24" "--keep-daily 14" "--keep-weekly 4" "--keep-monthly 6"];
64
64
};
65
65
};
66
66
};