borgbackup 1.2.5-4 source package in Ubuntu

Changelog

borgbackup (1.2.5-4) unstable; urgency=medium

  * Revert "Add fuse3 dependency"
  * Reupload with also paperkey.html file to fix testsuite
  * Drop old NEWS file
  * Mention in NEWS.Debian compact (Closes: #1021840)
  * Mention in NEWS.Debian CVE-2023-36811 (Closes: #1050880)

 -- Gianfranco Costamagna <email address hidden>  Thu, 31 Aug 2023 09:16:19 +0200

Upload details

Uploaded by:
Debian Borg Collective
Uploaded to:
Sid
Original maintainer:
Debian Borg Collective
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
borgbackup_1.2.5-4.dsc 2.7 KiB 957c57e3704f6436cf1561a15c1c2c1288fa8402d2bdd9b845aba557ed4d5034
borgbackup_1.2.5.orig.tar.gz 3.9 MiB 72580779459ba72ea7e7d2e2a2ebd4f377c403236dd0ea148606036e4b631876
borgbackup_1.2.5.orig.tar.gz.asc 862 bytes 1ef07ecb45b9de9cbf22b12fc91da103bed208e35311aff86aafea25ca9ce7bd
borgbackup_1.2.5-4.debian.tar.xz 20.4 KiB bcb0412ea94afa0cf5a3390adb727c2b58781fa69268fd30fb1245732269d6c5

Available diffs

No changes file available.

Binary packages built by this source

borgbackup: deduplicating and compressing backup program

 Borg is a deduplicating and compressing backup program. Optionally, it
 also supports authenticated encryption. It was forked from the attic
 backup program.
 .
 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 the changes are stored. The authenticated
 encryption makes it suitable for backups to not fully trusted targets.
 .
 It can push backups to remote repositories accessed via ssh. A client
 pushing a backup invokes "borg serve" on the repository host. It is
 possible to restrict the ssh key to "borg serve" using the
 authorized_keys command= clause.
 .
 Please note that the server and the client should be on the same
 version of borgbackup. Using different versions of borgbackup on
 client and server might result in 'incompatible API version' error
 messages and a non-working backup.
 .
 While there is no direct operations mode for pull-type backups, you
 can configure the backup target in append-only mode, preventing the
 backup source from deleting or altering previous backups.

borgbackup-dbgsym: debug symbols for borgbackup
borgbackup-doc: deduplicating and compressing backup program (documentation)

 Borg is a deduplicating and compressing backup program. Optionally, it
 also supports authenticated encryption. It was forked from the attic
 backup program.
 .
 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 the changes are stored. The authenticated
 encryption makes it suitable for backups to not fully trusted targets.
 .
 It can push backups to remote repositories accessed via ssh. A client
 pushing a backup invokes "borg serve" on the repository host. It is
 possible to restrict the ssh key to "borg serve" using the
 authorized_keys command= clause.
 .
 This is the documentation package