slitaz-forge view tank/files/var/spool/cron/crontabs/root @ rev 51

Tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Apr 06 18:01:24 2011 +0100 (2011-04-06)
parents 0e91bc735875
children 7b264353f277
line source
1 # Update Web stats
2 0 0 * * * /usr/sbin/awsupdate_all
4 # Backup MySQL databases
5 0 30 * * * /usr/bin/mybackup.sh
7 # Rotate logs daily
8 0 1 * * * /usr/sbin/logrotate /etc/logrotate.conf
10 # Update SliTaz stuff
11 15 02 * * * /usr/bin/tazdev update-www
12 */20 * * * * /home/slitaz/www/website/libs/get-latest.sh
13 20 02 * * * /usr/bin/tazpkg-web cooking
14 30 02 * * * /usr/bin/tazpkg-web stable
16 # Update RSS channels
17 40 02 * * * /usr/bin/tazrss cooking
18 40 02 * * * /usr/bin/tazrss stable
20 # Update system load graphics
21 */5 * * * * /home/slitaz/www/tank/bin/makegraphs >/dev/null
23 # Backup (will be sync'd by mirror)
24 0 3 * * * /home/backups/tank/backup.sh
26 # Send all sources to mirror
27 0 23 * * * /home/slitaz/sources/update.sh update >/dev/null 2>&1