[mythtv-users] REMINDER: Back Up Your Database.

Jeff Breitner jtbreitner.lists at gmail.com
Thu Jan 2 14:31:32 UTC 2014


On Wed, Jan 1, 2014 at 6:20 PM, Mike McMullin <mwmcmlln at mnsi.net> wrote:

>
>   Deciding to force a backup just in case, I found out that I no longer
> have the mythconverg_backup.pl for 0.27.  Any ideas as to where this can
> be dl'ed from?
>
>

You can always try this:

#!/bin/bash
time=`date +"%m%d%Y%H%M"`
mysqldump -u root --password=<password> mythconverg >
/var/lib/mythconverge-$time.dump

Gzip it if you want.  I copy mine to a copy.com cloud share so it is
off-site.  You'll have to grab any xml configs on your own though...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140102/aed61ba5/attachment.html>


More information about the mythtv-users mailing list