| services.postgresqlBackup.backupAll | Backup all databases using pg_dumpall
|
| services.postgresqlBackup.enable | Whether to enable PostgreSQL dumps.
|
| services.postgresqlBackup.startAt | This option defines (see systemd.time for format) when the
databases should be dumped
|
| services.postgresqlBackup.location | Path of directory where the PostgreSQL database dumps will be placed.
|
| services.postgresqlBackup.databases | List of database names to dump.
|
| services.postgresqlBackup.pgdumpAllOptions | Command line options for pg_dumpall
|
| services.postgresqlBackup.pgdumpOptions | Command line options for pg_dump
|
| services.postgresqlBackup.compression | The type of compression to use on the generated database dump.
|
| services.postgresqlBackup.compressionLevel | The compression level used when compression is enabled.
gzip accepts levels 1 to 9. zstd accepts levels 1 to 19.
|