borgbackup 1.2.6-2 source package in Ubuntu

Changelog

borgbackup (1.2.6-2) unstable; urgency=medium

  * Rename NEWS file
  * Add back 7793.patch

 -- Gianfranco Costamagna <email address hidden>  Fri, 01 Sep 2023 14:37:27 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
borgbackup_1.2.6-2.dsc 2.7 KiB 1ccf6a555c530da1347587f8d97491f83cba645315a68bfc01caf98ab8d52d5c
borgbackup_1.2.6.orig.tar.gz 4.2 MiB b7a6f8f086039eeec79070b914f3c651ed7f3612c965374af910d277c7a2139d
borgbackup_1.2.6.orig.tar.gz.asc 862 bytes ce70d9fbb6ab6eadae681a29ea5c2d50aa64f4568cebc2574c65887ea00012f4
borgbackup_1.2.6-2.debian.tar.xz 20.8 KiB 4952843d6b1f190609e414c6aab9cc40ff9e85710a4878571cbf2afd5914939b

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