Hi everyone,I'm using Proxmox Backup Server (PBS) to create backups of both VMs/containers and bare-metal systems. For the latter, I use proxmox-backup-client to create encrypted file-level backups (e.g., .pxar archives with client-side AES-256 encryption). When integrating a PBS datastore into Proxmox VE (PVE), I can easily restore VM and container backups via the PVE GUI, which is very convenient. However, I haven't found a way to restore encrypted client backups (created with proxmox-backup-client) directly through the PBS or PVE GUI, especially for entire directories.Currently, I rely on the CLI (e.g., proxmox-backup-client restore or the catalog shell) to restore these encrypted backups, which requires specifying the encryption key via --keyfile. While this works, it’s less user-friendly compared to the GUI-based restoration for VMs/containers. The PBS GUI allows browsing the contents of encrypted .pxar archives (if the encryption key is configured in PVE), but restoring entire directories seems to require manual file selection or CLI usage.My questions are:
- Is there any existing way to restore entire directories from encrypted proxmox-backup-client backups directly via the PBS or PVE GUI that I might have missed?
- Are there plans to add GUI support for restoring encrypted file-level client backups (e.g., .pxar archives) in a similar way to VM/container backups? This would greatly simplify the process, especially for users managing multiple encrypted bare-metal system backups.