summaryrefslogtreecommitdiffstats
path: root/system/borgbackup/README
diff options
context:
space:
mode:
author Andrzej Telszewski2017-01-11 10:33:20 +0100
committer Willy Sudiarto Raharjo2017-01-11 10:33:20 +0100
commita54599bad8ef53406ff19b5324015de086dbd3e2 (patch)
tree12f8b8f85d7b5d6d8e11083d8856606b0a4aa214 /system/borgbackup/README
parent08a08edf554b1d0afc999417637be74f6952130c (diff)
downloadslackbuilds-a54599bad8ef53406ff19b5324015de086dbd3e2.tar.gz
system/borgbackup: Updated for version 1.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/borgbackup/README')
-rw-r--r--system/borgbackup/README16
1 files changed, 9 insertions, 7 deletions
diff --git a/system/borgbackup/README b/system/borgbackup/README
index 1f5f145647..4c7978f37a 100644
--- a/system/borgbackup/README
+++ b/system/borgbackup/README
@@ -1,10 +1,11 @@
BorgBackup (short: Borg) is a deduplicating backup program.
Optionally, it supports compression and authenticated encryption.
-The main goal of Borg is to provide an efficient and secure way to backup data.
-The data deduplication technique used makes Borg suitable for daily backups
-since only changes are stored. The authenticated encryption technique makes it
-suitable for backups to not fully trusted targets.
+The main goal of Borg is to provide an efficient and secure way to
+backup data. The data deduplication technique used makes Borg suitable
+for daily backups since only changes are stored. The authenticated
+encryption technique makes it suitable for backups to not fully trusted
+targets.
Borg is a fork of Attic and is maintained by "The Borg collective".
@@ -12,6 +13,7 @@ Optional dependencies:
- llfuse (https://slackbuilds.org/apps/llfuse/) is required,
if you wish to mount an archive as a FUSE filesystem,
- Sphinx (https://slackbuilds.org/apps/Sphinx/) and
- sphinx_rtd_theme (https://slackbuilds.org/apps/sphinx_rtd_theme/) are
- required if you wish to build the docs (man, html). Please note that the
- build will fail if Sphinx is installed, but sphinx_rtd_theme is not.
+ sphinx_rtd_theme (https://slackbuilds.org/apps/sphinx_rtd_theme/)
+ are required if you wish to build the docs (man, html).
+ Please note that the build will fail if Sphinx is installed,
+ but sphinx_rtd_theme is not.