diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-26 14:23:03 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-26 14:28:59 -0500 |
commit | 1121fa432f0e6422d5f9ebb96fb0014c4d5231f5 (patch) | |
tree | 9918806cc6ff8ee883ff5e6dee5960858ed319bb /gnu/packages/backup.scm | |
parent | c11b585a819a908f866d6072075a27fcb4e0e637 (diff) |
gnu: Borg: Improve the description.
Attic... Now that's a name I've not heard in a long time.
* gnu/packages/backup.scm (borg)[description]: Improve it.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 21377e8b2c..d847287d13 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -751,8 +751,8 @@ detection, and lossless compression.") 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.") +stored. The authenticated encryption technique makes it suitable for +storing backups on untrusted computers.") (home-page "https://www.borgbackup.org/") (license license:bsd-3))) |