# format: minute hour day month weekday command # save selections # 20 1 * * * dpkg --get-selections > /root/var/`hostname`.selected # clear spam mails that are older than seven days # 28 08 * * * find /var/spool/sa-exim -type f -mtime +7 -exec rm -f {} \;