update sample logrotate config

This commit is contained in:
Asif Bacchus 2019-07-30 02:26:07 -06:00
parent 698c19b8ed
commit c01ea25ed1

View File

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