Blame doc/bf_copy.htmlin

Packit e8bc57
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>bf_copy</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">

Name

bf_copy — shell script to copy a bogofilter

Packit e8bc57
	    working directory

Synopsis

bf_copy [-c] source_dir destination_dir

Description

bf_copy copies a

Packit e8bc57
	    bogofilter working directory to another
Packit e8bc57
	    directory.  Currently it copies the database files (*.db), related
Packit e8bc57
	    files (log.*), and DB_CONFIG (if present).

Options

The -c option causes only active log files to

Packit e8bc57
	    be copied, not all. The default is to copy all log files.

Exit Status

The script exits with status code 0 if everything went

Packit e8bc57
	    well, and nonzero if it encountered trouble.

Bugs

This script assumes all *.db files in

Packit e8bc57
	    the source directory are relevant and copies them. This may
Packit e8bc57
	    not match your actual configuration.

Notes

This script is meant for use with Berkeley DB and SQLite based

Packit e8bc57
	    bogofilter versions.

This script expects a SUSv2 compliant shell. Solaris

Packit e8bc57
	    systems should have the SUNWxcu4 package
Packit e8bc57
	    installed (when bogofilter is configured)
Packit e8bc57
	    so that /usr/xpg4/bin/sh can be used.

Authors

Matthias Andree

</body></html>