Search Results for: bacula

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 »

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 »

after moving datasets, adjust configuration for sanoid and others

Earlier today, I moved two file systems from one zpool to another. I use sysutils/sanoid to take and manage snapshots of the more important data. In this post, I’ll update that configuration. Migrating ZFS filesystems from one zpool to another – same host Migrating data02/freshports/dev-ingress01 to another zpool These are the items which need updates: [20:04 r730-01 dvl ~] % sudo cp -p /usr/local/etc/sanoid/sanoid.conf /usr/local/etc/sanoid/sanoid.conf.backup.2026.04.19 [20:08 r730-01 dvl ~] % sudoedit /usr/local/etc/sanoid/sanoid.conf [20:03

after moving datasets, adjust configuration for sanoid and others Read More »

Migrating ZFS filesystems from one zpool to another – same host

Not so long ago, a disk space issue arose. I obtained some new drives (thank you to those who donated) and I consolidated some of the space. However, I had not yet taken care of the problem. For my first example, I’ll copy my vm data over. In my next post, I’ll copy dev.freshports.org to a new dataset. In this post: FreeBSD 15.0 What happened? Yesterday, the chickens came home to roost. The

Migrating ZFS filesystems from one zpool to another – same host Read More »

My solution for copying backups around the homelab

I have database servers outside the homelab, as in not in my basement. They are in datacenters. I don’t let them push the backups into the basement. Instead, I let them call home asking for the backups to be picked up. I prefer it that way. As I describe it, it may seem complex to do multiple steps when one step will do. However, this solution promises that the backups are ready and

My solution for copying backups around the homelab Read More »

Upgrading PostgreSQL in place on FreeBSD

I’ve updated one of my PostgreSQL instances to PostgreSQL 18, it’s time to update the others. This time, I’m going to try pg_update. My usual approach is pg_dump and pg_restore. As this is my first attempt doing this, I’m posting this mostly for future reference when I try this again. There will be another blog post when I try this again. Which should be soon. This paragraph will link to that post when

Upgrading PostgreSQL in place on FreeBSD Read More »

452 4.3.1 Insufficient system storage

This is a long post. There’s a lot of stuff in here. There’s no quick and dirty how-to. It’s a diagnostic record. Hope it helps. This morning I saw log entries I’ve never noticed before. They seem to have started 9 hours ago. First, this email arrived. cliff2 is one one two hosts behind cliff: [7:25 pro05 dvl ~] % host cliff cliff.int.unixathome.org has address 10.55.0.44 cliff.int.unixathome.org has address 10.55.0.14 In this post:

452 4.3.1 Insufficient system storage Read More »

Scroll to Top