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.
This commit is contained in:
Leo Famulari 2022-01-26 14:23:03 -05:00
parent c11b585a81
commit 1121fa432f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -751,8 +751,8 @@ detection, and lossless compression.")
supports compression and authenticated encryption. The main goal of Borg is to supports compression and authenticated encryption. The main goal of Borg is to
provide an efficient and secure way to backup data. The data deduplication provide an efficient and secure way to backup data. The data deduplication
technique used makes Borg suitable for daily backups since only changes are technique used makes Borg suitable for daily backups since only changes are
stored. The authenticated encryption technique makes it suitable for backups stored. The authenticated encryption technique makes it suitable for
to not fully trusted targets. Borg is a fork of Attic.") storing backups on untrusted computers.")
(home-page "https://www.borgbackup.org/") (home-page "https://www.borgbackup.org/")
(license license:bsd-3))) (license license:bsd-3)))