borgbackup 1.2.0-1 source package in Ubuntu
Changelog
borgbackup (1.2.0-1) unstable; urgency=medium * New upstream release * Drop patches now upstream: - 33519263ac3532d909863f4864fef23aa6f6b381, - 5937 - system-msgpack (this one was commented but its now not needed anymore) * Refresh patches * Bump compat level to 13 * Bump std-version to 4.6.0, no changes required * Add new dateutil dependency needed for tests * Add msgpack and pkgconfig python modules, needed for build * Drop version constraints, now already satisfied since o-o-stable * Add new python3-pyfuse3 dependency, meant to deprecate llfuse * Update copyright years * Add new runtime suggestion of pyfuse3 * Skip another test needing fuse * Update copyright file for new release -- Gianfranco Costamagna <email address hidden> Tue, 22 Feb 2022 22:45:33 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
borgbackup_1.2.0-1.dsc | 2.7 KiB | 51afe18234fbeb339d8bf81f7509dad13e28c285c9de9d26f0c2c2e51fbabec4 |
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.debian.tar.xz | 21.9 KiB | 29b33924a63016de0b01d27b9f5865e02cdd1d4953573e227813f6753f510f73 |
Available diffs
No changes file available.
Binary packages built by this source
- borgbackup: No summary available for borgbackup in ubuntu kinetic.
No description available for borgbackup in ubuntu kinetic.
- borgbackup-dbgsym: No summary available for borgbackup-dbgsym in ubuntu kinetic.
No description available for borgbackup-dbgsym in ubuntu kinetic.
- 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