We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Docs: add LXC restore and backup-info references Update docs to document LXC container restore and expose the backup-info index. - Backup-Management.md: include LXC containers in the intro, add a "Restoring a Container (LXC)" section with a Java example using PveLxcRestoreOptions, explain the archive volume identifier format and available options, and note access to the backup-info directory index. - Container-Management.md: add a "Restoring a Container" section with a concise restore example and link back to Backup-Management for details. - Cluster-Operations.md: mention getBackupInfo() (the backup-info directory index) alongside existing backup job helpers. These changes align container restore docs with VM restore flow and clarify how to reference backups via Proxmox volume identifiers.
Add Backup Management guide and links Introduce a new Backup-Management.md documenting the full backup lifecycle (per-VM and node-level vzdump, listing/inspecting backup volumes, retention/pruning, restore, and cluster scheduled backup jobs) with concrete PVE4J examples. Update Cluster-Operations to add a Backup Jobs section, Storage-Management to document backup file operations, VM-Management to include a restore-from-backup example and cross-reference, Home to include the new guide in the index, and _Sidebar.md to surface the guide in navigation. These changes add comprehensive backup docs and cross-references across the documentation.