2019-02-27 17:35:05 +00:00
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
2019-02-28 18:09:55 +00:00
|
|
|
This documentationm is written in :term:`reStructuredText` and formatted with :term:`Sphinx`.
|
|
|
|
|
2019-03-02 17:08:00 +00:00
|
|
|
What is Proxmox Backup
|
|
|
|
----------------------
|
2019-02-27 17:35:05 +00:00
|
|
|
|
2019-03-02 17:08:00 +00:00
|
|
|
Proxmox Backup is an enterprise class client-server backup software,
|
|
|
|
specially optimized for `Proxmox Virtual Environment`_ to backup
|
|
|
|
:term:`virtual machine`\ s and :term:`container`\ s.
|
2019-03-02 16:51:18 +00:00
|
|
|
|
|
|
|
|
2019-03-02 17:08:00 +00:00
|
|
|
Main features
|
|
|
|
-------------
|
2019-03-02 09:31:32 +00:00
|
|
|
|
|
|
|
:Proxmox VE: The `Proxmox Virtual Environment`_ is fully
|
|
|
|
supported. You can backup :term:`virtual machine`\ s and
|
|
|
|
:term:`container`\ s.
|
|
|
|
|
|
|
|
:GUI: We provide a graphical, web based user interface.
|
|
|
|
|
|
|
|
:Deduplication: Inkremental backup produces large amounts of duplicate
|
|
|
|
data. The deduplication layer removes that redundancy and makes
|
|
|
|
inkremental backup small and space efficient.
|
|
|
|
|
2019-03-02 15:56:01 +00:00
|
|
|
:Data Integrity: The built in `SHA-256`_ checksum algorithm assures the
|
|
|
|
accuray and consistency of your backups.
|
|
|
|
|
2019-03-02 09:31:32 +00:00
|
|
|
:Remote Sync: It is possible to efficently synchronize data to remote
|
|
|
|
sites. Only deltas containing new data are transfered.
|
|
|
|
|
|
|
|
:Performance: The whole software stack is written in :term:`Rust`,
|
|
|
|
which provides high speed and memory efficiency.
|
|
|
|
|
2019-03-02 15:56:01 +00:00
|
|
|
:Compression: Ultra fast `LZ4`_ compression is able to compress
|
|
|
|
several gigabytes of data per second.
|
2019-03-02 09:31:32 +00:00
|
|
|
|
2019-03-02 17:23:48 +00:00
|
|
|
:Open Source: No secrets. You have access to the whole source tree.
|
|
|
|
|
|
|
|
:Support: Commercial support options available from `Proxmox`_.
|
|
|
|
|
2019-03-02 17:08:00 +00:00
|
|
|
Why Backup?
|
|
|
|
-----------
|
|
|
|
|
|
|
|
The primary purpose of backup is to protect against data loss. Data
|
|
|
|
loss can happen because of faulty hardware, but also by human errors.
|
|
|
|
|
|
|
|
A common mistake is to delete a file or folder which is still
|
|
|
|
required. Virtualization can amplify this problem, because it is now
|
|
|
|
easy to delete a whole virtual machine by a single button press.
|
|
|
|
|
|
|
|
Backups can also serve as a toolkit for administrators to temporarily
|
|
|
|
store data. For example, it is common practice to perform full backups
|
|
|
|
before installing major software updates. If something goes wrong, you
|
|
|
|
can just restore the previous state.
|
|
|
|
|
|
|
|
Another reason for backups are legal requirements. Some data must be
|
|
|
|
kept in a safe place for several years so that you can access it if
|
|
|
|
required by law.
|
|
|
|
|
|
|
|
|
|
|
|
- value of data, importance for your business, legal regulations
|
|
|
|
|
|
|
|
- restore tests. to make sure backup/restore works
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-02-27 17:35:05 +00:00
|
|
|
History
|
|
|
|
-------
|
|
|
|
|
|
|
|
history ...
|