Analysis updated 2026-05-18
Back up Proxmox VMs and containers from any Docker-capable server without a full Proxmox install
Add incremental, deduplicated backups to a home lab running Proxmox VE
Test or evaluate Proxmox Backup Server in a sandboxed Docker environment before production rollout
| dockur/proxmox-backup | jssroberto/antigravity-2-fedora-installer | abiodundotdo/termframe | |
|---|---|---|---|
| Stars | 10 | 11 | 12 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | ops devops | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Docker and a mapped volume for backup data, integrating with Proxmox VE as a backup target requires additional configuration in the VE interface.
Proxmox Backup Server is a specialized piece of software for making regular copies of virtual machines and containers. This project packages that software inside a Docker container, making it possible to run a full Proxmox Backup Server on any machine that supports Docker, without needing to install it directly on the host system. The main appeal of this approach is simplicity. You start the container with a short command or a Docker Compose file, open a browser to port 8007, log in with the username root and a password you set yourself, and the full Proxmox Backup Server web interface is waiting for you. From there, you can manage backup schedules, monitor backup jobs, and handle restores. The server handles backups efficiently by only saving what has changed since the last backup run, rather than copying everything from scratch each time. It also deduplicates data, meaning identical blocks are stored only once, which saves disk space when backing up multiple similar virtual machines. You can store backups locally, on a network-attached storage device, or in cloud storage. For people already running Proxmox VE, the virtualization platform, this server integrates directly with it. You can schedule and trigger backups from the main Proxmox VE interface rather than managing them separately. The same developer also offers Docker-packaged versions of Proxmox VE, Proxmox Datacenter Manager, and Proxmox Mail Gateway. Setup involves providing a password as an environment variable and mapping two folders on your host machine: one for configuration files and one for backup data. The container is available on Docker Hub and can also be opened in GitHub Codespaces for quick testing. This project is not affiliated with Proxmox Server Solutions GmbH.
Runs Proxmox Backup Server inside a Docker container so you can back up virtual machines without a bare-metal Proxmox install. Accessible through a web browser on port 8007.
Mainly Shell. The stack also includes Shell, Docker, Proxmox.
No license information is stated in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.