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 stringDefault
{ }Example
declared in: nixos/modules/services/backup/rsnapshot.nixView source on NixOS/nixpkgs →{
daily = "50 21 * * *";
hourly = "0 * * * *";
}