]> arthur.barton.de Git - bup.git/blob - Documentation/bup-mux.md
get: adjust for python 3 and test there
[bup.git] / Documentation / bup-mux.md
1 % bup-mux(1) Bup %BUP_VERSION%
2 % Brandon Low <lostlogic@lostlogicx.com>
3 % %BUP_DATE%
4
5 # NAME
6
7 bup-mux - multiplexes data and error streams over a connection
8
9 # SYNOPSIS
10
11 bup mux \<command\> [options...]
12
13 # DESCRIPTION
14
15 `bup mux` is used in the bup client-server protocol to
16 send both data and debugging/error output over the single
17 connection stream.
18
19 `bup mux bup server` might be used in an inetd server setup.
20
21 # OPTIONS
22
23 command
24 :   the command to run
25
26 options
27 :   options for the command
28
29 # BUP
30
31 Part of the `bup`(1) suite.