On Sun, 2009-03-08 at 16:44 -0500, John Drescher wrote:
> On Sun, Mar 8, 2009 at 4:13 PM, Ulrich Leodolter
> <ulrich.leodol...@obvsg.at> wrote:
> > hello,
> >
> > do i really need a daily catalog backup ?
> > (like the default setup)
> >
> > isn't it enough to dump (maybe rsync)
> > the catalog database to other system(s) ?
> >
> Yes, that will be fine. Make sure you properly dump and not just rsync
> the folder containing the database. I would have each dump compressed
> and have the name of the file contain the date of the dump.
> 
> Here is what I do daily for a different database backup:
> 
> #! /bin/sh
> mkdir -p /var/backup/mythtv
> mysqlrepair --all-databases
> /usr/bin/mysqldump -u mythtv -pmythtv mythconverg | /bin/bzip2 -c >
> /var/backup/mythtv/mythtv-`date +%F`.bz2
> 

Hello,

I think about snapshot backup

http://www.lenzg.net/mylvmbackup/

Thanks
Ulrich




------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to