MyNixOS website logo
option

services.rsnapshot.cronIntervals

Periodicity at which intervals should be run by cron. Note that the intervals also have to exist in configuration as retain options.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  daily = "50 21 * * *";
  hourly = "0 * * * *";
}