bup - Backup program using rolling checksums and git file formats
bup [global options...] <command> [options...]
bup
is a program for making backups of your files using the git file format.
Unlike git
(1) itself, bup is optimized for handling huge data sets including individual very large files (such a virtual machine images). However, once a backup set is created, it can still be accessed using git tools.
The individual bup subcommands appear in their own man pages.
print bup's version number. Equivalent to bup-version
(1)
use the given BUP_DIR parameter as the bup repository location, instead of reading it from the $BUP_DIR environment variable or using the default ~/.bup
location.
bup-fsck
(1)bup-ftp
(1)bup-fuse
(1)bup-help
(1)bup-index
(1)bup-on
(1)bup-restore
(1)bup-save
(1)bup-web
(1)bup-damage
(1)bup-drecurse
(1)bup-init
(1)bup-join
(1)bup-split
(1)
bup-ls
(1)bup-margin
(1)bup-memtest
(1)bup-midx
(1)bup-newliner
(1)bup-random
(1)bup-server
(1)bup-split
(1)bup-tick
(1)bup-version
(1)git
(1) and the README file from the bup distribution.
The home of bup is at http://github.com/bup/bup/.