initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.
This commit is contained in:
commit
43e0f5b59e
329 changed files with 31937 additions and 0 deletions
18
egpgdbbackup/egpgdbbackup-cron
Normal file
18
egpgdbbackup/egpgdbbackup-cron
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# run system backups
|
||||
#
|
||||
# hourly - at 5 minutes past mon-sat
|
||||
05 * * * * root /etc/egscripts/egpgdbbackup/egpgdbbackup -c hourly
|
||||
#
|
||||
# daily - at 7:30 pm, mon-sat
|
||||
30 19 * * * root /etc/egscripts/egpgdbbackup/egpgdbbackup -c daily
|
||||
#
|
||||
# weekly - at 7:30 pm, sun
|
||||
#30 19 * * sun root /etc/egscripts/egpgdbbackup/egpgdbbackup -c weekly
|
||||
#
|
||||
# monthly - at 8:30 pm, on the first of the last of the month
|
||||
#30 20 1 * * root /etc/egscripts/egpgdbbackup/egpgdbbackup -c monthly
|
||||
#
|
||||
# yearly - at 8:30 pm, on the first of January.
|
||||
#30 20 1 1 * root /etc/egscripts/egpgdbbackup/egpgdbbackup -c yearly
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue