mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
borgbackup: Improved SUMMATY/DESCRIPTION, fixed linebreaks
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
SUMMARY="Deduplicating backup program with compression and authenticated encryption"
|
||||
DESCRIPTION="BorgBackup (short: Borg) is a deduplicating backup program.
|
||||
Optionally, it supports compression and authenticated encryption.
|
||||
SUMMARY="Backup program with compression and authenticated encryption"
|
||||
DESCRIPTION="BorgBackup (short: Borg) is a deduplicating backup program for the \
|
||||
commandline. 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."
|
||||
HOMEPAGE="https://www.borgbackup.org/"
|
||||
COPYRIGHT="2015-2023 The Borg Collective
|
||||
2010-2014 Jonas Borgström"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/borgbackup/borg/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fd9732b7c71e4f3d12b67e54d2fcda18e1c205c55a93df21ff80d006ab047214"
|
||||
SOURCE_FILENAME="borgbackup-$portVersion.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user