Search Results for: bacula

Getting the right type of certificate

This post covers my debugging of a self-signed certificate on one of my Bacula instances. The error message is: I’ve encountered that unsupported certificate purpose message before: OpenVPN: unsupported certificate purpose SSL client vs server certificates and bacula-fd I always thought it was a server versus client issue. Now I’m not so sure. There was

Getting the right type of certificate Read More »

Adding two more 12TB drives to the mirror

As mentioned in several previous posts, I’m moving a server from one chassis to another. None of the hardware is coming over. Just the jails and data. These drives came from serverpartdeals.com. They are used and re-certified. Recently, I’ve been trying out two new 12TB drives. I’m looking forward to the reduced noise level, as

Adding two more 12TB drives to the mirror Read More »

Identifying jails and data to migrate from old host to new host

I’m retiring knew and moving the services over to r730-03. I recently added 2 12TB drives to the latter host. In this post, I’ll start the migration process by identifying what data needs to move, from where, and to where. In this post: knew r730-03 FreeBSD 13.2-RELEASE-p2 The data There are the zpools in question:

Identifying jails and data to migrate from old host to new host Read More »

Changing how I use IP address with FreeBSD’s vnet – so IPv6 works

The vnet (network subsystem virtualization infrastructure) on FreeBSD is both a blessing and a curse. For me, it isn’t working well with IPv6. I’ve hit issues with pf (since solved, I’m sure). It’s a useful feature but can be confusing. It helps to have lots of time to think about it and what you’re doing.

Changing how I use IP address with FreeBSD’s vnet – so IPv6 works Read More »

Moving ZFS filesystems/datasets from one ZFS zpool to another

Now that I’ve filled up data01, I bought some more SSDs and created another zpool. Today, on this snow-is-anticipated Saturday winter morning, I’m going to move some ZFS filesystems/datasets around. Side note: I like the term dataset better than filesystem. man zfs talks about datasets, which can be a file system, a volume, a snapshot,

Moving ZFS filesystems/datasets from one ZFS zpool to another Read More »

Wrong recordsize on zfs send | zfs recv filesystems

Over the past few days, I’ve posted a lot about transferring jails from two hosts into one host. One of the steps involves using zfs send | zfs recv to send the files from one host to another. I’m using syncoide for that transfer. A new fileystem’s recordsize defaults to 128K. In my case, that

Wrong recordsize on zfs send | zfs recv filesystems Read More »

Scroll to Top