docs: add more features
This commit is contained in:
parent
49dc074007
commit
efd3e76bda
|
@ -4,8 +4,10 @@
|
||||||
patterns.
|
patterns.
|
||||||
|
|
||||||
.. _Container: https://en.wikipedia.org/wiki/Container_(virtualization)
|
.. _Container: https://en.wikipedia.org/wiki/Container_(virtualization)
|
||||||
|
.. _LZ4: https://en.wikipedia.org/wiki/LZ4_(compression_algorithm)
|
||||||
.. _Proxmox Virtual Environment: https://www.proxmox.com/proxmox-ve
|
.. _Proxmox Virtual Environment: https://www.proxmox.com/proxmox-ve
|
||||||
.. _reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
|
.. _reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
|
||||||
.. _Rust: https://www.rust-lang.org/
|
.. _Rust: https://www.rust-lang.org/
|
||||||
|
.. _SHA-256: https://en.wikipedia.org/wiki/SHA-2
|
||||||
.. _Sphinx: https://www.sphinx-doc.org
|
.. _Sphinx: https://www.sphinx-doc.org
|
||||||
.. _Virtual machine: https://en.wikipedia.org/wiki/Virtual_machine
|
.. _Virtual machine: https://en.wikipedia.org/wiki/Virtual_machine
|
||||||
|
|
|
@ -24,6 +24,9 @@ Features
|
||||||
data. The deduplication layer removes that redundancy and makes
|
data. The deduplication layer removes that redundancy and makes
|
||||||
inkremental backup small and space efficient.
|
inkremental backup small and space efficient.
|
||||||
|
|
||||||
|
:Data Integrity: The built in `SHA-256`_ checksum algorithm assures the
|
||||||
|
accuray and consistency of your backups.
|
||||||
|
|
||||||
:Remote Sync: It is possible to efficently synchronize data to remote
|
:Remote Sync: It is possible to efficently synchronize data to remote
|
||||||
sites. Only deltas containing new data are transfered.
|
sites. Only deltas containing new data are transfered.
|
||||||
|
|
||||||
|
@ -32,6 +35,8 @@ Features
|
||||||
|
|
||||||
:Open Source: No secrets. You have access to the whole source tree.
|
:Open Source: No secrets. You have access to the whole source tree.
|
||||||
|
|
||||||
|
:Compression: Ultra fast `LZ4`_ compression is able to compress
|
||||||
|
several gigabytes of data per second.
|
||||||
|
|
||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue