1BF_COPY(1)                Bogofilter Reference Manual               BF_COPY(1)
2
3
4

NAME

6       bf_copy - shell script to copy a bogofilter working directory
7

SYNOPSIS

9       bf_copy [-c] source_dir destination_dir
10

DESCRIPTION

12       bf_copy copies a bogofilter working directory to another directory.
13       Currently it copies the database files (*.db), related files (log.*),
14       and DB_CONFIG (if present).
15

OPTIONS

17       The -c option causes only active log files to be copied, not all. The
18       default is to copy all log files.
19

EXIT STATUS

21       The script exits with status code 0 if everything went well, and
22       nonzero if it encountered trouble.
23

BUGS

25       This script assumes all *.db files in the source directory are relevant
26       and copies them. This may not match your actual configuration.
27

NOTES

29       This script is meant for use with Berkeley DB and SQLite based
30       bogofilter versions.
31
32       This script expects a SUSv2 compliant shell. Solaris systems should
33       have the SUNWxcu4 package installed (when bogofilter is configured) so
34       that /usr/xpg4/bin/sh can be used.
35

AUTHORS

37       Matthias Andree
38
39
40
41Bogofilter                        06/29/2013                        BF_COPY(1)
Impressum