Search Results for: bacula

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 »

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 »

Running short on space on the FreshPorts development zpool

It’s been some time since I asked for public donations for hardware. In this case, I’m asking for donations to buy two more storage devices to expand this zpool: [18:08 r730-01 dvl ~] % zpool list data02 NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT data02 1.73T 1.39T 351G – – 66% 80% 1.00x ONLINE – Most of the space is used for FreshPorts, however it is not for the

Running short on space on the FreshPorts development zpool Read More »

Swapping zpools – moving from using main_tank to using data

As mentioned in Doing a bit of stress work on a new HDD, I have a failing 5TB drive which is going to be replace by a 4TB drive. Only about 1.45TB are used, so there’s plenty of space to grow. If you get one thing from this post, don’t be downsizing zpools like this. I would have had much less work and opportunity for error, if I had returned that 4TB drive

Swapping zpools – moving from using main_tank to using data Read More »

Doing a bit of stress work on a new HDD

As foreshadowed in x8dtu – drive problems, I will be visiting a data center soon to replace a 4TB HDD. The replacement HDD arrived last night. It was unceremoniously tossed onto the front porch by the courier. However, it was properly packaged. I’m sure it’s fine. The original idea: put this drive into a host, and write some data to it, to exercise it a bit. As you will soon learn, that is

Doing a bit of stress work on a new HDD Read More »

Using ~/.ssh/authorized keys to decide what the incoming connection can do

~/.ssh/authorized_keys allows you to specify the command run by the incoming ssh connection. In this post: FreeBSD 14.2 I was searching for a previous blog post to give you some background. I failed. I backup my Bacula database and my Bacula configuration via rsync. These backups go to more than one host. The following are lines from ~rsyncer/.ssh/authorized-keys on my dbclone host – which gathers database backups from various hosts. The above appears

Using ~/.ssh/authorized keys to decide what the incoming connection can do Read More »

Scroll to Top