[Bacula-users] Wildfile

2024-04-09 Thread Stefan G. Weichinger
Is this Fileset correct? Fileset { Name = "VM_xxx-y" Include { Options { WildFile = "\"/mnt/backup/vmbackup/Backup xxx-y/*.vbk\"" } } } I don't get files with this ... seems not to match. ___ Bacula-users mailing list Bacula-u

Re: [Bacula-users] [Bacularis/Baculum] Restore with web doesn't create job before 1 hour

2024-04-09 Thread Marcin Haba
Hello Timothé, I did some tests and analysis for this hanging restore command error. It looks that the Bacula Bvfs restore part responsible for hardlinks causes it. This change came to Bacula in version 11.0. Looking at this hardlinks part, as a workaround I created an index in the catalog that s

Re: [Bacula-users] Install.sh error trying to install manually Bacularis

2024-04-09 Thread Marcin Haba
Hello Neil, For running everything in FreeBSD Jail, if to use mtx-changer by bacula user is needed sudo, I think the sudo needs to be added to ChangerCommand too: Autochanger { Name = "TL2000" Device = "HH-LTO7" ChangerDevice = "/dev/pass1" ChangerCommand = "sudo /etc/bacula/scripts/mtx-c

Re: [Bacula-users] Bacularis in a container

2024-04-09 Thread Rob Gerber
I know what your problem is. You need a Bacularis API instance. Bacularis web connects to a Bacularis API instance, which connects to the bacula director. Right now you only have a Bacularis web instance. If your bacula instance is entirely bare metal, not in a container, then you probably don't w

[Bacula-users] Bacularis in a container

2024-04-09 Thread Thing
Hi, What am I missing here to connect my bacularis-web container to the bacula-director pls? https://imgur.com/a/No8S74f ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Install.sh error trying to install manually Bacularis

2024-04-09 Thread Rob Gerber
What happens when you click 'update slots' on the volumes page, and tell it to update slots 1-24? Idk if this is relevant, but perhaps it is. Should update bacula's knowledge of what is in the library, as per mtx. The output once you click that button and tell it to update slots 1-24 should show th

Re: [Bacula-users] Install.sh error trying to install manually Bacularis

2024-04-09 Thread Marcin Haba
Hello Neil, >From your description it looks that Bacularis works with the mtx-changer script well. For labeling volumes, as it is action realized by Bacula SD, so I think, it might be good to check if the mtx-changer script is capable of being correctly executed by the bacula user. For test I wo

Re: [Bacula-users] Install.sh error trying to install manually Bacularis

2024-04-09 Thread Neil Balchin
Ok Great, that solves that problem I’m almost there I’m using a Dell TL2000 Tape library and a HH LTO7 drive I’ve added these to my bacula-sd ( configs pasted below). Also added the Autochanger and Drives to the API device list From the API gui. It’s clearly running the slots and status comm

Re: [Bacula-users] Backup in disk AND tape

2024-04-09 Thread Bill Arlofski via Bacula-users
On 4/9/24 6:53 AM, Chris Wilkinson wrote: Regarding the suggestion to put a Runafter block in the job to run the copy job at the end, that doesn't seem to be allowed. Run job=xx commands are not permitted in a Runscript as I just found out. It gives a not allowed command error. Perhaps there is

Re: [Bacula-users] Install.sh error trying to install manually Bacularis

2024-04-09 Thread Marcin Haba
Hello Neil, Great to hear that you were able to set up the Bacularis instance. This error that you see is because in the php.ini file on FreeBSD by default is error reporting set to display all errors. To fix this error you need to edit php.ini file: /usr/local/etc/php.ini and change error repo

Re: [Bacula-users] Backup in disk AND tape

2024-04-09 Thread Chris Wilkinson
Regarding the suggestion to put a Runafter block in the job to run the copy job at the end, that doesn't seem to be allowed. Run job=xx commands are not permitted in a Runscript as I just found out. It gives a not allowed command error. Perhaps there is another way to accomplish this? -Chris- On

Re: [Bacula-users] Version of openssl supported (bacula with postgresql)

2024-04-09 Thread Eduardo Rothe via Bacula-users
Hi Eric Thank you for your reply ! I got it working, I had misconfigured the repository.In  /etc/yum.repos.d/bacula.repo  file I had a reference to  el7  in the  baseurl variable.I changed   el7  to  el9   and now it works fine. This was clearly a copy & paste issue, and not paying enough attenti

Re: [Bacula-users] Error: cannot run a job from a RunScript

2024-04-09 Thread Martin Simmons
> On Tue, 9 Apr 2024 10:57:24 +0100, Chris Wilkinson said: > > I tried to get a copy job to run after completion of the job using a > Runscript. The Job is shown below. I can run this copy job OK from within > bconsole/baculum but it fails when run from a Runscript. > > I get an error "09-Apr

[Bacula-users] Error: cannot run a job from a RunScript

2024-04-09 Thread Chris Wilkinson
I tried to get a copy job to run after completion of the job using a Runscript. The Job is shown below. I can run this copy job OK from within bconsole/baculum but it fails when run from a Runscript. I get an error "09-Apr 09:52 bsvr-dir JobId 0: Can't use run command in a runscript09-Apr 09:52 bs

Re: [Bacula-users] Bacula and german special chars "umlauts"

2024-04-09 Thread Stefan G. Weichinger
Am 09.04.24 um 08:38 schrieb Marcin Haba: Hello Stefan, Yes, filenames displayed in the restore process. Also it might be good to check how the names are stored in the database in the File table if everything is fine there. will try that in an hour or so. currently editing Jobs and doing in