borgbackup 1.1.15-1~ubuntu1.18.04.2 source package in Ubuntu

Changelog

borgbackup (1.1.15-1~ubuntu1.18.04.2) bionic; urgency=medium

  * New upstream release
    - cherry pick upstream patch and release to fix hashindex corruption bug
      (LP: #1877844)
    - Lower compat level to 11

 -- Gianfranco Costamagna <email address hidden>  Sat, 09 Jan 2021 09:22:14 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc

Downloads

File Size SHA-256 Checksum
borgbackup_1.1.15.orig.tar.gz 3.6 MiB 49cb9eed98b8e32ae3b97beaedf94cdff46f796445043f1923fd0fce7ed3c2bc
borgbackup_1.1.15-1~ubuntu1.18.04.2.debian.tar.xz 24.4 KiB 025e23356885cfb8c10963f0121089a4a52dc937d3872788905ae90c7c4e5b7a
borgbackup_1.1.15-1~ubuntu1.18.04.2.dsc 2.5 KiB 4eb16452e030b14946d1974035dd2589fbb5c77675712ec88a1f03b8ef830337

View changes file

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