1bup(1)                                                                  bup(1)
2
3
4

NAME

6       bup - Backup program using rolling checksums and git file formats
7

SYNOPSIS

9       bup [global options...] <command> [options...]
10

DESCRIPTION

12       bup  is  a  program for making backups of your files using the git file
13       format.
14
15       Unlike git(1) itself, bup is optimized for handling huge data sets  in‐
16       cluding  individual  very  large files (such a virtual machine images).
17       However, once a backup set is created, it can still be  accessed  using
18       git tools.
19
20       The individual bup subcommands appear in their own man pages.
21

GLOBAL OPTIONS

23       --version
24              print bup's version number.  Equivalent to bup-version(1)
25
26       -d, --bup-dir=BUP_DIR
27              use  the given BUP_DIR parameter as the bup repository location,
28              instead of reading it from the $BUP_DIR environment variable  or
29              using the default ~/.bup location.
30

COMMONLY USED SUBCOMMANDS

32       bup-fsck(1)
33              Check backup sets for damage and add redundancy information
34
35       bup-ftp(1)
36              Browse backup sets using an ftp-like client
37
38       bup-fuse(1)
39              Mount your backup sets as a filesystem
40
41       bup-help(1)
42              Print detailed help for the given command
43
44       bup-index(1)
45              Create or display the index of files to back up
46
47       bup-on(1)
48              Backup a remote machine to the local one
49
50       bup-restore(1)
51              Extract files from a backup set
52
53       bup-save(1)
54              Save files into a backup set (note: run “bup index” first)
55
56       bup-web(1)
57              Launch a web server to examine backup sets
58

RARELY USED SUBCOMMANDS

60       bup-damage(1)
61              Deliberately destroy data
62
63       bup-drecurse(1)
64              Recursively list files in your filesystem
65
66       bup-init(1)
67              Initialize a bup repository
68
69       bup-join(1)
70              Retrieve a file backed up using bup-split(1)
71
72       bup-ls(1)
73              Browse the files in your backup sets
74
75       bup-margin(1)
76              Determine how close your bup repository is to armageddon
77
78       bup-memtest(1)
79              Test bup memory usage statistics
80
81       bup-midx(1)
82              Index objects to speed up future backups
83
84       bup-newliner(1)
85              Make sure progress messages don't overlap with output
86
87       bup-random(1)
88              Generate a stream of random output
89
90       bup-server(1)
91              The server side of the bup client-server relationship
92
93       bup-split(1)
94              Split a single file into its own backup set
95
96       bup-tick(1)
97              Wait for up to one second.
98
99       bup-version(1)
100              Report the version number of your copy of bup.
101

SEE ALSO

103       git(1) and the README file from the bup distribution.
104
105       The home of bup is at <http://github.com/bup/bup/>.
106

AUTHORS

108       Avery Pennarun <apenwarr@gmail.com>.
109
110
111
112Bup 0.29.2                        2018-10-20                            bup(1)
Impressum