#! /bin/sh # /etc/cron.daily/logrotate # Cron script to backup and rotate log files daily. # # Since /var/log is mounted as tmpfs, all the log files are # rotated and backed-up using logbackup instead of logrotate. invoke-rc.d logbackup reload