| services.syncoid.commands.<name>.sshKey | SSH private key file to use to login to the remote system
|
| services.syncoid.commands.<name>.extraArgs | Extra syncoid arguments for this command.
|
| services.syncoid.commands.<name>.source | Source ZFS dataset
|
| services.syncoid.commands.<name>.target | Target ZFS dataset
|
| services.syncoid.commands.<name>.service | Systemd configuration specific to this syncoid service.
|
| services.syncoid.commands.<name>.useCommonArgs | Whether to add the configured common arguments to this command.
|
| services.syncoid.commands.<name>.sendOptions | Advanced options to pass to zfs send
|
| services.syncoid.commands.<name>.recvOptions | Advanced options to pass to zfs recv
|
| services.syncoid.commands.<name>.recursive | Whether to enable the transfer of child datasets.
|
| services.syncoid.commands.<name>.localSourceAllow | Permissions granted for the services.syncoid.user user
for local source datasets
|
| services.syncoid.commands.<name>.localTargetAllow | Permissions granted for the services.syncoid.user user
for local target datasets
|