1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

The default timer config of restic is the same as what we are setting it to so it goes to /dev/null

This commit is contained in:
RGBCube 2024-05-29 11:52:15 +03:00
parent 521551336c
commit b0efe4ae46
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -17,11 +17,6 @@ serverSystemConfiguration {
"--keep-monthly 6"
"--keep-yearly 12"
];
timerConfig = {
OnCalendar = "daily";
Persistent = true;
};
});
};
}