Asif Bacchus 2020-05-24 03:44:46 -06:00
parent c049967b7a
commit 7413ff332c
1 changed files with 3 additions and 3 deletions

@ -1,6 +1,6 @@
# logfile-group file (/etc/logwatch/conf/logfiles/backup.conf)
## Log file location
## log file location
Update this as needed to point to the location and name of the log file generated by the backup script. Remember, by default, the log file is created in the same directory as the script itself.
@ -16,7 +16,7 @@ LogFile = /var/log/backup.log
...
```
## Archive location and name format
## archive location and name format
If you want Logwatch to process old (archived) log files generated by something like *logrotate*, then you have to specify the location and file name format of those files. I've included the generalized compressed format of such rotated files as the default in the script. Suppose you store your log files in the recommended location (*/var/log/*) and are using *Logrotate* with compression enabled, the archive line would look like:
@ -30,7 +30,7 @@ This would tell Logwatch, when the archive option is set to true, that your *bac
**Note: This line is totally optional and only used if you set the archive option in Logwatch to true (default). You can comment/delete this line if you wish.**
## External script for timestamp processing
## external script for timestamp processing
Since the log file uses a non-standard (according to Logwatch) method of datestamping, a custom filter had to be created. See [page 7.1.4](https://git.asifbacchus.app/asif/MailcowBackup/wiki/7.1.4-Timestamp-processing) of this wiki more information.