.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "bup-server" "1" "0.33.3" "Bup 0.33.3" "" .hy .SH NAME .PP bup-server - the server side of the bup client-server relationship .SH SYNOPSIS .PP bup server .SH DESCRIPTION .PP \f[V]bup server\f[R] is the server side of a remote bup session. If you use \f[V]bup-split\f[R](1) or \f[V]bup-save\f[R](1) with the \f[V]-r\f[R] option, they will ssh to the remote server and run \f[V]bup server\f[R] to receive the transmitted objects. .PP There is normally no reason to run \f[V]bup server\f[R] yourself. .SH MODES .TP 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 \f[V]bup-server\f[R]\[cq]s default mode. .TP 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 \f[V].idx\f[R] files at the start of the session. This mode is useful on low powered server hardware (ie router/slow NAS). .SH FILES .TP $BUP_DIR/bup-dumb-server Activate dumb server mode, as discussed above. This file is not created by default in new repositories. .SH SEE ALSO .PP \f[V]bup-save\f[R](1), \f[V]bup-split\f[R](1) .SH BUP .PP Part of the \f[V]bup\f[R](1) suite. .SH AUTHORS Avery Pennarun .