mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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;
|
initialize = true;
|
||||||
|
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily unlimited"
|
"--keep-daily 7"
|
||||||
"--keep-weekly unlimited"
|
"--keep-weekly 4"
|
||||||
"--keep-monthly 6"
|
"--keep-monthly 12"
|
||||||
"--keep-yearly 12"
|
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue