reduce backup retention for hopper
This commit is contained in:
parent
b750ba0711
commit
7759ed054d
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue