Make backups at 3 o'clock

This commit is contained in:
SebastianStork 2025-05-19 22:44:57 +02:00
parent 6f37cc0cd9
commit c2a0ef956f

View file

@ -70,6 +70,10 @@ in
"--keep-monthly 6"
"--keep-yearly 1"
];
timerConfig = {
OnCalendar = "03:00";
Persistent = true;
};
}
value.extraConfig
]