]> arthur.barton.de Git - bup.git/blob - Documentation/bup-daemon.md
get: adjust for python 3 and test there
[bup.git] / Documentation / bup-daemon.md
1 % bup-daemon(1) Bup %BUP_VERSION%
2 % Brandon Low <lostlogic@lostlogicx.com>
3 % %BUP_DATE%
4
5 # NAME
6
7 bup-daemon - listens for connections and runs `bup server`
8
9 # SYNOPSIS
10
11 bup daemon [-l address] [-p port]
12
13 # DESCRIPTION
14
15 `bup daemon` is a simple bup server which listens on a
16 socket and forks connections to `bup mux server` children.
17
18 # OPTIONS
19
20 -l, \--listen=*address*
21 :   the address or hostname to listen on
22
23 -p, \--port=*port*
24 :   the port to listen on
25
26 # BUP
27
28 Part of the `bup`(1) suite.