Daily and monthly snapshots only

This commit is contained in:
2023-05-21 23:13:56 +01:00
parent f6f269eeed
commit 20bd2aa663

View File

@ -33,7 +33,11 @@ with lib.my;
autoSnapshot = {
enable = true;
flags = "-k -p --utc";
frequent = 0;
hourly = 0;
daily = 7;
monthly = 1;
yearly = 0;
};
};