Re: [Bacula-users] How to run bconsole commands in a bash for loop?

2025-09-18 Thread Josh Fisher via Bacula-users
back to the start (without purging and reinstalling bacula) by removing everything to date. However, I can't do that for the volumes - way to many of them. So I'm trying to run a bash script to cycle through them to purge them. I've found multiple answers that suggest using a bash

Re: [Bacula-users] How to run bconsole commands in a bash for loop?

2025-09-16 Thread Bill Arlofski via Bacula-users
On 9/16/25 10:39 AM, Gary Dale wrote: >> echo "purge volume ${volname} yes" | bconsole Hello Gary, you forgot the `=` sign (with no spaces): # echo "purge volume=${volname} yes" | bconsole If it were me, I would use the `delete` command instead, and also rm the Bacu

Re: [Bacula-users] can't connect to remote client

2025-09-07 Thread Bill Arlofski via Bacula-users
On 9/4/25 7:12 AM, Rob Gerber wrote: > The bacula configuration files you must check are: bacula-dir.conf bacula-sd.conf bacula-fd.conf And `bconsole.conf` If `Address =` is set to 127.0.0.1 in this file, it will more than likely work since people typically use the bconsole binary that li

Re: [Bacula-users] can't connect to remote client

2025-09-04 Thread Josh Fisher via Bacula-users
On 9/4/25 09:32, Gary Dale wrote: On 2025-09-04 09:12, Rob Gerber wrote: Gary, You must not use localhost or 127.0.0.x in any bacula configuration file, anywhere. It will not work correctly if you do. You are seeing the results of that mistake in your system now. If bacula does not

Re: [Bacula-users] can't connect to remote client

2025-09-03 Thread Josh Fisher via Bacula-users
On 9/2/25 17:03, Gary Dale wrote: On 2025-09-02 12:16, Gary Dale wrote: On 2025-09-02 12:04, Gary Dale wrote: When I run bacula-dir with -d 100 then try the connection to my client using bconsole, I get the output below, which shows that the address translation is working. The fd is running

Re: [Bacula-users] can't connect to remote client

2025-09-02 Thread Josh Fisher via Bacula-users
On 9/2/25 12:04, Gary Dale wrote: When I run bacula-dir with -d 100 then try the connection to my client using bconsole, I get the output below, which shows that the address translation is working. The fd is running on the client machine and the name and password match. I've liste

Re: [Bacula-users] filestorage :: some misconfiguration

2025-08-19 Thread Bill Arlofski via Bacula-users
nserted into the database. With attribute spooling off, the SD will send metadata for each file backed up in real time, which is very inefficient and will very noticeably slow things down. Here are some AttributeSpooling notes from the 15.0.2 manual: 8< ◾ When data spooling is enabled, B

Re: [Bacula-users] filestorage :: some misconfiguration

2025-08-19 Thread Stefan G. Weichinger via Bacula-users
Am 19.08.25 um 01:18 schrieb Marcin Haba: Hello Everybody, On Mon, 18 Aug 2025 at 23:49, Rob Gerber wrote: regarding 'autochanger = something': I read the bacula manual and typed a lot about it, but I'm not sure what I typed or read was correct. At most, I would suggest searc

Re: [Bacula-users] filestorage :: some misconfiguration

2025-08-19 Thread Stefan G. Weichinger via Bacula-users
Am 18.08.25 um 23:48 schrieb Rob Gerber: Glad it's working now! me too! re: encryption: What version of bacula are you running now? What errors are you getting with encryption enabled? It seems it wasn't able to access existing Volumes that were encrypted. I disabled it to get

Re: [Bacula-users] filestorage :: some misconfiguration

2025-08-18 Thread Stefan G. Weichinger via Bacula-users
I have it working now. Several additional issues with Encryption and Mediatype, but it basically works again. My mental mistake was the AutoChanger to begin with. #SD ## other basic parts Device { Name = "FileStorage" Description = "local storage on tx100:/mnt/tera/bacu

Re: [Bacula-users] filestorage :: some misconfiguration

2025-08-18 Thread Stefan G. Weichinger via Bacula-users
only good if you want to reserve a drive for restores or verify jobs or something like that. Will not work for backups. Don't ask me where *that* flag came from! no clue ... thanks See this example from my synology-based file changer setup, in bacula 15.0.2. I have multiple drive devices u

Re: [Bacula-users] filestorage :: some misconfiguration

