Backup system based on the git packfile format. Provides fast incremental saves and global deduplication.
A GTK3 front end.
A KDE front end.
Manage large files with git.
sudo pacman -S bup
sudo apt install bup
sudo dnf install bup
bup help <COMMAND>
bup help init
bup help index
bup help save
bup help restore
echo 'export BUP_DIR=BACKUP_DESTINATION' >> ~/.profile
bup init
bup index [--exclude-from=FILE] BACKUP_SOURCE
bup save -n BRANCH_NAME BACKUP_SOURCE