]> arthur.barton.de Git - bup.git/blob - Documentation/bup-daemon.md
Merge branch 'mux'
[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
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 # BUP
19
20 Part of the `bup`(1) suite.