[mythtv-users] Mythvideo listing suddenly empty

David Morrison themorrisons at btconnect.com
Tue Mar 15 06:57:10 UTC 2005


>Which is why I put this little gem into a script in /etc/cron.daily:
>
>#!/bin/sh
>
>datenow=`date +"%Y%m%d"`
>mysqldump --opt mythconverg > /var/lib/backups/mysqldump-${datenow}.sql
>gzip -9 /var/lib/backups/mysqldump-${datenow}.sql
>
>Make it executable, create the directory /var/lib/backups/ and you're
>golden...
>
Did you remove the mythtv username/password from the database because 
this won't work unless you do?


Dave


More information about the mythtv-users mailing list