]> arthur.barton.de Git - bup.git/blob - Documentation/bup-init.md
Merge branch 'maint'
[bup.git] / Documentation / bup-init.md
1 % bup-init(1) Bup %BUP_VERSION%
2 % Avery Pennarun <apenwarr@gmail.com>
3 % %BUP_DATE%
4
5 # NAME
6
7 bup-init - initialize a bup repository
8
9 # SYNOPSIS
10
11 [BUP_DIR=*localpath*] bup init [-r *host*:*path*]
12
13 # DESCRIPTION
14
15 `bup init` initializes your local bup repository.  You
16 usually don't need to run it unless you have set BUP_DIR
17 explicitly.  By default, BUP_DIR is `~/.bup` and will be
18 initialized automatically whenever you run any bup command.
19
20 # OPTIONS
21
22 -r, --remote=*host*:*path*
23 :   Initialize not only the local repository, but also the
24     remote repository given by the *host* and *path*.  This is
25     not necessary if you intend to back up to the default
26     location on the server (ie. a blank *path*).
27
28
29 # EXAMPLE
30
31     bup init
32     
33
34 # SEE ALSO
35
36 `bup-fsck`(1)
37
38 # BUP
39
40 Part of the `bup`(1) suite.