Re: [Bacula-users] Newbie problem: Catalog backup job not executing RunScript?

2022-03-16 Thread Bill Arlofski via Bacula-users
On 3/16/22 14:55, Justin Case wrote: Hello Justin, I suspected it could be possible that the "RunsOnSuccess = no" - which makes no sense in a "Before" RunScript - might be causing this issue: >Runscript { > RunsWhen = "Before" > RunsOnSuccess = no <--- Here > RunsOnClient

Re: [Bacula-users] Q: about default volume numbering in pools

2022-03-16 Thread Bill Arlofski via Bacula-users
On 3/16/22 15:13, Justin Case wrote: > Dear all, > > I have a number of pools for different clients/use cases, and each pool has > its own name prefix for disk volume labeling. > When I look into the folder where all he pool files are created I see the > different pool name prefixes, and the volu

Re: [Bacula-users] Baculum for Raspberry PI B?

2022-03-16 Thread Marcin Haba
Hello Chris, You can copy the patch to this directory: /var/www/baculum/protected/API/Class/ and then go to this directory: cd /var/www/baculum/protected/API/Class/ check if patch is applying: patch -p6 --dry-run < baculum_fix_save_resource_32bit.patch and if yes then finally run: patch -p6

[Bacula-users] Does this Pruning job work for all volumes/pools that I have?

2022-03-16 Thread Justin Case
Dear all as I do not yet understand the whole picture fully, let me show you what I currently have as a pruning job. Will the job as defined below actually prune all volumes for all pools that I have? If possibly not, what would I need to do? Would I need a prune job for each pool? Thank you f

Re: [Bacula-users] Baculum for Raspberry PI B?

2022-03-16 Thread Chris Wilkinson
When I look at this patch, it seems to be for a tree that doesn't match what I have. The file to be patched is located at /var/www/baculum/protected/API/Class/.. in my tree. Do I need to drop the 'gui' in the patch? I am on v9.6.7 My knowledge of patching is sketchy at best so would it possible

Re: [Bacula-users] Q: about default volume numbering in pools

2022-03-16 Thread Heitor Faria
Hello Justin, > Naively I was assuming the autolabeling would start with 0001 for each > different > pool name prefix, however, it does not seem to work like that. If no variable is set, Bacula appends such number, which is based on the MediaId value. If you want to number the volumes according

[Bacula-users] Newbie problem: Catalog backup job not executing RunScript?

2022-03-16 Thread Justin Case
Dear all, I can’t get my Catalog backup job to work properly. The documentation seems to be written before the Perl script for making the sql db copy was introduced (it refers to a shell script). When I run the job’s RunScript commands in a shell they actually work, so the file /opt/bacula/wo

[Bacula-users] Q: about default volume numbering in pools

2022-03-16 Thread Justin Case
Dear all, I have a number of pools for different clients/use cases, and each pool has its own name prefix for disk volume labeling. When I look into the folder where all he pool files are created I see the different pool name prefixes, and the volume numbers are uniquely incremented -across- al

Re: [Bacula-users] Baculum - how to edit JobDefs

2022-03-16 Thread Justin Case
Marcin, thank you, I actually found later on where to edit it in Baculum. > On 16. Mar 2022, at 07:22, Marcin Haba wrote: > > Hello Justin, > > Could you tell us what is the problem with JobDefs? I am asking about it > because I am not sure if you don't know where to edit JobDefs or you receiv

Re: [Bacula-users] Baculum for Raspberry PI B?

2022-03-16 Thread Chris Wilkinson
Thank you Marcin for this patch. I’d expected it to be a lot more complicated than that. I’ll check it out and let you know. Best -Chris- > On 16 Mar 2022, at 06:17, Marcin Haba wrote: > > ___ Bacula-users mailing list Bacula-users@lists.sourcef