summaryrefslogtreecommitdiffstats
path: root/system/borgbackup/README
diff options
context:
space:
mode:
author Andrzej Telszewski <atelszewski@gmail.com>2019-07-16 10:17:33 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-07-20 16:20:32 +0700
commit88fc10f1c9cd43bd4b3e6ef3d123435756b11253 (patch)
tree9c747ff2fdb6f083dbbbdcafabe03a05948d82ca /system/borgbackup/README
parentf7589d40dcbc83e778158234221a5368757b8265 (diff)
downloadslackbuilds-88fc10f1c9cd43bd4b3e6ef3d123435756b11253.tar.gz
slackbuilds-88fc10f1c9cd43bd4b3e6ef3d123435756b11253.tar.xz
system/borgbackup: Updated for version 1.1.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/borgbackup/README')
-rw-r--r--system/borgbackup/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/system/borgbackup/README b/system/borgbackup/README
index 26302d1265..4fd8d39ac5 100644
--- a/system/borgbackup/README
+++ b/system/borgbackup/README
@@ -9,10 +9,13 @@ targets.
Borg is a fork of Attic and is maintained by "The Borg collective".
+FIXME:
+ Due to outdated version of llfuse here at SBo, building borgbackup
+ with mount support using llfuse will fail.
+
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 guzzle_sphinx_theme
- (https://slackbuilds.org/apps/guzzle_sphinx_theme/) are required if
- you wish to build the docs (html, man). Please note that the build
- will fail if Sphinx is installed, but guzzle_sphinx_theme is not.
+- llfuse is required if you wish to mount an archive using FUSE,
+- Sphinx, alabaster, guzzle_sphinx_theme, imagesize, python3-certifi
+ and python-urllib3 are required if you wish to build the docs (html,
+ man). Please note that the build will fail if Sphinx is installed,
+ but the other required packages are not.