Tom<br> They sent me the same letter. I'm for the change. What about next week?<br>John<br><br><div class="gmail_quote">On Thu, Apr 23, 2009 at 4:12 PM, Emerson, Tom (*IC) <span dir="ltr"><<a href="mailto:Tom.Emerson@wbconsultant.com">Tom.Emerson@wbconsultant.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I just got a letter from the Pasadena library reminding us it is time to make a reservation for the next year. I've found another location where we don't have to go through this administration, plus there are more outlets as well as wired access to the internet. (and a decent pizza place next door)<br>
<br>
In return, I've offered for our group to help "maintain" their webserver [linux "admin" stuff, not web design]<br>
<br>
First up: actually doing something usefull with the "backups". Currently there are cron jobs that essentially do this:<br>
<br>
cp /home /storage/backups/$da -R<br>
gzip /storage/backups/$da<br>
<br>
i.e., a full DAILY backup of the entire /home hierarchy.<br>
<br>
These files then accumulate -- there are no provisions to purge old backups<br>
<br>
They run out of room (often)<br>
<br>
But it is on a separate partitition (/storage), and silently fails (no e-mail, or if there is, nobody reads it)<br>
<br>
Suggestions?<br>
</blockquote></div><br>