Compare commits

..

No commits in common. "3f0885382690db0ffe9c7ecf074e315ee1f7b690" and "702e039e113d92ea67b601b79bcbdb4e15aa9ef5" have entirely different histories.

4 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
### Rotate backup log file
# location of log file (-l parameter of script file)
/path/to/pilerbackup.log {
/path/to/backup.log {
# rotate log file weekly -- you could also use 'daily', 'monthly' or
# specify a size using 'size 100k', for example

View File

@ -1,9 +1,9 @@
# Location of your script's log file, -l parameter
LogFile = /path/to/your/pilerbackup.log
LogFile = /path/to/your/backup.log
# Format of logrotate archives for your script. Example assumes compression and
# extension preservation
Archive = /path/to/your/pilerbackup.log.?.gz
Archive = /path/to/your/logfile.ext.?.gz
# Apply the correct date/time filtering to match the format of the script's log
# We are using a custom pl script in /etc/logwatch/scripts/shared/ You don't

View File

@ -34,7 +34,7 @@ if ($detailLevel == 0) {
elsif ($ThisLine =~ /\-- \[WARNING\] /) {
$summaryWarn++;
}
elsif ($ThisLine =~ /All processes completed/) {
elsif ($ThisLine =~ /All processes completed successfully/) {
$summarySuccess++;
}
}

View File

@ -31,9 +31,7 @@
# root user files
/root/.bashrc
/root/.ssh/
# scripts
/scripts/
/root/scripts/
### piler configuration files and KEY!