2025-08-18 Thread Stefan G. Weichinger via Bacula-users
Am 18.08.25 um 19:34 schrieb Rob Gerber: Stefan, Did you restart the SD? bconsole 'reload' only reloads the dir. in shell, try 'sudo systemctl restart bacula-dir.service bacula- sd.service bacula-fd.service;/opt/bacula/bin/bacula status' (you can restart all more

Re: [Bacula-users] filestorage :: some misconfiguration

2025-08-18 Thread Stefan G. Weichinger via Bacula-users
Am 18.08.25 um 16:52 schrieb Marcin Haba: Hello Stefan, On Mon, 18 Aug 2025 at 16:40, Stefan G. Weichinger via Bacula-users wrote: Storage { Name = "filestorage" Description = "local storage on tx100:/mnt/tera/bacula" SdPort = 9103 Address = &

Re: [Bacula-users] filestorage :: some misconfiguration

2025-08-18 Thread Stefan G. Weichinger via Bacula-users
Am 18.08.25 um 16:52 schrieb Marcin Haba: Hello Stefan, On Mon, 18 Aug 2025 at 16:40, Stefan G. Weichinger via Bacula-users wrote: Storage { Name = "filestorage" Description = "local storage on tx100:/mnt/tera/bacula" SdPort = 9103 Address = &

[Bacula-users] filestorage :: some misconfiguration

2025-08-18 Thread Stefan G. Weichinger via Bacula-users
Upgraded a local server to Debian-13 and in the process also upgraded Bacula and moved to postgres-17. Things work so far, but I decided to start over with the filestorage wizard and now I have the situation that this filestorage waits for a Mount ... where I expect it do that

Re: [Bacula-users] Howto Install Bacula-Community from repository Rocky Linux 9.6

2025-08-12 Thread Humphrey Bryant via Bacula-users
Good day, I followed your instructions to setup and install Bacula, everything works except I am unable to connect to the PostgreSQL database. I am unable to figure out the error, first time trying PostgreSQL with Bacula. When I test my bacula-dir file I get the following error: [root

Re: [Bacula-users] VolumeLabel problems on a Pool that has two Virtual Autochangers

2025-08-11 Thread White, Daniel E. (GSFC-764.0)[AEGIS] via Bacula-users
Unless I stick fingers into the database and update the mediatype for each volume :D By the way, my sincere thanks to the folks on this list for the help they provided. It was appreciated. -Original Message- From: Marcin Haba Subject: [EXTERNAL] Re: [Bacula-users] VolumeLabel

Re: [Bacula-users] VolumeLabel problems on a Pool that has two Virtual Autochangers

2025-08-11 Thread White, Daniel E. (GSFC-764.0)[AEGIS] via Bacula-users
Silly me. I did not restart the SD process. But now I have to wait for a huge backup run before I can re-try ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] VolumeLabel problems on a Pool that has two Virtual Autochangers

2025-08-11 Thread Josh Fisher via Bacula-users
On 8/8/25 15:02, Rob Gerber wrote: If you think about the bacula disk "autochangers" as if they were physical tape libraries with many tape drives onside each, it makes more sense. It would be impossible for Library A to send its robot to retrieve a tape from Library B, since th

Re: [Bacula-users] [EXTERNAL] Re: VolumeLabel problems on a Pool that has two Virtual Autochangers

2025-08-11 Thread White, Daniel E. (GSFC-764.0)[AEGIS] via Bacula-users
OK, so I changed all my MediaType settings to DiskVolume1 and DiskVolume2 in both bacula-dir.conf and bacula-sd.conf Now I get this: 11-Aug 15:00 -dir JobId 3150: Start Backup JobId 3150, Job=.2025-08-11_15.00.03_28 11-Aug 15:00 -dir JobId 3150: Connected to Storage "Disk01-Increm

[Bacula-users] Howto Install Bacula-Community from repository Rocky Linux 9.6

2025-08-08 Thread Humphrey Bryant via Bacula-users
Hey All, Is it possible to install Bacula-Community from a repository for Rocky Linux 9.6 ? I just finished setup a Rocky Linux 9.6 server which comes with Bacula Community 11.0.1 as the default in their Base Repo. I am currently running bacula 13.0.3 on a CentOS 7.x Server that I am trying

[Bacula-users] VolumeLabel problems on a Pool that has two Virtual Autochangers

2025-08-08 Thread White, Daniel E. (GSFC-764.0)[AEGIS] via Bacula-users
I know WHAT is happening, just not WHY I am hoping someone sees something obviously bogus in here. Extract from bacula-dir.conf : Autochanger { Name = "Disk01-Incremental-Autochanger" Address = "" Autochanger = "Disk01-Incremental-Autochanger" Device = &

Re: [Bacula-users] New release Bacularis 5.5.0

2025-08-06 Thread Bill Arlofski via Bacula-users
On 8/6/25 9:58 AM, Marcin Haba wrote: Hello Everybody, We’re pleased to announce the release of Bacularis 5.5.0. Congratulations, Marcin! 😀 -- Bill Arlofski w...@protonmail.com signature.asc Description: OpenPGP digital signature ___ Bacula

Re: [Bacula-users] needed tapes

2025-08-05 Thread Stefan G. Weichinger via Bacula-users
Am 21.03.25 um 15:13 schrieb Stefan G. Weichinger via Bacula-users: just a quick reply: **thanks** a lot for all the help, I have to catch up still and will read that next week when things calm down hopefully. short addition: I recently learn a bit of python ... and I take my bacula-tapes

Re: [Bacula-users] Issues with Virtual Full backups

2025-07-31 Thread Bill Arlofski via Bacula-users
i w...@protonmail.com signature.asc Description: OpenPGP digital signature ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Issues with Virtual Full backups

2025-07-30 Thread Bill Arlofski via Bacula-users
On 7/30/25 1:31 PM, John Lockard wrote: Hello John, You are exactly correct: Found 0 files to consolidate into Virtual Full. With no files in the Incs, there is nothing for Bacula to consolidate, and you are in the exact spot you have described. So, your next option(s) might be to look

Re: [Bacula-users] Concurrent jobs?

2025-07-30 Thread Bill Arlofski via Bacula-users
t;best practices" message of "You need to have a good backup of your Bacula catalog." :) The reason it was set to a different priority than the other backup jobs with a (default) priority = 10 is that if you dump the catalog while jobs are running the dump file will not contain an

Re: [Bacula-users] Concurrent jobs?

2025-07-29 Thread Bill Arlofski via Bacula-users
enter this situation. Best regards, Bill -- Bill Arlofski w...@protonmail.com signature.asc Description: OpenPGP digital signature _______ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Automatic labelling with secondary storage daemon

2025-07-29 Thread Bill Arlofski via Bacula-users
On 7/28/25 2:38 PM, Todd Aiken wrote: Bacula Director and FD can talk to an SD running on a different distribution. The thing is that you must be sure that the SD version is exactly equal to the DIR version. Sigh... I feel like such an idiot. I incorrectly assumed that installing Bacula in

Re: [Bacula-users] Automatic labelling with secondary storage daemon

2025-07-28 Thread Bill Arlofski via Bacula-users
On 7/25/25 10:11 PM, Todd Aiken wrote: Greetings everybody. I am a new user of Bacula, and am having a very strange problem with setting up a new system that I hope somebody can help me with. I successfully set up a new installation of Bacula on an Ubuntu 24.02 server using the default

Re: [Bacula-users] "Console Unknown term code of [fd]" error during scheduled job

2025-07-25 Thread Bill Arlofski via Bacula-users
On 7/25/25 8:47 AM, Saiful Bhuiyan wrote: Hi Martin, I receive about 16 emails with the same subject daily. I am sharing the first and last mail. The full email looks like this: 25-Jul 00:40 bacula-dir JobId 0: Automatically selected Catalog: BaculaBackupCatalog 25-Jul 00:40 bacula-dir

Re: [Bacula-users] Selecting jobids for restores

2025-07-19 Thread Bill Arlofski via Bacula-users
bit is because of some later jobs that failed. That's what the "jobstatus='T'" in my example query was for. A job status of 'T' means "Backup OK", or "Backup OK -- with warnings" :) Best regards, Bill -- Bill Arlofski w...@protonm

Re: [Bacula-users] Selecting jobids for restores

2025-07-19 Thread Bill Arlofski via Bacula-users
quot; or option12 might help. Can you describe your configuration a bit more? Best regards, Bill -- Bill Arlofski w...@protonmail.com signature.asc Description: OpenPGP digital signature _______ Bacula-users mailing list Bacula-users@lists.sourceforge

Re: [Bacula-users] Parallelizing Backup, Copy, and Restore for the Same Client (Best Practices?)

2025-07-16 Thread Leandro Saldivar via Bacula-users
"mongodb01_baculaserver01_Storage_Copy_Restore" at baculaserver01:9103 with TLS mainbackupserver-dir JobId 9456: Using Device "mongodb01_baculaserver01_Copy_Restore_0" to read. baculaserver01-sd JobId 9456: Ready to read from volume "mongodb01-2255" on File device "

Re: [Bacula-users] Parallelizing Backup, Copy, and Restore for the Same Client (Best Practices?)

2025-07-16 Thread Leandro Saldivar via Bacula-users
ices. On Tue, Jul 15, 2025 at 3:22 PM Josh Fisher via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > > > On 7/15/25 09:57, Leandro Saldivar via Bacula-users wrote: > > Hi all, > > > > I have a client with ~2TB of data. A full backup job takes about 15 &

Re: [Bacula-users] Parallelizing Backup, Copy, and Restore for the Same Client (Best Practices?)

2025-07-16 Thread Leandro Saldivar via Bacula-users
t; I would suggest creating multiple "drive" devices in your bacula-sd.conf > for each SD destination, then tie them together with a single autochanger > resource in those respective bacula-sd.conf files. In your bacula-dir.conf, > in your storage resources, reference the respecti

Re: [Bacula-users] Parallelizing Backup, Copy, and Restore for the Same Client (Best Practices?)

2025-07-15 Thread Josh Fisher via Bacula-users
On 7/15/25 09:57, Leandro Saldivar via Bacula-users wrote: Hi all, I have a client with ~2TB of data. A full backup job takes about 15 hours. Once the backup finishes, a Copy Job is triggered (Selection Type = PoolUncopiedJobs) to replicate the volume to a remote Storage Daemon — which

[Bacula-users] Parallelizing Backup, Copy, and Restore for the Same Client (Best Practices?)

2025-07-15 Thread Leandro Saldivar via Bacula-users
need to run Backup, Copy, and Restore jobs in parallel for the same client (Restore happens on a replica server). Ideally without creating separate Storage/Device/Pool for each job. Bacula Version: 15.0.2 (21 March 2024) This is the config that currently allows me to parallelize only Backup and Re

Re: [Bacula-users] 15.0.3 Release Notes

2025-07-14 Thread Eric Bollengier via Bacula-users
wrote: On Wed, 09 Jul 2025 08:08:11 -0400, Dan Langille said: On Tue, Jul 8, 2025, at 2:24 PM, Martin Simmons wrote: On Tue, 08 Jul 2025 11:42:34 -0400, Dan Langille said: At https://www.bacula.org/bacula-community-15-0-3-released/ if you click on the link within "the changes is avai

Re: [Bacula-users] label error message

2025-07-07 Thread Dr. Thorsten Brandau via Bacula-users
Udo Kaune schrieb am 07.07.25 um 00:16: Am 06.07.25 um 07:49 schrieb Dr. Thorsten Brandau via Bacula-users: Hi I get the following bacula message (bconsole/message): 06-Jul 07:43 -sd JobId 1512: Error: label.c:993 Expecting Volume Label, got FI=548700 Stream=SPARSE-DATA len=45816 And my

Re: [Bacula-users] label error message

2025-07-06 Thread Dr. Thorsten Brandau via Bacula-users
Anders Gustafsson schrieb am 06.07.25 um 13:52: Can you check if there is a low-level error from the actual drive in the storage agent logs? The only thing I find is bacula-dir[2961]: -dir: message.c:1831-0 openssl.c:81 TLS shutdown failure.: ERR=error:8020:system library

Re: [Bacula-users] label error message

2025-07-06 Thread Dr. Thorsten Brandau via Bacula-users
from bacula. Following previous exchange on the list, I turned off auto-cleaning of the lib. I did not format (myself) the tape, as this is done by bacula. Not sure if there is a possibility to do this any way cheers TB ___ Bacula-users mailing

[Bacula-users] label error message

2025-07-05 Thread Dr. Thorsten Brandau via Bacula-users
Hi I get the following bacula message (bconsole/message): 06-Jul 07:43 -sd JobId 1512: Error: label.c:993 Expecting Volume Label, got FI=548700 Stream=SPARSE-DATA len=45816 And my email message is: 05-Jul 23:43 -sd JobId 1512: Please mount append Volume "20L9" or label a n

Re: [Bacula-users] "No files" in Bacularis for Jobs

2025-07-02 Thread Stefan G. Weichinger via Bacula-users
I only noticed this branch of the thread right now. Sorry for the silence so far. I will work through your replies and suggestions asap, thank you. ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Bacula-users] running bconsole commands in bash script

2025-06-25 Thread Yateen Shaligram Bhagat (Nokia) via Bacula-users
Thanks ! From: Kees Bakker via Bacula-users Sent: Monday, June 23, 2025 1:34 PM To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] running bconsole commands in bash script CAUTION: This is an external email. Please be very careful when clicking links or opening attachments

Re: [Bacula-users] "No files" in Bacularis for Jobs

2025-06-25 Thread Stefan G. Weichinger via Bacula-users
e DB. Maybe that would be too much data, sure. _______ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] "No files" in Bacularis for Jobs

2025-06-24 Thread Stefan G. Weichinger via Bacula-users
t until they read about it or until they try to restore and find no files to select for restoring. This is also well described in the Bacula documentation: "As Bacula writes files to a Volume, it keeps a list of files, jobs, and volumes in a database called the catalog. Among other things, the

Re: [Bacula-users] "No files" in Bacularis for Jobs

2025-06-24 Thread Stefan G. Weichinger via Bacula-users
regards, Stefan ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] "No files" in Bacularis for Jobs

