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.

Type
attribute set of string
Default
{ }
Example
{
  daily = "50 21 * * *";
  hourly = "0 * * * *";
}
Declared
<nixpkgs/nixos/modules/services/backup/rsnapshot.nix>