services.syncoid.interval

Run syncoid at this interval. The default is to run hourly.

Must be in the format described in systemd.time(7). This is equivalent to adding a corresponding timer unit with OnCalendar set to the value given here.

Set to an empty list to avoid starting syncoid automatically.

Type
string or list of string
Default
"hourly"
Example
"*-*-* *:15:00"
Declared
<nixpkgs/nixos/modules/services/backup/syncoid.nix>