2025-06-23 Thread Bill Arlofski via Bacula-users
On 6/23/25 10:11 AM, Stefan G. Weichinger via Bacula-users wrote: greetings today a customer asks me for a list of files in a directory at a given date in february I open Bacularis-5.0.0, and want to use "Restore" to browse the database: there's a job backing up the samba-s

[Bacula-users] "No files" in Bacularis for Jobs

2025-06-23 Thread Stefan G. Weichinger via Bacula-users
ldn't be necessary anymore ... I have a catalog backup from early march ... thanks for any pointers here. Seems I have to review my setup ... _______ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] running bconsole commands in bash script

2025-06-23 Thread Kees Bakker via Bacula-users
  echo “purge volume=$vol yes” done | bconsole On 20-06-2025 14:11, Yateen Shaligram Bhagat (Nokia) via Bacula-users wrote: Hi All, We are using bacula 13.x. As part of the periodic garbage collection activity, we do purging and truncating of the stranded disk volumes (volumes

Re: [Bacula-users] running bconsole commands in bash script

2025-06-20 Thread Yateen Shaligram Bhagat (Nokia) via Bacula-users
Thanks Josh !! From: Josh Fisher Sent: Friday, June 20, 2025 7:54 PM To: Yateen Shaligram Bhagat (Nokia) ; bacula-users Subject: Re: [Bacula-users] running bconsole commands in bash script CAUTION: This is an external email. Please be very careful when clicking links or opening attachments

Re: [Bacula-users] running bconsole commands in bash script

2025-06-20 Thread Josh Fisher via Bacula-users
On 6/20/25 08:11, Yateen Shaligram Bhagat (Nokia) via Bacula-users wrote: Hi All, We are using bacula 13.x. As part of the periodic garbage collection activity, we do purging and truncating of the stranded disk volumes (volumes that have no jobs associated with them) to conserve the disk

[Bacula-users] running bconsole commands in bash script

2025-06-20 Thread Yateen Shaligram Bhagat (Nokia) via Bacula-users
Hi All, We are using bacula 13.x. As part of the periodic garbage collection activity, we do purging and truncating of the stranded disk volumes (volumes that have no jobs associated with them) to conserve the disk space. We do it running a bash script that first identifies such stranded

Re: [Bacula-users] Bacula or Drive problem?

2025-06-19 Thread Dr. Thorsten Brandau via Bacula-users
Bill Arlofski via Bacula-users schrieb am 16.06.25 um 16:32: On 6/15/25 2:19 AM, Dr. Thorsten Brandau via Bacula-users wrote: As this surprisingly looked more like a changer, despite the error code=70, I changed the changer path in bacula-sd.conf to / dev//sg8 Then I ran a backup (catalogue

Re: [Bacula-users] Bacula or Drive problem?

2025-06-19 Thread Dr. Thorsten Brandau via Bacula-users
Udo Kaune schrieb am 15.06.25 um 12:21: Am 15.06.25 um 10:19 schrieb Dr. Thorsten Brandau via Bacula-users: Udo Kaune schrieb am 13.06.25 um 23:47: Hi Thorsten, Did you reboot the box recently and did by any chance your devices get reordered? What does lsscsi -g show and does that

Re: [Bacula-users] Timeout setting for ClientRunBeforeJob

2025-06-19 Thread Yateen Shaligram Bhagat (Nokia) via Bacula-users
(Nokia) ; bacula-users Subject: Re: [Bacula-users] Timeout setting for ClientRunBeforeJob CAUTION: This is an external email. Please be very careful when clicking links or opening attachments. See the URL nok.it/ext for additional information. You might also want to have the job delete the

Re: [Bacula-users] Timeout setting for ClientRunBeforeJob

2025-06-18 Thread Yateen Shaligram Bhagat (Nokia) via Bacula-users
lofski via Bacula-users Sent: Wednesday, June 18, 2025 9:08 PM To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] Timeout setting for ClientRunBeforeJob CAUTION: This is an external email. Please be very careful when clicking links or opening attachments. See the URL nok.it/ext for

