borgbackup 1.2.0-1~build1 source package in Ubuntu

Changelog

borgbackup (1.2.0-1~build1) jammy; urgency=medium

  * Jammy upload

 -- Gianfranco Costamagna <email address hidden>  Tue, 22 Feb 2022 22:53:15 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
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.2.0.orig.tar.gz 3.8 MiB e39a5547902ef456101aa4c779fa66b345bda70d16788e8bd18e458f93af7f67
borgbackup_1.2.0.orig.tar.gz.asc 862 bytes 716874f3126a37a30dd11dde2b6ee1036d670cb9f0195eac217d1bbfcc0a4f96
borgbackup_1.2.0-1~build1.debian.tar.xz 21.9 KiB 4f8cfd03a40bda6ca923c8731a3843734c446f9227b040198b1c415c7e0e40ec
borgbackup_1.2.0-1~build1.dsc 2.7 KiB 05c0b3c23669bf0d4bf53bed1b6a6c85b706010bfd5364a8d8b256647d56041e

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