initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.

This commit is contained in:
Dave Lane 2016-03-16 13:43:31 +13:00
commit 43e0f5b59e
329 changed files with 31937 additions and 0 deletions

8
egdbstatus/egdbstatus-cron Executable file
View file

@ -0,0 +1,8 @@
# run the egdb backup programs every day to backup our MySQL database.
# hourlies - every 15 minutes...
*/15 * * * * root /etc/egscripts/egdbstatus/egdbstatus
# Every 15 minutes, starting at 1 minute past the hour
(1-59)/15 * * * * root /etc/egscripts/egdbstatus/egdbstatus-nerdelbaum
# Every 15 minutes, starting at 2 minute past the hour
(2-59)/15 * * * * root /etc/egscripts/egdbstatus/egdbstatus-pinchy