File: cron.weekly

package info (click to toggle)
ipac 0.99-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 180 kB
  • ctags: 64
  • sloc: perl: 878; ansic: 451; sh: 169; makefile: 69
file content (12 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
test -f /etc/ipac.conf && test -f /usr/sbin/fetchipac || exit 0

# summarize the statistics for the week before last into one file
/usr/sbin/ipacsum -r -t "the week before last week" > /dev/null

# summarize the statistics for the month before last into one file
/usr/sbin/ipacsum -r -t "the month 2 months ago" > /dev/null

# summarize the statistics for the year before last into one file
/usr/sbin/ipacsum -r -t "the year 2 years ago" > /dev/null