• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.inH A D03-Jun-2021942 3319

READMEH A D03-Jun-20211.4 KiB4430

applybaculadateH A D03-Jun-20211.4 KiB4718

baculaH A D03-Jun-20211.8 KiB6643

logfile.bacula.conf.inH A D03-Jun-202197 42

services.bacula.confH A D03-Jun-202180 73

README

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