bup - Backup program using rolling checksums and git file formats
bup <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.
bup-fsck
(1)bup-ftp
(1)bup-fuse
(1)bup-help
(1)bup-index
(1)bup-join
(1)bup-split
(1)bup-ls
(1)bup-midx
(1)bup-save
(1)bup-split
(1)bup-damage
(1)bup-drecurse
(1)bup-init
(1)bup-margin
(1)bup-memtest
(1)bup-newliner
(1)bup-random
(1)bup-server
(1)bup-tick
(1)git
(1) and the README file from the bup distribution.
The home of bup is at http://github.com/apenwarr/bup/
.