borgbackup 1.1.17-1build1 source package in Ubuntu

Changelog

borgbackup (1.1.17-1build1) jammy; urgency=medium

  * No-change rebuild against openssl3

 -- Simon Chopin <email address hidden>  Wed, 24 Nov 2021 17:45:17 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Jammy
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.1.17.orig.tar.gz 3.6 MiB 7ab924fc017b24929bedceba0dcce16d56f9868bf9b5050d2aae2eb080671674
borgbackup_1.1.17.orig.tar.gz.asc 862 bytes 3f24848c2c484e2b8f2defec6fb5fb02ea51b47a01b41f64dd9ae6c36865fb9d
borgbackup_1.1.17-1build1.debian.tar.xz 25.8 KiB f349f1fb9fa5ae73f2eb414c45ac40d65432168f9bb6e700564bdecdf38c6b30
borgbackup_1.1.17-1build1.dsc 2.6 KiB da3721ca770c6467e684ebaf10fbcc8cf570f9326218e4ebabe6daa0555df3d4

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