Hello everyone 
I've been working with Proxmox VE and Proxmox Backup Server for some time, and after testing many available backup scripts, I realized there's no quick and easy way to save Proxmox system data, configurations, and structures.
In the event of an operating system disaster, it is usually necessary to perform various configurations and setups manually, which often takes a lot of time and is not always immediately possible for everyone.
So I started building a unified backup system that:
- Works on both VE and PBS
- Automatically detects the environment
- Saves all critical system configuration environment files for complete disaster recovery or migration
---
What it actually does:
This script automatically collects and backs up everything needed to rebuild the node from scratch — not just the VM data, but also the system itself: configurations, ZFS, storage, networking, users, repositories, and more.
All options are managed through a single .env file, so you can easily enable or disable features without touching the code.
GitHub: https://github.com/tis24dev/proxmox-backup
---
Main features:
- Multi-location and cloud backup support
- Automatic rotation and cleanup of old backups
- Compressed archives with integrity verification
- Maintains full directory structure for easy restore
- Cloud email notifications ready out-of-the-box
- Telegram notifications (multilingual), setup takes about 10 seconds with a unified bot and unique pairing code
- Configurable .env file for files, exclusions, and backup options
- Security module checks for file tampering and permission issues
- Exports ZFS info, storage list, PXAR data, network config, and installed packages
- Collects PBS job data and stores reports
- Auto-installs missing dependencies (optional)
- Generates detailed HTML reports
...and I’m still adding features as I go.
Saves your full Proxmox setup (configs, storages, users, ZFS, etc.) — without duplicating VM data.
---
What gets saved
This backup covers everything needed to fully restore the Proxmox environment, except VM or CT disk data:
- Storage and Datastore detail and configuration
- pxar file
- /etc/pve — full Proxmox cluster and node configuration
- /etc/network/interfaces — network interfaces and bridges
- /etc/hosts, /etc/resolv.conf, /etc/hostname host identity and DNS configuration
- /etc/apt and /etc/apt/sources.list.d — repository lists and package sources
- /etc/postfix, /etc/ssmtp, /etc/aliases — email relay configurations
- /etc/systemd units related to Proxmox or custom services
- /root/.bashrc, /root/.profile, /root/.ssh — environment and access configurations
- /etc/zfs/zpool.cache and ZFS pool/export information
- /etc/storage.cfg — PVE storage configuration
- PBS datastore configuration and PXAR job metadata
- List of installed packages (via dpkg --get-selections)
- Network parameters (IP, MAC, bridge, VLAN info)
- System information summary (hostname, kernel, architecture, uptime, etc.)
- Proxmox Backup Server job list and retention settings
- User, group, and permission mappings (/etc/passwd, /etc/group, /etc/shadow excluded by default if sensitive)
- Custom script configs, logs, and runtime environment files
- and more!
---
Why I built it:
I wanted a reliable, hands-off backup system for my Proxmox setup — something I could restore from cleanly after a full OS reinstall without losing configurations or PBS data.
The project is modular, versioned, and fully open-source.
---
What’s next:
Feedback and feature ideas are always welcome!
GitHub: https://github.com/tis24dev/proxmox-backup
I've been working with Proxmox VE and Proxmox Backup Server for some time, and after testing many available backup scripts, I realized there's no quick and easy way to save Proxmox system data, configurations, and structures.
In the event of an operating system disaster, it is usually necessary to perform various configurations and setups manually, which often takes a lot of time and is not always immediately possible for everyone.
So I started building a unified backup system that:
- Works on both VE and PBS
- Automatically detects the environment
- Saves all critical system configuration environment files for complete disaster recovery or migration
---
What it actually does:
This script automatically collects and backs up everything needed to rebuild the node from scratch — not just the VM data, but also the system itself: configurations, ZFS, storage, networking, users, repositories, and more.
All options are managed through a single .env file, so you can easily enable or disable features without touching the code.
GitHub: https://github.com/tis24dev/proxmox-backup
---
Main features:
- Multi-location and cloud backup support
- Automatic rotation and cleanup of old backups
- Compressed archives with integrity verification
- Maintains full directory structure for easy restore
- Cloud email notifications ready out-of-the-box
- Telegram notifications (multilingual), setup takes about 10 seconds with a unified bot and unique pairing code
- Configurable .env file for files, exclusions, and backup options
- Security module checks for file tampering and permission issues
- Exports ZFS info, storage list, PXAR data, network config, and installed packages
- Collects PBS job data and stores reports
- Auto-installs missing dependencies (optional)
- Generates detailed HTML reports
...and I’m still adding features as I go.
Saves your full Proxmox setup (configs, storages, users, ZFS, etc.) — without duplicating VM data.
---
What gets saved
This backup covers everything needed to fully restore the Proxmox environment, except VM or CT disk data:
- Storage and Datastore detail and configuration
- pxar file
- /etc/pve — full Proxmox cluster and node configuration
- /etc/network/interfaces — network interfaces and bridges
- /etc/hosts, /etc/resolv.conf, /etc/hostname host identity and DNS configuration
- /etc/apt and /etc/apt/sources.list.d — repository lists and package sources
- /etc/postfix, /etc/ssmtp, /etc/aliases — email relay configurations
- /etc/systemd units related to Proxmox or custom services
- /root/.bashrc, /root/.profile, /root/.ssh — environment and access configurations
- /etc/zfs/zpool.cache and ZFS pool/export information
- /etc/storage.cfg — PVE storage configuration
- PBS datastore configuration and PXAR job metadata
- List of installed packages (via dpkg --get-selections)
- Network parameters (IP, MAC, bridge, VLAN info)
- System information summary (hostname, kernel, architecture, uptime, etc.)
- Proxmox Backup Server job list and retention settings
- User, group, and permission mappings (/etc/passwd, /etc/group, /etc/shadow excluded by default if sensitive)
- Custom script configs, logs, and runtime environment files
- and more!
---
Why I built it:
I wanted a reliable, hands-off backup system for my Proxmox setup — something I could restore from cleanly after a full OS reinstall without losing configurations or PBS data.
The project is modular, versioned, and fully open-source.
---
What’s next:
Feedback and feature ideas are always welcome!
GitHub: https://github.com/tis24dev/proxmox-backup
Last edited: