Compare commits
	
		
			No commits in common. "3f0885382690db0ffe9c7ecf074e315ee1f7b690" and "702e039e113d92ea67b601b79bcbdb4e15aa9ef5" have entirely different histories.
		
	
	
		
			3f08853826
			...
			702e039e11
		
	
		
| @ -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 | ||||
|  | ||||
| @ -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 | ||||
|  | ||||
| @ -34,7 +34,7 @@ if ($detailLevel == 0) { | ||||
|         elsif ($ThisLine =~ /\-- \[WARNING\] /) { | ||||
|             $summaryWarn++; | ||||
|         } | ||||
|         elsif ($ThisLine =~ /All processes completed/) { | ||||
|         elsif ($ThisLine =~ /All processes completed successfully/) { | ||||
|             $summarySuccess++; | ||||
|         } | ||||
|     } | ||||
|  | ||||
| @ -31,9 +31,7 @@ | ||||
| # root user files | ||||
| /root/.bashrc | ||||
| /root/.ssh/ | ||||
| 
 | ||||
| # scripts | ||||
| /scripts/ | ||||
| /root/scripts/ | ||||
| 
 | ||||
| 
 | ||||
| ### piler configuration files and KEY! | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user