]> arthur.barton.de Git - bup.git/blob - Documentation/bup-server.md
Rename Documentation/*.1.md to Documentation/*.md
[bup.git] / Documentation / bup-server.md
1 % bup-server(1) Bup %BUP_VERSION%
2 % Avery Pennarun <apenwarr@gmail.com>
3 % %BUP_DATE%
4
5 # NAME
6
7 bup-server - the server side of the bup client-server relationship
8
9 # SYNOPSIS
10
11 bup server
12
13 # DESCRIPTION
14
15 `bup server` is the server side of a remote bup session. 
16 If you use `bup-split`(1) or `bup-save`(1) with the `-r`
17 option, they will ssh to the remote server and run `bup
18 server` to receive the transmitted objects.
19
20 There is normally no reason to run `bup server` yourself.
21
22 # SEE ALSO
23
24 `bup-save`(1), `bup-split`(1)
25
26 # BUP
27
28 Part of the `bup`(1) suite.