<!DOCTYPE html><html><head>
<style type="text/css">body { font-family:'DejaVu Sans Mono'; font-size:12px}</style>
</head>
<body><br><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div><div>Try <br><br>sudo /etc/cron.weekly/mythtv-database<br><br>
</div>It will try to repair the db, then create a(nother) backup.<br><br><br></div><div>While you are about it move that script to /etc/cron.daily and increase the number of copies it keeps. (They take up damn all room and it can take some time to realise you have corruption).</div></div></div></div></div></blockquote><div><br></div><div><br></div><div><br></div><div><br></div><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div><br>
</div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div></div></div></blockquote><div>I've had a hunt around for the number of copies rotated value.Is it the one below ($d_rotate = 5) in mythconverg_backup.pl:</div><div><br></div><div> # Defaults<br>59  $d_db_name = 'mythconverg';<br>60  $d_mysqldump = 'mysqldump';<br>61  $d_compress = 'gzip';<br>62  $d_rotate = 5;<br>63  $d_rotateglob = $d_db_name.'-????-??????????????.sql*';<br><br></div><div><br></div><div>-Paul</div><br></body></html>