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

📄 config.in

📁 一套客户/服务器模式的备份系统代码,跨平台,支持linux,AIX, IRIX, FreeBSD, Digital Unix (OSF1), Solaris and HP-UX.
💻 IN
📖 第 1 页 / 共 3 页
字号:
  program sources. DirsToSkip  These are the names of directories, that should not be saved.  Wildcards in the usual manner are allowed (shell-style or  glob-style, furthermore path-patterns in the style of GNU's  find program with option -path. Note, that e.g. a*d matches  ab/cd). E.g. it does not usually make much sense to back up  the lost+found directory or such only containing object files,  as they can be easily reproduced from existing program sources. FilesystemTypes  A list of filesystem types, separated by whitespace and/or  commas. The type names can be prefixed with a plus, what is  identical with no prefix, with a dash - or a slash / . No  prefix or a plus means, that only files in filesystems of  the given type are saved, no others. A minus means, files in  a filesystem of the named type are not saved, nonetheless  such filesystems are traversed to search for filesystems of  other types probably mounted underneath. The slash means,  that such filesystems are not even entered or traversed ExcludeListFile  A file with the name supplied here can be present in any  directory. It should contain a list of file-/directory-names  (or glob-style patterns), that should be skipped during backup.  Each entry must be in an own line. The given names/patterns are  valid only in the same directory, where the file resides. Thus  each directory can have it's individual exclusion list. WriteChecksums  This flag specifies whether CRC32 checksums are written to  the backup or not. Checksumming costs performance but might  be desired to achieve additional safety, that recovered the  files are intact UseCTime  When this flag is set, not only a filesystem entry's modification  time (mtime) is evaluated when selecting objects to store during  incremental or a level X backup, but also the inode change time  (ctime). In this mode the filesystem entries access time (atime)  is not restored to the value it had before saving it, because  that would again change the ctime, thus each incremental backup  would result in a full backup NumBackupParts  If you have to backup a large amount of files and the  full backup can't be done during one run (e.g. over a  weekend), you can divide the full backup into pieces.  This number determines how many pieces you need. If  this number is not equal to 1, you have to supply which  files and directories you want to save in which piece.  You do so by setting the parameters DirsToBackupX with X  equal to the number of the backup part the files belong  to. ProcessCmd  If you want your files to be processed during save (e.g.  compressed), you can supply the name of the program that  should perform the desired processing here. If you do so,  you MUST also supply the appropriate unprocess- program.  Note that this program may be specified with options but  no shell-like constructions such as pipes, variables or  wildcards. This program must read standard input and write  to standard output. For pattern replacements see Logging File UnprocessCmd  The counterpart to the processing program. You must either  supply both process- and unprocess-program or neither of  them. Like the process program, the unprocess-program must  read standard input and write to standard output. For pattern  replacements see Logging File. BuiltinCompressLevel  A number, that specifies the level of built-in compression, if  present, otherwise no built-in compression will be performed.  If a process program is also specified, the order of processing  is: First the data is piped through the external program and  then built-in compression is done. Uncompressing works the other  way round. IndexFilePart  The name of the file where the names of the saved files  are stored. The current number is appended to this filename.  The number is incremented each time a full backup starts.  For pattern replacements see LoggingFile. IndexProcessCmd  The program to preprocess the index file, in most cases some  kind of compression. If this parameter is not set, it defaults  to the setting of the ProcessCmd. If you set it, you MUST also  supply the appropriate unprocess- program. Note that this program  may be specified with options but no shell-like constructions  such as pipes, variables or wildcards. This program must read  standard input and write to standard output. For pattern  replacements see LoggingFile IndexUnprocessCmd  The counterpart to the index processing program. If not given,  it defaults to the setting of the UnprocessCmd. You must either  supply both process- and unprocess-program or neither of them.  Like the index process program, the unprocess-program must read  standard input and write to standard output. For pattern  replacements see LoggingFile ProcessBackupedFiles  This flag specifies whether the files that are saved,  should be processed by the configured program. ProcessLogfiles  This flag specifies whether the filename logging files  should be processed by the configured program. DoNotProcess  These patterns or filenames specify files, that no processing  is attempted on. Normally this is done for all files. This  might be inefficient, e.g. compressing files, that are already  compressed, so their compression can be suppressed with this  parameter. The value of this parameter must be a list separated  by whitespace. Double quotes may enclose list elements. NumIndexesToStore  This number determines how many log files of previous full  backups are saved. These files may serve for the restore  of older files than those present in the current backup.  Of course there must be sufficient space to hold all the  data for the backups. It doesn't help to save all the saved  filenames but not to have them available on tape. DaysToStoreIndexes  Instead of the number of index files to be kept (previous  parameter), their maximum age can be configured in days  (floating point number allowed). Older index files will  be automatically removed. If this parameter is configured  and the previous one at the same time, the longer duration  will be applied to avoid accidental removal of indexes on  configuration errors. NumIndexesToScan  This is the maximum number of index files, that will be  scanned during restore. This can be helpful, if it takes  too much time to scan through all index files, what is  done, if restrictions are given, such as before time, after  time or certain tapes. This parameter can be overridden by  option -N of afrestore. DaysToScanIndexes  Instead of configuring the maximum number of index files  to be scanned (previous parameter), their maximum age in  days can be configured (floating point number allowed).  This parameter can be overridden by option -O of afrestore. CheckRestoreAccessPerms  When this flag is set, during restore started by a normal  user (not the superuser) it is checked, whether the user  has sufficient access permissions in the directory, where  the files are recovered. When relocating using option -C  this is default behaviour. With this flag set it will be  enforced also when not relocating. This has pros and cons.  It might be desirable, that users can also restore their  own files in directories owned by root (e.g. at-job files  or the CDE calendar stuff). On the other side this might  be considered a security problem. LoggingFile  The name of a file error messages or other notable events  are written to. A dash - stands for no logging. The pattern  %V will be replaced with the full path to the var-directory,  %B with the bin directory, %L with the lib directory, %C with  the configuration directory and %I with the logging directory  (usually == %V) ClientIdentifier  The identifier for the client. Default: The official hostname.  This entry is required, it several afbackup clients reside on  one host and the multi stream server is used. In this case the  multi stream server must be able to distinguish the clients to  distribute the pieces of backup data on tape correctly.  Otherwise the data would be mixed up and be unusable for the  reading client.  The multi-stream server writes the data to backup piecewise to  tape, each chunk preceded with an identifier. This identifier  is by default the official hostname of the connected client.  If several client programs are running on the same client  host, this procedure must fail. Any data prefixed with the  name of the client would be delivered to the client program  when reading (restore, verify, ...) and thus be a mixture of  data previously sent to the server by both client programs  with the same identifier (official hostname by default).  For this reason the server denies to serve several connected  clients with the same identifier. If several afbackup clients  should be installed on one host, different client identifiers  must be set in their configuration files. VarDirectory  The directory, where varying files should be put in.  These files must not be deleted. The information they  contain is necessary for restore. Lock-file  To prevent client programs from being started several times  a lock file is created and this is it's name. For pattern  replacements see: LoggingFile EncryptionKeyFile  The file containing the encryption key for authenticating  the backup client to the server. This file must contain at  least 5 characters and must not have read permission for  group or world. For pattern replacements see LoggingFile. StartupInfoProgram  This is the (shell-) command to run to save the startup  information of an incremental or full backup, sometimes  called bootstrap information. This program should read the  standard input and do something reasonable with it, e.g.  append it to some file. The produced information can be  used to recover from a hard crash, when the files are  lost, that are containing the names of the saved files.  Therefore this information should not be saved locally on  the client host, but e.g. on an NFS-mounted filesystem, a  floppy disc or in a mail-file (then this command should  be sth. like: mail someuser). For pattern replacements  see LoggingFile. InitProgram  A (shell-) command to be run before a backup is attempted.  If this program returns an exit status unequal to 0, no  backup is performed. This parameter makes only sense when  backup is started remotely, cause in that case no shell-  command can be supplied. If backup is started locally, there  is no problem to run whatever is necessery before the backup  explicitly. For pattern replacements see LoggingFile. ExitProgram  This parameter may specify a (shell-) command to run at  exit time of a full or incremental backup. The following  patterns are replaced as explained:   %l  by the name of the file containing the filelists   %r  by the name of the file containing statistics (this       file is automatically removed after execution of this       program)   %e  by the overall exit status   %i  with the minimum restore information  For more pattern replacements see LoggingFile.  Under very troublesome circumstances (e.g. several clients are  trying to connect a busy single stream server and timeout, or a  client program is killed) it might happen, that the ExitProgram  is not executed. If you rely on the actions of the ExitProgram  you better implement the desired functionality outside of the  afbackup system.

⌨️ 快捷键说明

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