about summary refs log tree commit diff
path: root/modules/services/backup/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-16 11:11:58 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-16 11:11:58 -0800
commit87b30c192544b7d3925a4ced1db8638121a6a829 (patch)
treee95ad27dcad54fd0f8e71b3730549c7674ed5d73 /modules/services/backup/default.nix
parentref(home/matrix): replace element by fractal (diff)
downloadworld-87b30c192544b7d3925a4ced1db8638121a6a829.tar.gz
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.
Diffstat (limited to '')
-rw-r--r--modules/services/backup/default.nix5
1 files changed, 2 insertions, 3 deletions
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 = ''