From 87b30c192544b7d3925a4ced1db8638121a6a829 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 16 Jan 2023 11:11:58 -0800 Subject: ref(tahoe/backups): backup fewer things I don't need to backup videos, and the cache of my home directory. I also don't need to keep that many snapshots around. --- modules/services/backup/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/services/backup/default.nix') diff --git a/modules/services/backup/default.nix b/modules/services/backup/default.nix index 4e7fc23..d681a07 100644 --- a/modules/services/backup/default.nix +++ b/modules/services/backup/default.nix @@ -50,11 +50,10 @@ in type = with types; listOf str; default = [ "--keep-last 10" - "--keep-hourly 24" "--keep-daily 7" "--keep-weekly 4" - "--keep-monthly 12" - "--keep-yearly 100" + "--keep-monthly 8" + "--keep-yearly 2" ]; example = [ "--keep-last 5" "--keep-weekly 2" ]; description = '' -- cgit 1.4.1