DatuX
DatuX
yes its very annoying, you can still rename via 'details' and clicking on the title in the details drawer, buts way too much hassle.
ahhh right that makes sense.
can you run with --debug and copy paste the zfs send/recv line? i want to make sure we're not explicitly filtering out properties.
ugh that sucks, i hope there is some other way
what happens when you just ` zfs inherit encryptionroot ...` on that dataset? or is it only possible to use `zfs change-key -i` to do that? (possibly triggering that zfs...
yeah it is, you could use some "zfs list ..|xargs zfs change-key -i" magic perhaps?
yeah, you only would need to do that if you want to access the backups on the backup server in that case. so its fine in that case. however if...
Interesting. Offcourse the whole point of zfs-autobackup is we dont use libzfs and only use regular zfs commands to make debugging easier. So while tempting, i dont think we should...
> Hmm, what if we had the ability to add a custom hook or command that is executed after a dataset is received, where the argument passed is the dataset/filesystem...
> PR to add this to the zfs cli [openzfs/zfs#15821](https://github.com/openzfs/zfs/pull/15821) Awesome! thanks for try to improve zfs as well.