Send & Recv Options
Send Options
jobs:
- type: push
filesystems: ...
send:
encrypted: true
...
Source and push jobs have an optional send configuration section.
encryption option
The encryption variable controls whether the matched filesystems are sent as OpenZFS native encryption raw sends.
More specifically, if encryption=true, zrepl
checks for any of the filesystems matched by
filesystemswhether the ZFSencryptionproperty indicates that the filesystem is actually encrypted with ZFS native encryption andinvokes the
zfs sendsubcommand with the-woption (raw sends) andexpects the receiving side to support OpenZFS native encryption (recv will fail otherwise)
Filesystems matched by filesystems that are not encrypted are not sent and will cause error log messages.
If encryption=false, zrepl expects that filesystems matching filesystems are not encrypted or have loaded encryption keys.
Recv Options
Sink and pull jobs have an optional recv configuration section.
However, there are currently no variables to configure there.