fix(borg): don't run jobs at the same time to the same repo
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
0e04478eae
commit
7e7f1719e9
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ in {
|
||||||
services = {
|
services = {
|
||||||
borgbackup.configs.mc = {
|
borgbackup.configs.mc = {
|
||||||
paths = ["/var/lib/minecraft"];
|
paths = ["/var/lib/minecraft"];
|
||||||
|
startAt = "01/3:00";
|
||||||
};
|
};
|
||||||
|
|
||||||
modded-minecraft-servers = {
|
modded-minecraft-servers = {
|
||||||
|
|
Loading…
Reference in a new issue