reduce backup retention for hopper

This commit is contained in:
xunuwu 2025-06-05 09:34:15 +02:00
parent b750ba0711
commit 7759ed054d
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -12,8 +12,7 @@
pruneOpts = [ pruneOpts = [
"--keep-daily 7" "--keep-daily 7"
"--keep-weekly 5" "--keep-weekly 5"
"--keep-monthly 12" "--keep-monthly 6"
"--keep-yearly 2"
]; ];
paths = [ paths = [
"/media/library/music" "/media/library/music"