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 »

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 »

Updating my poudriere jail after updating the host to FreeBSD 15.0

This post is related to Upgrading a FreeBSD 14.3 host to FreeBSD 15.0 which I wrote and ran earlier this evening. I’m now back from my Indian dinner and watching the Superbowl (0:15 left in the 2nd half). I was updating r730-01 and got to the point of where I need to updated the packages on the host. I couldn’t do that. I hope my own FreeBSD pkg repo. What I did before

Updating my poudriere jail after updating the host to FreeBSD 15.0 Read More »

bash: line 1: /usr/local/sbin/rrsync: No such file or directory

Today I got this message in the logs: The rest of the message told me it was a cronjob run by the rsyncer user on my x8dtu host. Looking at that cronjob I found: [rsyncer@x8dtu ~]$ crontab -l # use /bin/sh to run commands, overriding the default set by cron SHELL=/bin/sh # mail any output to `dan’, no matter whose crontab this is MAILTO=dan@langille.org # take a local copy of the bacula stuff

bash: line 1: /usr/local/sbin/rrsync: No such file or directory Read More »

Scroll to Top