Main Page: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
<td> | <td> | ||
'''Proxmox Backup Server''' is an enterprise-class client-server backup software that backups virtual machines, containers, and physical hosts. It is specially optimized for the Proxmox Virtual Environment platform and allows you to backup and replicate your data securely. It provides easy management with a command line and web-based user interface | '''Proxmox Backup Server''' is an enterprise-class client-server backup software that backups virtual machines, containers, and physical hosts. It is specially optimized for the Proxmox Virtual Environment platform and allows you to backup and replicate your data securely. It provides easy management with a command line and web-based user interface and is licensed under the GNU Affero General Public License v3 (GNU AGPL, v3). | ||
Proxmox Backup Server supports incremental backups, deduplication, compression and authenticated encryption. | Proxmox Backup Server supports incremental backups, data deduplication, compression, and authenticated encryption. Uing [https://www.rust-lang.org/ Rust] as implementation language guarantees high performance, low resource usage, and a safe, high quality code base. It features strong encryption done on the client side. Thus, it’s possible to backup data to not fully trusted targets. | ||
The project is developed and maintained by [https://www.proxmox.com/ Proxmox Server Solutions GmbH]. | The project is developed and maintained by [https://www.proxmox.com/ Proxmox Server Solutions GmbH]. |
Revision as of 16:03, 9 July 2020
Proxmox Backup Server is an enterprise-class client-server backup software that backups virtual machines, containers, and physical hosts. It is specially optimized for the Proxmox Virtual Environment platform and allows you to backup and replicate your data securely. It provides easy management with a command line and web-based user interface and is licensed under the GNU Affero General Public License v3 (GNU AGPL, v3). Proxmox Backup Server supports incremental backups, data deduplication, compression, and authenticated encryption. Uing Rust as implementation language guarantees high performance, low resource usage, and a safe, high quality code base. It features strong encryption done on the client side. Thus, it’s possible to backup data to not fully trusted targets. The project is developed and maintained by Proxmox Server Solutions GmbH. DownloadDownload the latest ISO image files. Alternate download:http://download.proxmox.com/iso InstallationThe installation medium (CD or USB) is a complete operation system, including everything you need to install and run Proxmox Backup Server in only a few minutes. It can be installed bare-metal on dedicated hardware or in a virtual machine on all leading virtualization platforms. You can also install it on top of an existing Debian installation. DocumentationThe Proxmox Backup Server documentation is freely available in different formats such as HTML, PDF or EPUB, see Proxmox Backup Server Reference Documentation You can also access the documentation via the management interface of your Proxmox Backup Server installation by clicking on the contextual help buttons. Release History and RoadmapTake a look on the Roadmap for existing and upcoming features. |