home *** CD-ROM | disk | FTP | other *** search
-
- ;;; Maintenance script .. just start once a day
- ;;; preferable at night with a Cron util
-
-
- Attention "Maint: Script started" -o
- trion -m -a -x "Maintenance script started, system can be a little slower"
-
- ;;; Proces Mail
-
- ; trion:utils/tmp -u -b
- ; trion:utils/tmp -p
-
-
- ;;; Make Allfiles
-
- Attention "Maint: making allfiles"
- trion:utils/taf
-
- ;;; Things you tend to forget :)
-
- Attention "Maint: compiling menus"
- trion:utils/menu #?.src
-
- ;;; Make sure Logs don't grow to big
-
- Attention "Maint: Trimming logs"
- TTrimLogs
-
- ;;; Delete mail of points and/or nodes who didn't poll for more than 14 days.
-
- ;KillOldMail 14
-
- ;;; Make a screen of Top Down/Uploaders
-
- Attention "Maint: Making user stats"
- topdl >trion:text/topdl.ansi
- ScanUserStats
-
-
- trion -m -a -x "Maintenance script is Finished !"
- Attention "Maint: Script finished" -q
-
-