borgbackup 1.4.0-1 source package in Ubuntu
Changelog
borgbackup (1.4.0-1) unstable; urgency=medium * Bump copyright years * Drop copyright entries for removed files -- Gianfranco Costamagna <email address hidden> Fri, 05 Jul 2024 00:17:05 +0200
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 | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
borgbackup_1.4.0-1.dsc | 2.7 KiB | 7303160f63cb2d1454a229063dbe436171c9f8502c79111969dc7f7e9ed89bb0 |
borgbackup_1.4.0.orig.tar.gz | 3.6 MiB | c54c45155643fa66fed7f9ff2d134ea0a58d0ac197c18781ddc2fb236bf6ed29 |
borgbackup_1.4.0.orig.tar.gz.asc | 862 bytes | b04e6a0ff1bb2b0490d1666f5061f8a08c1f22a1f8953a1aae1a9c06d130cb68 |
borgbackup_1.4.0-1.debian.tar.xz | 20.7 KiB | 89914028a2496debfc53d5a97a5213eff296da8453f0fb021c77ea900d735d8f |
Available diffs
- diff from 1.2.8-1 to 1.4.0-1 (868.1 KiB)
No changes file available.
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