restic hourly

This commit is contained in:
death916 2025-11-19 03:12:24 -08:00
parent 518918df16
commit 1ef20556f1
2 changed files with 3 additions and 3 deletions

View file

@ -34,9 +34,9 @@
"--exclude-caches"
];
timerConfig = {
OnCalendar = "daily";
OnCalendar = "hourly";
Persistent = true;
RandomizedDelaySec = "5h";
RandomizedDelaySec = "5m";
};
};

View file

@ -18,7 +18,7 @@
config = {
# Wait for network to be online
systemd.services.NetworkManager-wait-online.enable = true;
# systemd.services.NetworkManager-wait-online.enable = true;
# Service dependencies
systemd.services.sonarr.after = [ "network-online.target" ];