services.borgmatic.enable
Whether to enable Borgmatic service.
Type: boolean
Default:
false
Example:
true
Declared by:
services.borgmatic.frequency
How often to run borgmatic when
services.borgmatic.enable = true.
This value is passed to the systemd timer configuration as
the onCalendar option. See
systemd.time(7)
for more information about the format.
On Darwin, it must be one of: hourly, daily, weekly, monthly, semiannually, annually, which are implemented as defined in systemd.time(7).
Type: string
Default:
"hourly"
Declared by: