On Mon, 2007-02-05 at 16:27 -0800, Tauren Mills wrote:

> 
> True.  I guess I was meaning that Bacula would be natively aware of
> both copies and be able to restore from either one.  Since my disk
> backups are on a different disk than the mysql database is, this might
> happen if my backup disk fails.  Then I would still be able to restore
> from tape.
> 

I agree.  It would be nice if there was a 'clone volume' command that
would create a copy of the tape (or backup file) and create new records
for the associated catalog data with pointers to the second volume.  I
used to work with a Legato system and I'm pretty sure that it had that
feature.  Or maybe Bacula does have that and I just haven't found it
yet.

> > Now that I've thought about it some more, I may not even bother with
> > bcopy.  Instead I'll just copy all the full backups (plus the SQL dump
> > from the catalog backup) to the USB disk.  In the event of a disaster
> > that takes out my backup server, I'll just copy everything back, load
> > the database from the saved SQL dump, and I should be ready to go.  You
> > can probably do the same sort of thing by using 'tar' (or 'cpio', or
> > whatever) to save your backups and SQL dump to tape.
> 
> You're making me think I should just take the tape drive completely
> out of the equation.  Buying two USB disks to bring in and out on a
> weekly basis would be a fairly simple solution.  And then there is no
> need for bcopy or anything.  Just cp the volumes to the other drive.
> But it would be nice if that process was automated as well.
> 

USB drives are fairly cheap these days, and it would be simpler and
faster to work with volumes copied onto disk rather than tape.  No
comments on reliability though.

If you already have a tape drive though and you don't really need to
have immediate access to 'Volume_25' out of 50 volumes (as opposed to
waiting for the tape drive to seek to the right position), then buying
new hardware isn't really necessary.  

I do intend to automate the process as much as possible.  The
'RunAfterJob' script will take care of doing the appropriate cp's.  I'll
have to add some smarts to the script so that it doesn't overwrite
something that it shouldn't.  But that should be a simple check.  Now
all I need is time to actually work on it.....

        /dwight

-- 
Dwight N. Tovey
[EMAIL PROTECTED]
Work to Live : Live to Ride : Ride to Work

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to