bf_copy.1in
来自「一个C语言写的快速贝叶斯垃圾邮件过滤工具」· 1IN 代码 · 共 45 行
1IN
45 行
.\" ** You probably do not want to edit this file directly **.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1)..\" Instead of manually editing it, you probably should edit the DocBook XML.\" source for it and then use the DocBook XSL Stylesheets to regenerate it..TH "BF_COPY" "1" "12/25/2005" "" "".\" disable hyphenation.nh.\" disable justification (adjust text to left margin only).ad l.SH "NAME"bf_copy \- shell script to copy a bogofilter working directory.SH "SYNOPSIS".HP 8\fBbf_copy\fR [\-c] \fIsource_dir\fR \fIdestination_dir\fR.SH "DESCRIPTION".PP\fBbf_copy\fRcopies abogofilterworking directory to another directory. Currently it copies the database files (*.db), related files (log.*), and DB_CONFIG (if present)..SH "OPTIONS".PPThe\fB\-c\fRoption causes only active log files to be copied, not all. The default is to copy all log files..SH "EXIT STATUS".PPThe script exits with status code 0 if everything went well, and nonzero if it encountered trouble..SH "BUGS".PPThis script assumes all *.db files in the source directory are relevant and copies them. This may not match your actual configuration..SH "NOTES".PPThis script is meant for use with Berkeley DB and SQLite basedbogofilterversions..PPThis script expects a SUSv2 compliant shell. Solaris systems should have theSUNWxcu4package installed (whenbogofilteris configured) so that\fI/usr/xpg4/bin/sh\fRcan be used.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?