services.postgresqlBackup.pgdumpOptions

NixOS option

Command line options for pg_dump. This options is not used if config.services.postgresqlBackup.backupAll is enabled. Note that config.services.postgresqlBackup.backupAll is also active, when no databases where specified.

type: strings concatenated with " "
Default
"-C"
declared in: nixos/modules/services/backup/postgresql-backup.nixView source on NixOS/nixpkgs →