Bacula

What jobs are on these tapes?

I use Bacula. To be clear, I wrote part of Bacula (the PostgreSQL part). Today I need to find out what jobs are on each of three tapes. Why? I just happened to cancel a 1.5TB job a few hours before it was to finish. By this time it had written to three tapes. I am guessing that the last two tapes can be reused. I’m also guessing that the first one cannot […]

What jobs are on these tapes? Read More »

Migrating one Bacula Volume to another

I run Bacula. I have coded for Bacula. Now I’m writing about Bacula again. Bacula is by far and away the best open source program for managing network-based backups. In this article, I will show you how I migrated a bunch of jobs from a disk Volume to a tape Volume. However, the approach I will use can be applied to any type of job migration. Why bother? I’m running of disk space

Migrating one Bacula Volume to another Read More »

OSCON 2007 – the details, the people

I was at OSCON 2007 this week. I was there to present my Nobody Ever Regretted Making a Backup talk: In the past few years, Bacula has been gaining ground on more established solutions, both open source and proprietary. This talk will introduce you to Bacula, show you the main components, give you an outline of how it works, and illustrate why Bacula is becoming so widespread. My talk was scheduled for the

OSCON 2007 – the details, the people Read More »

Good bye IPsec. Hello OpenVPN.

I’ve been playing with OpenVPN since mid December. I like it. I like it better than IPsec. Why? Because OpenVPN can give me direct access to all my systems wherever I am. I can cvsup from my cvsup server at home from a hotel in Toledo (if I’m ever there). IPsec can do that. But it is much more complex to set up. OpenVPN is pretty simple. At present, my wireless gateway is

Good bye IPsec. Hello OpenVPN. Read More »

Bacula – restoring to Windows

Today, as I was writing up an invoice, I accidentally saved it over another. No worries!  Bacula to the rescue.  I managed to get the original files back from tape. One hint: include your pathnames in “quotes” so they are correctly parsed.  Like this: $ dir ———- 0 root wheel 0 1969-12-31 19:00:00 c:/ $ cd “c:/Documents and Settings/Dan Langille/My Documents/Technologies” cwd is: c:/Documents and Settings/Dan Langille/My Documents/Technologies/ $ dir -rwxrwxrwx 1 root wheel 63655 2006-10-05 14:32:49 c:/Documents and Settings/Dan Langille/My

Bacula – restoring to Windows Read More »

Bacula – notes on upgrading to 1.38.5

Today I ran a test upgrade of my Bacula installation. I went from 1.36.3 to 1.38.5. After running the database upgrade script, which creates new columns and a few new tables, I noticed that I needed to set some permissions. grant all on device to group bacula; grant all on device_deviceid_seq to group bacula; grant all on mediatype to group bacula; grant all on mediatype_mediatypeid_seq to group bacula; grant all on status to

Bacula – notes on upgrading to 1.38.5 Read More »

Changes to the FreeBSD SCSI drive to make it more like Solaris/Linux

I’ve been given a patch to test. It changes the SCSI driver so that it will be slightly more like Linux and Solaris. I’m just documenting the patch process here so we can see what I’m doing, in case something goes wrong. This patch will allow us to open the tape drive, even if there is no tape, and keep querying until a tape arrives. [root@dfc:/usr/src/sys/cam/scsi] # perl -pi -e “s:^M::g” ~dan/scsi_sa.c.diffs [root@dfc:/usr/src/sys/cam/scsi]

Changes to the FreeBSD SCSI drive to make it more like Solaris/Linux Read More »

Scroll to Top