Proxmox VE backup Encryption

Yes there is, but the target has to be a proxmox backup server. Encryption on other storages are currently not supported.
If you have a pbs set up and added as storage, you can go to <pve instance> > Datacenter > Storage > <pbs storage> > Edit and there you have an encryption tab.
Be aware that any previous backups will still be unencrypted and that you can't do an incremental backup from the plaintext one
 
Yes there is, but the target has to be a proxmox backup server. Encryption on other storages are currently not supported.
If you have a pbs set up and added as storage, you can go to <pve instance> > Datacenter > Storage > <pbs storage> > Edit and there you have an encryption tab.
Be aware that any previous backups will still be unencrypted and that you can't do an incremental backup from the plaintext one
Without having a PBS, Do we have any method to do the encryption on Proxmox VE VMs?
 
Without having a PBS, Do we have any method to do the encryption on Proxmox VE VMs?
VMs it's easy ... use ZFS with encryption, the backups are encrypted if you choose a disk layout with a LUKS layer in between. Then everything will be LUKS encrypted. You can also use encfs as an overlay. So please google about LUKS and encfs. Both are standard Linux technologies.
 
>VMs it's easy ... use ZFS with encryption,

please don't use zfs native encryption. it's not production ready. https://docs.google.com/spreadsheets/d/1OfRSXibZ2nIE9DGK6swwBZXgXwdCPKgp4SbPZwTexCg/htmlview

furthermore, the backups on encrypted zfs are only encrypted on disk platters - but not in live filesystem. so any intruder which breaks into your backup server may steal your data!

encryption for vm backups is pretty standard. i hope proxmox puts some little effort into this soon, as it should be really easy to add that feature,as this RFE may demonstrate:


https://bugzilla.proxmox.com/show_bug.cgi?id=4602#c7