Unix and Linux Discussions Tagged with server |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
13,042 |
What is on Your Mind? |
|
|
|
9 |
59,521 |
AIX |
|
|
|
1 |
9,962 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,180 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
16,375 |
UNIX for Beginners Questions & Answers |
|
|
|
24 |
38,853 |
AIX |
|
|
|
1 |
15,763 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
11,430 |
SCO |
|
|
|
14 |
17,388 |
Cybersecurity |
|
|
|
2 |
4,916 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,284 |
UNIX for Beginners Questions & Answers |
|
|
|
31 |
29,905 |
UNIX for Beginners Questions & Answers |
|
|
|
45 |
58,308 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
25,134 |
Infrastructure Monitoring |
|
|
|
6 |
20,637 |
Programming |
|
|
|
6 |
54,644 |
Windows & DOS: Issues & Discussions |
|
|
|
8 |
24,871 |
Programming |
|
|
|
2 |
16,968 |
Web Development |
|
|
|
13 |
26,915 |
Programming |
|
|
|
12 |
20,154 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
22,940 |
Shell Programming and Scripting |
|
|
|
3 |
6,590 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,383 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
13,430 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
14,741 |
UNIX for Advanced & Expert Users |
|
|
|
14 |
78,079 |
Solaris |
|
|
|
2 |
6,471 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
8,106 |
Shell Programming and Scripting |
|
|
|
1 |
6,547 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
12,042 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,055 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
14,952 |
SCO |
|
|
|
1 |
18,698 |
Shell Programming and Scripting |
|
|
|
10 |
13,973 |
Cybersecurity |
|
|
|
0 |
12,693 |
Shell Programming and Scripting |
|
|
|
6 |
9,926 |
Shell Programming and Scripting |
|
|
|
8 |
10,916 |
Shell Programming and Scripting |
|
|
|
3 |
20,730 |
AIX |
|
|
|
4 |
6,001 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,161 |
UNIX for Beginners Questions & Answers |
bup-server(1) General Commands Manual bup-server(1)
NAME
bup-server - the server side of the bup client-server relationship
SYNOPSIS
bup server
DESCRIPTION
bup server is the server side of a remote bup session. If you use bup-split(1) or bup-save(1) with the -r option, they will ssh to the
remote server and run bup server to receive the transmitted objects.
There is normally no reason to run bup server yourself.
MODES
smart In this mode, the server checks each incoming object against the idx files in its repository. If any object already exists, it
tells the client about the idx file it was found in, allowing the client to download that idx and avoid sending duplicate data.
This is bup-server's default mode.
dumb In this mode, the server will not check its local index before writing an object. To avoid writing duplicate objects, the server
will tell the client to download all of its .idx files at the start of the session. This mode is useful on low powered server hard-
ware (ie router/slow NAS).
FILES
$BUP_DIR/bup-dumb-server
Activate dumb server mode, as discussed above. This file is not created by default in new repositories.
SEE ALSO
bup-save(1), bup-split(1)
BUP
Part of the bup(1) suite.
AUTHORS
Avery Pennarun <apenwarr@gmail.com>.
Bup unknown- bup-server(1)