services.postgresqlBackup.startAt

NixOS option

This option defines (see systemd.time for format) when the databases should be dumped. The default is to update at 01:15 (at night) every day.

type: (list of string) or string
Default
"*-*-* 01:15:00"
declared in: nixos/modules/services/backup/postgresql-backup.nixView source on NixOS/nixpkgs →