docs/introduction.rst: add feature Encryption, replace LZ4 with Zstandard

This commit is contained in:
Dietmar Maurer
2019-11-11 19:07:03 +01:00
parent d2a8d597e4
commit 2501c57c2b
2 changed files with 16 additions and 2 deletions

View File

@ -46,13 +46,18 @@ Main features
:Performance: The whole software stack is written in :term:`Rust`,
which provides high speed and memory efficiency.
:Compression: Ultra fast `LZ4`_ compression is able to compress
:Compression: Ultra fast Zstandard_ compression is able to compress
several gigabytes of data per second.
:Encryption: Backups can be encrypted at client side using AES-256 in
GCM_ mode. This authenticated encryption mode (AE_) provides very
high performance on modern hardware.
:Open Source: No secrets. You have access to the whole source tree.
:Support: Commercial support options available from `Proxmox`_.
Why Backup?
-----------
@ -78,6 +83,13 @@ required by law.
- restore tests. to make sure backup/restore works
Software Stack
--------------
License
-------
History