How to Install and Uninstall borgbackup Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "borgbackup" package

This tutorial shows how to install borgbackup on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install borgbackup

2. Uninstall "borgbackup" package

Please follow the guidance below to uninstall borgbackup on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the borgbackup package on Ubuntu 21.04 (Hirsute Hippo)

Package: borgbackup
Architecture: amd64
Version: 1.1.16-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: 2732
Depends: fuse, python3-llfuse (<< 2.0), python3-pkg-resources, python3 (<< 3.10), python3 (>= 3.9~), 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.3.2)
Suggests: borgbackup-doc
Filename: pool/universe/b/borgbackup/borgbackup_1.1.16-1_amd64.deb
Size: 646864
MD5sum: a98049f839ac570d3f70c6aa6fce78a8
SHA1: b087b07362d9844d0a04ada2b48b81fd8a987421
SHA256: 7b73e081502212b5e62e979c05696a69771945a4a31cebd1c600fca277029d85
SHA512: 5fe55b82455284bde1efdc99357d5b944bd1b5b50134e413d4d2052dc779b7cce80654b00ebca0cf68e6c7ab42a57af8eedcde6cd2633e2c4d3731c11ff4fec6
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