services.mysqlBackup.gzipOptions

NixOS option

Command line options to use when invoking gzip. Only used when compression is set to “gzip”. If compression level is specified both here and in compressionLevel, the compressionLevel value will take precedence.

type: string
Default
"--no-name --rsyncable"
declared in: nixos/modules/services/backup/mysql-backup.nixView source on NixOS/nixpkgs →