Re: dbnightly maintenance & backup script

2007-05-16 Thread Ofer Inbar
On Thu, May 10, 2007 at 03:23:31PM -0400, Ofer Inbar <[EMAIL PROTECTED]> wrote: > http://thwip.sysadmin.org/dbnightly The version I put up there had a minor bug: 176c176 < my ($sec,$min,$hour,$mday,$mon,$year) = localtime(time); $year+=1900; --- > my ($sec,$min,$hour,$mday,$mon,$year) = loc

RE: dbnightly maintenance & backup script

2007-05-10 Thread Daevid Vincent
Thanks for sharring Ofer. I'll throw the one I wrote and use into the mix too. http://daevid.com/examples/daily_backup_tgz.sh Simply put it in your /etc/cron.daily/ And then every so often monitor /backups/ and delete stuff that's getting old. (it does some cleanup) d > -Original Message