Re: [Bacula-users] Timeout setting for ClientRunBeforeJob

2025-06-18 Thread Bill Arlofski via Bacula-users
ignature ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Timeout setting for ClientRunBeforeJob

2025-06-18 Thread Yateen Shaligram Bhagat (Nokia) via Bacula-users
Thank you Bill for the quick reply Much appreciated ! -Yateen -Original Message- From: Bill Arlofski via Bacula-users Sent: Wednesday, June 18, 2025 8:12 PM To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] Timeout setting for ClientRunBeforeJob CAUTION: This is

[Bacula-users] Timeout setting for ClientRunBeforeJob

2025-06-18 Thread Yateen Shaligram Bhagat (Nokia) via Bacula-users
Hi All, We are using Bacula 13.x (dir & sd) with few legacy clients (fd) with 9.4.4 along with 13.x clients We have client backup job configuration that uses the resource ClientRunBeforeJob= For few clients this client side script execution takes about 20 to 30 minutes, consequently

Re: [Bacula-users] Timeout setting for ClientRunBeforeJob

2025-06-18 Thread Bill Arlofski via Bacula-users
On 6/18/25 5:59 AM, Yateen Shaligram Bhagat \(Nokia\) via Bacula-users wrote: My bad, I made a wrong statement in my earlier email. Here is the corrected scenario. I have a dynamic fileset creation with a script that runs on the client (Linux)  side with File resource, see the setting below

Re: [Bacula-users] Timeout setting for ClientRunBeforeJob

2025-06-18 Thread Yateen Shaligram Bhagat (Nokia) via Bacula-users
ript" The execution of this script takes a long time, resulting in timeout , thus failing the backup job bacula-server-dir JobId 1101693: Fatal error: Bad response to Storage command: wanted 2000 OK storage , got 2902 Bad storage | FD termination status: Error

Re: [Bacula-users] Bacula or Drive problem?

2025-06-16 Thread Bill Arlofski via Bacula-users
On 6/15/25 2:19 AM, Dr. Thorsten Brandau via Bacula-users wrote: As this surprisingly looked more like a changer, despite the error code=70, I changed the changer path in bacula-sd.conf to / dev//sg8 Then I ran a backup (catalogue to make it quick): *And to my surprise - the backup worked

Re: [Bacula-users] Bacula or Drive problem?

2025-06-15 Thread Dr. Thorsten Brandau via Bacula-users
Bill Arlofski via Bacula-users schrieb am 13.06.25 um 19:48: On 6/12/25 10:32 AM, Dr. Thorsten Brandau via Bacula-users wrote: Hi Bill thank you for your as always helpful insights. You are more than welcome, Thorsten. :) I was not aware of the conflict between the libraries and baculas

Re: [Bacula-users] Bacula or Drive problem?

2025-06-15 Thread Dr. Thorsten Brandau via Bacula-users
Bill Arlofski via Bacula-users schrieb am 13.06.25 um 19:48: On 6/12/25 10:32 AM, Dr. Thorsten Brandau via Bacula-users wrote: Hi Bill thank you for your as always helpful insights. You are more than welcome, Thorsten. :) I was not aware of the conflict between the libraries and baculas

Re: [Bacula-users] Bacula or Drive problem?

2025-06-15 Thread Dr. Thorsten Brandau via Bacula-users
Udo Kaune schrieb am 13.06.25 um 23:47: Hi Thorsten, Did you reboot the box recently and did by any chance your devices get reordered? What does lsscsi -g show and does that correspond to your bacula-sd.conf entries? Best regards, Udo Hi Udo, yes, I regularily reboot the system for

Re: [Bacula-users] Bacula or Drive problem?

2025-06-15 Thread Dr. Thorsten Brandau via Bacula-users
Bill Arlofski via Bacula-users schrieb am 13.06.25 um 19:48: On 6/12/25 10:32 AM, Dr. Thorsten Brandau via Bacula-users wrote: Hi Bill thank you for your as always helpful insights. You are more than welcome, Thorsten. :) I was not aware of the conflict between the libraries and baculas

Re: [Bacula-users] Bacula or Drive problem?

2025-06-13 Thread Bill Arlofski via Bacula-users
On 6/12/25 10:32 AM, Dr. Thorsten Brandau via Bacula-users wrote: Hi Bill thank you for your as always helpful insights. You are more than welcome, Thorsten. :) I was not aware of the conflict between the libraries and baculas autoclean feature. Immediately I turned the one of the lib

Re: [Bacula-users] Bacula or Drive problem?

2025-06-12 Thread Dr. Thorsten Brandau via Bacula-users
Bill Arlofski via Bacula-users schrieb am 12.06.25 um 18:03: On 6/12/25 1:43 AM, Dr. Thorsten Brandau via Bacula-users wrote: Hi I am using a Neo 24 Tape library with an LTO-9 drive. The old one (Tandberg) broke recently and was replaced with a different one. Then the backups with Bacula

Re: [Bacula-users] Failure with VirtualFull causing next job to be a Full???

2025-06-12 Thread Bill Arlofski via Bacula-users
iled VFull. :) A failed VFull does nothing to the original Full in the catalog, so this is strange. What is the exact message about the job being upgraded? Any chance the Fileset had been edited in this timeline too? If you are using a semi-recent version of Bacula, the job summary has some deta

Re: [Bacula-users] Bacula or Drive problem?

2025-06-12 Thread Bill Arlofski via Bacula-users
On 6/12/25 1:43 AM, Dr. Thorsten Brandau via Bacula-users wrote: Hi I am using a Neo 24 Tape library with an LTO-9 drive. The old one (Tandberg) broke recently and was replaced with a different one. Then the backups with Bacula worked fine for some time. Now I get those errors (again): 12-Jun

[Bacula-users] Bacula or Drive problem?

2025-06-12 Thread Dr. Thorsten Brandau via Bacula-users
Hi I am using a Neo 24 Tape library with an LTO-9 drive. The old one (Tandberg) broke recently and was replaced with a different one. Then the backups with Bacula worked fine for some time. Now I get those errors (again): 12-Jun 09:31 -dir JobId 1458: shell command: run BeforeJob "

Re: [Bacula-users] TLS Between Director and Client

2025-06-10 Thread Josip Deanovic via Bacula-users
On Wednesday, June 11, 2025 2:34:23 AM CEST Dan Langille wrote: > On Thu, Jun 5, 2025, at 8:14 PM, Josip Deanovic via Bacula-users wrote: > > On Thursday, June 5, 2025 6:01:46 PM CEST Richard Laysell wrote: > >> Does this configuration look correct? Bacula doesn't

Re: [Bacula-users] TLS Between Director and Client

2025-06-10 Thread Josip Deanovic via Bacula-users
On Wednesday, June 11, 2025 2:29:49 AM CEST Dan Langille wrote: > On Thu, Jun 5, 2025, at 8:14 PM, Josip Deanovic via Bacula-users wrote: > > I have attached PDF document containing scheme that could help you > > better visualise and understand what needs to be done. > >

Re: [Bacula-users] baculum 15.0.3 - language file seems not use

2025-06-09 Thread bacula-baculum via Bacula-users
signature _______ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

[Bacula-users] baculum 15.0.3 - language file seems not use

2025-06-09 Thread bacula-baculum via Bacula-users
Hello I installed baculum 15.0.3 under debian i have bacula running well in 15.0.3 i think i have something wrong somewhere with laguage file *.mo i have : in application.xml : You can find the tree

Re: [Bacula-users] Any way for incremental backups to consider just size changes as changes

2025-06-09 Thread Bill Arlofski via Bacula-users
On 6/7/25 10:39 PM, Tech - Nibiru wrote: Dear Sirs: I have read the Bacula documentation, especially regarding the "Accurate" option for incremental backups, looking for an alternative that allows incremental backups to be performed, considering files that have undergone size

Re: [Bacula-users] TLS Between Director and Client

2025-06-07 Thread Josip Deanovic via Bacula-users
to hear it worked for you. Regards! -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] TLS Between Director and Client

2025-06-06 Thread Josip Deanovic via Bacula-users
On Friday, June 6, 2025 5:27:05 PM CEST Richard Laysell wrote: > On Fri, 06 Jun 2025 02:14:57 +0200 > Josip Deanovic via Bacula-users > wrote: > > What is your goal? > > Do you want to encrypt only the authentication or would you like > > to encrypt the complete c

Re: [Bacula-users] TLS Between Director and Client

2025-06-05 Thread Josip Deanovic via Bacula-users
On Thursday, June 5, 2025 6:01:46 PM CEST Richard Laysell wrote: > Hello, Hello Richard, > I'm running Bacula 15.0.3 on Linux x64. I have tested in on 9.x but it should work on 15.x as well. > I'm trying to get TLS working between director and client. I have > crea

Re: [Bacula-users] 'Lock' retention on a media...

2025-06-04 Thread Bill Arlofski via Bacula-users
cription: OpenPGP digital signature ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] spool directory

2025-05-29 Thread Bill Arlofski via Bacula-users
On 5/29/25 3:02 PM, Alan Polinsky wrote: I've been running Bacula 9.6.7 for many years with an attached LTO3 tape drive. The machine hosting Bacula is an old Dell Optiplex. Though I am always in Slackware, there is a small 250 gig drive that had Windows 10 installed on it, even though It

Re: [Bacula-users] [OT] stenc and library...

