]> git.sur5r.net Git - bacula/bacula/blob - bacula/scripts/logwatch/README
Fix ActionOnPurge with a relabel command
[bacula/bacula] / bacula / scripts / logwatch / README
1 Installation instructions for bacula logwatch script
2 04 Sep 2005
3
4 Installation into a standard logwatch configuration is fairly
5 straightforward. Run 'make install' as root from this directory.
6
7 For manual install copy the files as indicated below:
8
9 cp -p scripts/logwatch/bacula /etc/log.d/scripts/services/bacula
10 cp -p scripts/logwatch/applybacula /etc/log.d/scripts/shared/applybaculadate
11 cp -p scripts/logwatch/logfile.bacula.conf /etc/log.d/conf/logfiles/bacula.conf
12 cp -p scripts/logwatch/services.bacula.conf /etc/log.d/conf/services/bacula.conf
13 chmod 755 /etc/log.d/scripts/services/bacula
14 chmod 755 /etc/log.d/scripts/shared/applybaculadate
15 chmod 644 /etc/log.d/conf/logfiles/bacula.conf
16 chmod 644 /etc/log.d/conf/services/bacula.conf
17
18 To test your installation run logwatch (as root):
19 /etc/log.d/logwatch
20
21 The following is the kind of output you could expect to be added to the
22 standard logwatch listing:
23
24  --------------------- bacula Begin ------------------------ 
25
26 Jobs Run:
27 2005-09-02 2012 backupNightlySave.2005-09-02_01.05.00
28      BackupOK
29
30 2005-09-02 2013 scottNightlySave.2005-09-02_01.05.01
31      BackupOK
32
33 2005-09-02 2014 marthaNightlySave.2005-09-02_01.05.02
34      BackupOK
35
36 2005-09-02 2015 lyndaNightlySave.2005-09-02_01.05.03
37      BackupOK
38
39 2005-09-02 2016 backupBackupCatalog.2005-09-02_01.10.00
40      BackupOK
41
42
43  ---------------------- bacula End -------------------------