1bup-server(1)                                                    bup-server(1)
2
3
4

NAME

6       bup-server - the server side of the bup client-server relationship
7

SYNOPSIS

9       bup server
10

DESCRIPTION

12       bup server  is  the  server  side  of a remote bup session.  If you use
13       bup-split(1) or bup-save(1) with the -r option, they will  ssh  to  the
14       remote server and run bup server to receive the transmitted objects.
15
16       There is normally no reason to run bup server yourself.
17

MODES

19       smart  In this mode, the server checks each incoming object against the
20              idx files in its repository.  If any object already  exists,  it
21              tells  the  client  about the idx file it was found in, allowing
22              the client to download that idx and avoid sending duplicate  da‐
23              ta.  This is bup-server's default mode.
24
25       dumb   In  this  mode, the server will not check its local index before
26              writing an object.  To  avoid  writing  duplicate  objects,  the
27              server will tell the client to download all of its .idx files at
28              the start of the session.  This mode is useful  on  low  powered
29              server hardware (ie router/slow NAS).
30

FILES

32       $BUP_DIR/bup-dumb-server
33              Activate dumb server mode, as discussed above.  This file is not
34              created by default in new repositories.
35

SEE ALSO

37       bup-save(1), bup-split(1)
38

BUP

40       Part of the bup(1) suite.
41

AUTHORS

43       Avery Pennarun <apenwarr@gmail.com>.
44
45
46
47Bup 0.29.2                        2018-10-20                     bup-server(1)
Impressum