Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 1.38 KB

bup.org

File metadata and controls

71 lines (59 loc) · 1.38 KB

bup

Description

Description

Backup system based on the git packfile format. Provides fast incremental saves and global deduplication.

Software based on bup

Software based on bup

Bups

A GTK3 front end.

Kups

A KDE front end.

git-annex

Manage large files with git.

Install

Installation

Arch

sudo pacman -S bup

Debian/Ubuntu

sudo apt install bup

Fedora

sudo dnf install bup

Help

Help

bup help <COMMAND>
bup help init
bup help index
bup help save
bup help restore

Use

Use

echo 'export BUP_DIR=BACKUP_DESTINATION' >> ~/.profile
bup init
bup index [--exclude-from=FILE] BACKUP_SOURCE
bup save -n BRANCH_NAME BACKUP_SOURCE

See also

See also

Official

Video