How to Install and Uninstall borgbackup Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "borgbackup" package

Learn how to install borgbackup on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install borgbackup

2. Uninstall "borgbackup" package

Please follow the step by step instructions below to uninstall borgbackup on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove borgbackup $ sudo apt autoclean && sudo apt autoremove

3. Information about the borgbackup package on Ubuntu 21.10 (Impish Indri)

Package: borgbackup
Architecture: amd64
Version: 1.1.17-1
Priority: optional
Section: universe/admin
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Borg Collective
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2737
Depends: python3-pkg-resources, python3 (<< 3.10), python3 (>= 3.9~), python3-packaging, python3:any, libacl1 (>= 2.2.23), libb2-1 (>= 0.98.1), libc6 (>= 2.14), liblz4-1 (>= 0.0~r130), libssl1.1 (>= 1.1.0), libzstd1 (>= 1.4.0)
Recommends: python3-llfuse (<< 2.0), fuse
Suggests: borgbackup-doc
Filename: pool/universe/b/borgbackup/borgbackup_1.1.17-1_amd64.deb
Size: 683394
MD5sum: f067e38a8fbb6c8c548589cbd89bcfd3
SHA1: ef30e684b49b0723c6172fa5d635f3d1dbb2e8a7
SHA256: e3912a3b20a017e7424ec2b5661bc13e1cd5fd09a25ca5c882bab7754561c0f2
SHA512: 17e3bd14f2611d9c7e13af8f2f262587de13d48310f0a8fd196bca87cdf52b18d0326d90cd85f8d8545df4c5262354cbe7888b22ced26b526b27c1f967ee5399
Homepage: https://borgbackup.github.io/borgbackup/
Description-en: 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.
Description-md5: 8a56876615c13f6f25a373ef5d5c2017