diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2016-08-19 19:12:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:49:48 +0700 |
commit | 4c4becaf35dc452ab6f4c3d97869ab2ef26731f0 (patch) | |
tree | 6d074d7a1c66a70aa4581c9ab22650e8929664d1 /system/borgbackup/README | |
parent | 9d9ad1f005d3989b343319e990b860d11ed7cc7b (diff) | |
download | slackbuilds-4c4becaf35dc452ab6f4c3d97869ab2ef26731f0.tar.gz |
system/borgbackup: Added (deduplicating backup program).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/borgbackup/README')
-rw-r--r-- | system/borgbackup/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/borgbackup/README b/system/borgbackup/README new file mode 100644 index 0000000000..1f5f145647 --- /dev/null +++ b/system/borgbackup/README @@ -0,0 +1,17 @@ +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. + +Borg is a fork of Attic and is maintained by "The Borg collective". + +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. |