mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix backup persist settings
This commit is contained in:
parent
07b521b441
commit
ed17966d6f
1 changed files with 3 additions and 4 deletions
|
@ -12,10 +12,9 @@ serverSystemConfiguration {
|
|||
initialize = true;
|
||||
|
||||
pruneOpts = [
|
||||
"--keep-daily unlimited"
|
||||
"--keep-weekly unlimited"
|
||||
"--keep-monthly 6"
|
||||
"--keep-yearly 12"
|
||||
"--keep-daily 7"
|
||||
"--keep-weekly 4"
|
||||
"--keep-monthly 12"
|
||||
];
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue