2021-10-11 18:37:13 -03:00

5 lines
234 B
Plaintext

7 2 * * * /usr/etc/fpa/fparel >/dev/null 2>&1
15 3 * * * find / -name .nfs\* -mtime +7 -exec rm -f {} \; -o -fstype nfs -prune
5 4 * * 6 /usr/lib/newsyslog >/dev/null 2>&1
15 4 * * * find /var/preserve/ -mtime +7 -a -exec rm -f {} \;