|
From: Tomasz Ś. <to...@ic...> - 2021-06-30 06:43:22
|
I solved this problem by compiling bacula-fd in jail. In new jail: $ pkg install wget $ cd /root $ wget https://downloads.sourceforge.net/project/bacula/bacula/11.0.5/bacula-11.0.5.tar.gz $ tar zxvf bacula-11.0.5.tar.gz $ cd bacula-11.0.5 $./configure --enable-client-only $ make $ make install $ make install-autostart in /etc/rc.conf comment bacula-dir and bacula-sd The appropriate Datasource from TrueNas needs to be mapped to the jail I also compiled bacula-sd but here I failed to compile the deduplication plugin. W dniu 2021-06-30 o 02:39, Russell Kackley pisze: > Dear Bacula Users, > > We have been using Bacula on Ubuntu LTS for several years and it has > been running well. We recently purchased a TrueNAS X10 unit running > TrueNAS-12.0-U4. I was hoping that I could run a Bacula File Daemon > (FD) on the TrueNAS unit and connect to that FD from an Ubuntu server > running the Bacula Director and Storage Daemons and backup to LTO-7 > tapes. Based on my research, it looks like there was a Bacula plugin > available for FreeNAS 11.2 and earlier. However, it looks like there > isn't a Bacula plugin for any of the TrueNAS 12 versions. > > I think this is the correct GitHub repository for the list of > officially supported plugins: > > https://github.com/freenas/iocage-ix-plugins > <https://github.com/freenas/iocage-ix-plugins> > > The bacula-server plugin that was in previous FreeNAS releases is no > longer available. > > Does anyone know why the Bacula plugin was dropped from TrueNAS? > > All I really want to do is to run the Bacula FD on our TrueNAS unit. > Is it difficult to compile the FD from source code in TrueNAS 12? Or > is there a better way to install the FD in TrueNAS 12? I'm not > very experienced in FreeBSD or TrueNAS, so I'm not familiar with how > to install packages in those OS's. > > Thanks in advance for any advice. > > -- > Russell Kackley > Subaru Telescope > Hilo, Hawaii > > > > _______________________________________________ > Bacula-users mailing list > Bac...@li... > https://lists.sourceforge.net/lists/listinfo/bacula-users |