services.rsnapshot.cronIntervals

NixOS option

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