From 2858912686f1692cab0a7f420a8a3731d0eaee72 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 24 Nov 2022 16:52:33 +0100 Subject: [PATCH] docs: intro: fix text-width Signed-off-by: Thomas Lamprecht --- docs/introduction.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/introduction.rst b/docs/introduction.rst index 369e7e29..130536d6 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -44,8 +44,8 @@ parts of the backup, without the need to scan the whole backup. Main Features ------------- -:Support for Proxmox VE: The `Proxmox Virtual Environment`_ is fully - supported, and you can easily backup :term:`virtual machine`\ s and +:Support for Proxmox VE: The `Proxmox Virtual Environment`_ is fully supported, + and you can easily backup :term:`virtual machine`\ s and :term:`container`\ s. :Performance: The whole software stack is written in :term:`Rust`, @@ -58,8 +58,8 @@ Main Features :Incremental backups: Changes between backups are typically low. Reading and sending only the delta reduces the storage and network impact of backups. -:Data Integrity: The built-in `SHA-256`_ checksum algorithm ensures accuracy and - consistency in your backups. +:Data Integrity: The built-in `SHA-256`_ checksum algorithm ensures accuracy + and consistency in your backups. :Remote Sync: It is possible to efficiently synchronize data to remote sites. Only deltas containing new data are transferred.