1bup-init(1) bup-init(1)
2
3
4
6 bup-init - initialize a bup repository
7
9 [BUP_DIR=localpath] bup init [-r host:path]
10
12 bup init initializes your local bup repository. By default, BUP_DIR is
13 ~/.bup.
14
16 -r, --remote=host:path
17 Initialize not only the local repository, but also the remote
18 repository given by the host and path. This is not necessary if
19 you intend to back up to the default location on the server (ie.
20 a blank path). The connection to the remote server is made with
21 SSH. If you'd like to specify which port, user or private key
22 to use for the SSH connection, we recommend you use the
23 ~/.ssh/config file.
24
26 bup init
27
29 bup-fsck(1), ssh_config(5)
30
32 Part of the bup(1) suite.
33
35 Avery Pennarun <apenwarr@gmail.com>.
36
37
38
39Bup 0.29.2 2018-10-20 bup-init(1)