Hello everyone!
I am currently setting up offsite backups to a PBS instance I don't own, so I want to use client side encryption. My PVE runs on an encrypted ZFS root that it also uses for VM disks. Since ZFS supports exporting raw encrypted datasets without the key (i.e.
Thanks!
P.S. Some more loosely related details that probably aren't relevant but won't hurt to mention either:
I am currently setting up offsite backups to a PBS instance I don't own, so I want to use client side encryption. My PVE runs on an encrypted ZFS root that it also uses for VM disks. Since ZFS supports exporting raw encrypted datasets without the key (i.e.
zfs send -w
), I was wondering whether and—if yes—how I can tell PVE to do that rather than decrypting and then reencrypting them with a backup key. I couldn't find anything about this in the documentation, so I thought I'd just ask here.Thanks!
P.S. Some more loosely related details that probably aren't relevant but won't hurt to mention either:
- ashift=12 on both PVE and PBS
- link between PVE and PBS goes through the public Internet and is not encrypted
- ZFS pool on PVE consists of a mirror with 2 HDDs, PBS pool is just a single HDD