Tom<br>     They sent me the same letter.  I&#39;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">&lt;<a href="mailto:Tom.Emerson@wbconsultant.com">Tom.Emerson@wbconsultant.com</a>&gt;</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&#39;ve found another location where we don&#39;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&#39;ve offered for our group to help &quot;maintain&quot; their webserver [linux &quot;admin&quot; stuff, not web design]<br>
<br>
First up: actually doing something usefull with the &quot;backups&quot;.  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>