Veeam Linux CLI extract utility: How to extract encrypted .vbk
List backups using
extract -dir -password 'mypassword' /backups/backup_2022-11-19T000028.vbk
Extract using
extract -restore -password 'mypassword' /backups/backup_2022-11-19T000028.vbk /backups/restore
This will restore the files or image to the /backups/restore
directory.
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow