How to Install bup in Ubuntu 18.04



Install bup by entering the following commands in the terminal:

sudo apt update
sudo apt install bup

Description:

highly efficient file backup system based on git

bup is a backup tool which stores the backups in a system based around the packfile format from git.

Homepage: https://github.com/bup/bup

Version: 0.29-3

Section: universe/admin