1BF_COPY(1) Bogofilter Reference Manual BF_COPY(1)
2
3
4
6 bf_copy - shell script to copy a bogofilter working directory
7
9 bf_copy [-c] source_dir destination_dir
10
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
17 The -c option causes only active log files to be copied, not all. The
18 default is to copy all log files.
19
21 The script exits with status code 0 if everything went well, and
22 nonzero if it encountered trouble.
23
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
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
37 Matthias Andree
38
39
40
41Bogofilter 10/22/2012 BF_COPY(1)