zfs-snap-manager icon indicating copy to clipboard operation
zfs-snap-manager copied to clipboard

ZFS encryption

Open Typhonragewind opened this issue 1 year ago • 0 comments

Any plans for implementing sending encrypted streams and receive as encrypted on an untrusted remote machine? For example:

zfs send tank/test@snap1 | ssh -p 2345 my.remote.server zfs recv -o encryption=on -o keyformat=passphrase -o keylocation=file:///path/to/keyfile

And maybe adding the options o the config ini as

encrypt = True/False passphrase = mypassphrase

Typhonragewind avatar Sep 19 '22 14:09 Typhonragewind