Open Source

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 »

New Bacula projects announced

The Bacula users and developers recently voted on 25 new projects to rank them in order of preference. The top five projects were: Implement data encryption (as opposed to comm encryption) Implement Migration that moves Jobs from one Pool to another. Accurate restoration of renamed/deleted files from Incremental/Differential backups Implement a Bacula GUI/management tool using Python Implement Base jobs You can see the list of projects and you can see how people voted.

New Bacula projects announced Read More »

Dan does Utah!

I’m heading off to Utah at the end of the month. The primary goal is to do some mountain biking in Moab. I’ve been there before but it’s time to go back again. As part of my trip preparation, I contacted the Greater Utah BSD User Group (aka GUBUG. Wouldn’t you know it! They’re having an installfest on the very day I’m arriving in Salt Lake City. What a coincidence! I’ll be giving

Dan does Utah! Read More »

Scroll to Top