services.znapzend.features.sendRaw
NixOS option
Whether to enable sendRaw feature which adds the options -w to the zfs send command. For encrypted source datasets this instructs zfs not to decrypt before sending which results in a remote backup that can’t be read without the encryption key/passphrase, useful when the remote isn’t fully trusted or not physically secure. This option must be used consistently, raw incrementals cannot be based on non-raw snapshots and vice versa .
type: booleanDefault
false
Example
declared in: nixos/modules/services/backup/znapzend.nixView source on NixOS/nixpkgs →true