⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 afserver.8.in

📁 一套客户/服务器模式的备份系统代码,跨平台,支持linux,AIX, IRIX, FreeBSD, Digital Unix (OSF1), Solaris and HP-UX.
💻 IN
字号:
.TH AFSERVER 8 "2001 April 1" "Debian Project".SH NAMEafserver \- the server program of the afbackup package.SH SYNOPSIS.B afserver[ -b ] [ -L <locale> ] [ <configuration-file> ].SH DESCRIPTIONThe server program. It must be started by the inetd-superdaemon.The configuration-file is read as @serverlibdir@/@serverconf@if not given explicitly..TP.B -bTurns off buffering mode. This reduces performancebut seems to be necessary on some OSes.TP.B -L <locale>Set the locale to the given string. Note, that this optionmight not be honoured due to insufficiencies of thegettext implementation on some systems.SH FILES.IP @serverlibdir@/@serverconf@Server configuration file (See: afserver.conf(8)).IP @serverlogdir@The directory for logging the server actions.IP @servervardir@Save internal state information of the server here.IP @servervardir@/statusThis file is updated, whenever a notable serverstatus change occurs. The file is always removedand created again as status changes occur oftenand they are not worth keeping. This file onlyserves the purpose to get an information aboutwhat is currently going on. While reading orwriting the current throughput is reported hereabout every 5 seconds. Logging of errors orwarnings goes to the configured logfile.IP @servervardir@/pref_clientThis file is maintained to prevent collidingclient accesses. The clients should havea chance to get the server always again, whenquerying several times within a certain interval.The previously served client and a timestamp issaved here to grant this client preferred servicewithin a certain interval. Actually since version3.3.5 this file is obsolete.IP @servervardir@/bytes_on_tapeThe persistent counters of the server side. Amaximum number of bytes per tape can be configuredand the server must remember, how much he hadwritten to all of the tapes. It makes no sense tocount them all each time a cartridge is loaded.The format of each line is: <cartridge-number>: <number-of-bytes-on-tape> <number-of-files-on-tape> <tape-full-flag> <last-writing-timestamp>.IP @servervardir@/tapeposThe name of this file can be configured in theserverside configuration file, but i think, noonewill ever change it. This file contains entries,that specify tape positions in different contexts.Lines starting with a number followed by a colonspecify the writing position for the cartridge setspecified by the leading number. Lines startingwith a device name field indicate, what tape inwhich position is currently in that drive. Eachpair of numbers specifying a position consists ofa cartridge number and a file number.IP @servervardir@/precious_tapesThis file contains a line for each client, listingwhich cartridges the client needs for restoringeverything it saved and it wants access to. Allcartridges listed here are considered read-only, ifthey have no more space on tape to write to. If theyhave free space, new data is appended at the end ofthe last file on tape during write.IP @servervardir@/readonly_tapesThis file contains lists of cartridge numbers,that should not be written to anymore. This filecan be edited or modified sending an appropriateserver message (See: afclient, option -M). Theformat of this file is simply numbers, ranges orcomma-separated numbers of cartridges. A range canbe given as [<start-number>]-[<end-number>], e.g.2-4, -2 or 8-. In the last example the number ofcartridges configured in the server configurationfile will be applied for the end of the list.IP @servervardir@/cartridge_orderThe server must remind, what tape follows whichother one, because their order no longer followsthe number of the cartridge and the server nolonger starts writing the first one after the lastone is full. Tapes can be set read-only or markedcrucial for restoring some client. So it may occur,that the server must skip one or more tapes to finda writable one. Also in full append mode it mighthappen, that it is not the first file on tape, whofollows the last one on a full tape. In this filethe order is saved, what file on which tape must beread, when a certain tape is exhausted. Behind thenumber of the cartridge in the first column and thearrow characters -> the following numbers name thetape and file to be read next. This file should besaved to some other location, because it is crucialfor restore.IP @servervardir@/tape_usesThis file contains a list of cartridge numbers inthe first column, followed by a colon : . The secondcolumn contains a number indicating, how often thistape has become full up to now. This number is suppliedto the configured Tape-Full-Command , whenever a tapebecomes full.IP @servervardir@/cartridge_locationsThis file contains the database, where thecartridges currently can be found. The firstcolumn is the cartridge number, followed by acolon. A space follows and the rest of theline either contains three fields: the devicename of the media changer, a word to specify thelocation class (drive, slot or loadport), and anumber counting instances of location classes, e.g. /dev/rmt/stctl0 slot 6If the rest of the line is not of this form, it isconsidered to be a freetext description.IP @servervardir@/ever_used_blocksizesThis file contains a list of all the tapeblocksizes, that have ever been used on thethe server. The list is used to quickly findthe correct blocksize for reading, when thetape cannot be read with the configured one. Iftapes are used, that come from another server andhave a tape blocksize, that this server has neverseen, the unknown blocksize should be added to thisfile manually, one per line.SH SEE ALSOafclientconfig(8), xafclientconfig(8), full_backup(8),incr_backup(8), afverify(8), afrestore(8), xafrestore(8),update_indexes(8), copy_tape(8), afclient.conf(8), afserver(8), afmserver(8),afserver.conf(8), cartis(8), cartready(8), label_tape(8), tar(1) .SH AUTHOR.B afbackup was written by Albert Fluegel (af@muc.de). This manpage wasextracted from the text docs by Christian Meder (meder@isr.uni-stuttgart.de).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -