Re: [Bacula-users] spool directory

2025-06-01 Thread Rob Gerber
Alan, Glad to hear you figured it out! Those keys are very close to each other. It's an easy mistake to make. We are all human. You use slackware. It's linux on hard mode. I realize that I give a lot of detail in my messages, and sometimes specify information that is almost certainly unnecessary.

Re: [Bacula-users] spool directory

2025-05-31 Thread Alan Polinsky
Rob et al: Thank you all for assistance. All I can say is that getting old is not  for the faint of heart. I used to be the person that handled unfixable errors: logic, syntax, spelling et al. My error was NOT the attach point, though for consistency I stayed with /media. As you get older, t

Re: [Bacula-users] spool directory

2025-05-30 Thread Alan Polinsky
Thank you all for your responses. Since a differential backup is currently running I can't try out the suggestions,  but I think I have the answer as a result of all of them. The syntax I was using is correct, The problem is, I think, the lineage of the machine. I am a retired ancient programme

Re: [Bacula-users] spool directory

2025-05-30 Thread Rob Gerber
Alan, It occurred to me that my LTO8 drive's device entry from my bacula-sd.conf could be helpful. Here you go. Device { Name = "drive0" MediaType = "LTO-8" ArchiveDevice = "/dev/tape/by-id/scsi-1097013295-nst" RemovableMedia = yes RandomAccess = no AutomaticMount = yes AlwaysOpen

Re: [Bacula-users] spool directory

2025-05-29 Thread Rob Gerber
Alan, > Spool Directory /bacula/working If you entered the Spool Directory directive as you specified it in your email, then it is probably malformed. I believe the proper format is: Spool Directory *=* /bacula/working You will need to restart bacula-sd after adding the new directive to bacula-s

Re: [Bacula-users] spool directory

2025-05-29 Thread Alan Polinsky
Bill: Thanks for getting back so quickly. In my original (non spool file inclusion) i get: tcp    0    0 0.0.0.0:9103 0.0.0.0:*        LISTEN        10177/bacula-sd Including the spool file directive I get nothing. In all conf files I list the host name as slcakware.polinsky.home In Slac

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 was nev

Re: [Bacula-users] Spool Directory 7.4.0

2016-02-15 Thread Dan Langille
Yes, that's what it was. Ironically, I knew about both types of spooling. All good now. thanks. -- Dan Langille - BSDCan / PGCon d...@langille.org > On Feb 15, 2016, at 5:19 PM, Kern Sibbald > wrote: > > Dan, > > There are two types of S

Re: [Bacula-users] Spool Directory 7.4.0

2016-02-15 Thread Kern Sibbald
Dan, There are two types of SD spooling. Attribute spooling (info to be put in the catalog), which always goes to the working directory, and Data Spooling, which if enabled will go to the Spool Directory. I suspect that you were seeing the Attribute spooling in the working directory. Best reg

Re: [Bacula-users] Spool Directory 7.4.0

2016-02-15 Thread Dan Langille
> On Feb 15, 2016, at 7:08 AM, Heitor Faria wrote: > > I find that spooling occurs in Working Directory not Spool Directory. > Hello Dan: if it's the same log from your other thread your Data Spooling > isn't actually enabled (data spooling messages =! from attribute spooling > ones). > Is anyo

Re: [Bacula-users] Spool Directory 7.4.0

2016-02-15 Thread Dan Langille
> On Feb 15, 2016, at 7:53 AM, Martin Simmons wrote: > >> On Sun, 14 Feb 2016 17:40:57 -0500, Dan Langille said: >> >> I find that spooling occurs in Working Directory not Spool Directory. >> ... >> -rw-r- 1 bacula bacula0 Feb 14 17:35 >> File1.attr.BackupClient1.2016-02-14_17.35.

Re: [Bacula-users] Spool Directory 7.4.0

2016-02-15 Thread Martin Simmons
> On Sun, 14 Feb 2016 17:40:57 -0500, Dan Langille said: > > I find that spooling occurs in Working Directory not Spool Directory. > ... > -rw-r- 1 bacula bacula0 Feb 14 17:35 > File1.attr.BackupClient1.2016-02-14_17.35.48_06.5.spool This is an attribute spool file and they are alw

Re: [Bacula-users] Spool Directory 7.4.0

2016-02-15 Thread Heitor Faria
> I find that spooling occurs in Working Directory not Spool Directory. Hello Dan: if it's the same log from your other thread your Data Spooling isn't actually enabled (data spooling messages =! from attribute spooling ones). > Is anyone able to reproduce this based on the following incomplete