Backups: Keep some more snapshots

Restic is quite good at this and snapshots don't seem to take a lot of space (at
least now). So I can increase the number of snapshots.

This will likely only be important in case of significant fuckup on my part, or
some hacker encrypting my data leaving me dead in the water.
This commit is contained in:
Payas Relekar 2022-02-20 17:18:01 +05:30
parent a3486e318d
commit 6e2eeea390

View file

@ -16,9 +16,9 @@ in
defaultPruneOpts = [
"--keep-last 10"
"--keep-hourly 3"
"--keep-daily 3"
"--keep-weekly 2"
"--keep-monthly 2"
"--keep-daily 4"
"--keep-weekly 3"
"--keep-monthly 3"
];
defaultBackupFrequency = "hourly";
in