borgbackup 1.2.7-2build2 source package in Ubuntu

Changelog

borgbackup (1.2.7-2build2) noble; urgency=medium

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 17:28:47 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.7.orig.tar.gz 4.2 MiB f63f28a3383c041971cec87b061ca39a815b5fd445db24aa8172cac417d9411a
borgbackup_1.2.7-2build2.debian.tar.xz 21.0 KiB b1057bb4611c846837cc03ab7a7d353ca7ac55de1018955c798bc66cb11c5f84
borgbackup_1.2.7-2build2.dsc 2.6 KiB f06cd2be490369468b3370a8ce2a232a5efb3730c68c292dc23a34422e141662

Available diffs

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