services.syncoid.interval

NixOS option

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 in: nixos/modules/services/backup/syncoid.nixView source on NixOS/nixpkgs →