| 22 Dec 2024 |
Enzime | oh... I'm not sure if we've implemented any ZFS encryption password handling code | 00:28:57 |
Enzime | is there a particular reason you want to use ZFS native encryption? | 00:29:26 |
waltmck | So that I can zfs send incremental encrypted backups to an offsite server, primarily | 00:29:55 |
Enzime | just wanted to make sure you have an actual usecase as I still see a lot of people recommending to avoid ZFS native encryption | 00:31:02 |
waltmck | yeah, I know there are some pitfalls | 00:31:27 |
Enzime | In reply to @waltmck:matrix.org but I set keylocation="prompt", I'll see if that works I think it should work | 00:33:17 |
Enzime | https://github.com/nix-community/disko/blob/master/lib/types/zfs_volume.nix#L71-L75 | 00:33:23 |
Enzime | there is some code for ZFS native encryption support in disko already | 00:33:36 |