[user/module/restic-backup] Fix backup collisions
This commit is contained in:
parent
ff15344beb
commit
af05a8736d
|
@ -81,7 +81,10 @@ in {
|
|||
systemd.user.timers.restic-backups-to-elysia-clarki = {
|
||||
Unit = {Description = "Run restic backups every hour";};
|
||||
Install = {WantedBy = ["timers.target"];};
|
||||
Timer = {OnCalendar = "hourly";};
|
||||
Timer = {
|
||||
OnCalendar = "hourly";
|
||||
RandomizedDelaySec = "600";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue