1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
.TH AFSERVER 8 "1998 February 9" "Debian Project"
.SH NAME
afserver \- the server program of the afbackup package
.SH SYNOPSIS
.B afserver
[ -b ] [<configuration-file>]
.SH DESCRIPTION
The server program. It must be started by the inetd-superdaemon.
The configuration-file is read as @serverlibdir@/@serverconf@
if not given explicitely.
.TP
.B -b
Turns off buffering mode. This reduces performance
but seems to be necessary on some OSes
.SH FILES
.IP @serverlibdir@/@serverconf@
Server configuration file
.IP @serverlogdir@
The directory for logging the server actions
.IP @servervardir@
Some internal state information of the server.
.SH SEE ALSO
afclientconfig(8), xafclientconfig(8), full_backup(8),
incr_backup(8), afverify(8), afrestore(8), print_errors(8),
afclient.conf(8), afserver.conf(8), tar(1)
.SH AUTHOR
.B afbackup
was written by Albert Fluegel (af@muc.de). This manpage was
extracted from the text docs by Christian Meder
(meder@isr.uni-stuttgart.de).
|