2025-05-27 Thread Bill Arlofski via Bacula-users
On 5/27/25 2:19 PM, Marco Gaiarin wrote: Mandi! Udo Kaune In chel di` si favelave... Not quite clear what you are trying to accomplish. Stenc does load keys to the drive, not to tapes. Please elaborate. Sure, but if bacula-sd is ''locking'' the tape device, stenc c

Re: [Bacula-users] bacula-fd Instances Timing Out on `status client`, despite Running Jobs

2025-05-21 Thread Bill Arlofski via Bacula-users
On 5/20/25 3:20 PM, Lloyd Brown wrote: Hi all, I'm running into an issue with some bacula-fd instances and hoping someone can point me in the right direction. In short: I have bacula-fd instances that are clearly running jobs (confirmed via strace), but they often time out when I run s

Re: [Bacula-users] Copy jobs marked as failed after original job went temporariliy out of space

2025-05-20 Thread Eric Bollengier via Bacula-users
ror"? If the original "restore" works, albeit with a warning (and I'm not even sure that warning should be there), why should "copy" fail? Or was it just luck that the restore job worked and I should expect it to fail in some cases?  bye & Thank

Re: [Bacula-users] Add something to the backup report???

2025-05-08 Thread Eric Bollengier via Bacula-users
reported, we should add it as well). Thanks, Best Regards, Eric _______ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] wilddir exclusion matches in bwild, doesn't prevent Onedrive folder errors

2025-05-07 Thread David Waller via Bacula-users
ring doesn't appear to be working, but > bwild matches it against the paths that reported problems from the job before > I entered the wilddir string, and the job after I entered the wilddir string. > Also, I did reload the bacula-dir. I'll go reload it and do a test backup

Re: [Bacula-users] Hash options ???

2025-05-02 Thread Eric Bollengier via Bacula-users
hecksum = true; } break; case 'o': only_changed = true; break; default: break; } I'm thinking this line: ff_pkt->flags & (FO_MD5|FO_SHA1|FO_SHA256|FO_SHA512))) { Is probably supposed to read:

[Bacula-users] Paid gig - tiered Bacula Community Edition fixup plus ISO recovery env creation

2025-04-19 Thread MylesDearBusiness via Bacula-users
Hi, community experts, please take a look at this job I just created: https://www.upwork.com/jobs/~021913589453455437537 <https://www.upwork.com/jobs/~021913589453455437537> If you think you're the right person, please respond. Best! ___

Re: [Bacula-users] Threaded compression?

2025-04-07 Thread Eric Bollengier via Bacula-users
Eric ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Is it possible to get mail notification on Warning

2025-04-05 Thread Bill Arlofski via Bacula-users
On 4/1/25 6:58 AM, Mehrdad Ravanbod wrote: Hi Guys I have managed to gt the mail notifications working on my Bacula installation, but I seem to have encountered a problem I don't want to get a notification for successful jobs only on jobs that fail(get an error) and jobs that do complet

Re: [Bacula-users] Any experience with these autochangers?

2025-03-28 Thread Bill Arlofski via Bacula-users
vendors are unwilling to lease them to us for testing. We use Bacula community edition on Debian. Does anyone have an experience with those libraries? I have found MSL2024 mentioned in Bacula wiki, https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/wikis/Hardware%20Results but that

Re: [Bacula-users] Release 15.0.3

2025-03-28 Thread Bill Arlofski via Bacula-users
On 3/27/25 10:18 AM, Eric Bollengier via Bacula-users wrote: Hello, We are pleased to announce the release of Bacula version 15.0.3 to both the Bacula website (www.bacula.org) and to SourceForge release. This release brings a couple of fixes published in the git repository over the last months

[Bacula-users] Release 15.0.3

2025-03-27 Thread Eric Bollengier via Bacula-users
Hello, We are pleased to announce the release of Bacula version 15.0.3 to both the Bacula website (www.bacula.org) and to SourceForge release. This release brings a couple of fixes published in the git repository over the last months. The release also brings a couple of new features for the

Re: [Bacula-users] Strange errors: Warning: Director wanted Volume "foo", Current Volume "bar" not acceptable because...

2025-03-27 Thread Josh Fisher via Bacula-users
ually warns against using this in the specific case of multiple simultaneous jobs. _______ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Windows Client

2025-03-26 Thread Jonathan Aquilina via Bacula-users
Good Afternoon, I am contemplating thanks to another thread mentioning bacula on windows to use this to backup my PC and NAS to an S3 bucket. Is this something that can be done with Bacula. Note that the NAS drives are mapped to the pc using the ISCSI initiator to map the drives like they are

Re: [Bacula-users] bsmtp authentication

2025-03-26 Thread Bill Arlofski via Bacula-users
On 3/26/25 5:25 AM, Mehrdad Ravanbod wrote: > > Hi guys > > I am trying to set up the messaging part of bacula to send alerts and > using the built in bsmtp, but running into problems > > The SMTP server that we are using needs authentication for the senders > adress, and

Re: [Bacula-users] Strange errors: Warning: Director wanted Volume "foo", Current Volume "bar" not acceptable because...

2025-03-26 Thread Josh Fisher via Bacula-users
On 3/25/25 14:35, Rob Gerber wrote: Josh, Here you go. Thank you! *My Synology-Local autochanger and associated devices from bacula-sd.conf file:* * * ... OK. That looks like the usual autochanger config. Looking at the log of the jobs starting, note that: *Joblogs from jobs 662 and

Re: [Bacula-users] Strange errors: Warning: Director wanted Volume "foo", Current Volume "bar" not acceptable because...

2025-03-25 Thread Josh Fisher via Bacula-users
On 3/25/25 12:05, Rob Gerber wrote: *My (plausibly relevant) bacula resources:* We also need to see the definition for the Synology-Local autochanger and ist associated devices in the bacula-sd.conf config file for the SD. ___ Bacula-users

  1   2   3   4   5   6   7   8   9   10   >