[Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-21 Thread Bill Arlofski via Bacula-users
Hello everyone, Just a quick note to let you know that I have finally ported my 'baculabackupreport.sh' script into Python. The original version had grown to become an unmaintainable mess of bash/awk code over many years and this port was something I have been threatening for quite some time. :)

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Bill Arlofski via Bacula-users
On 5/22/21 12:58 PM, Phil Stracchino wrote: > > Second observation: You appear to support only catalog databases on > PostgreSQL, correct? Hello Phil, Oh wow... Yes. I completely forgot about that. I planned on adding MySQL support like the previous bash/awk script had, but when I started thi

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Bill Arlofski via Bacula-users
On 5/22/21 12:49 PM, Phil Stracchino wrote: > > I'm about to try this out. But in the meantime, one minor quibble: > Would you consider renaming the git file and tld to, say, bacula-report > so that it does not have a directory name collision with the Bacula git > repo? Hi Phil, I don't understa

Re: [Bacula-users] noticing an occasional incremental backup act like full

2021-05-22 Thread Bill Arlofski via Bacula-users
Hello Joe, I can think of three things that can cause this to happen, and at least two of them will show some evidence in the job log Option 1: - You have edited the Fileset, and the "IgnoreFilesetChanges = yes" option was not set at the top of the Fileset. In this case Bacula will l

Re: [Bacula-users] Daily Bacula backup report summary email (finally) ported to Python

2021-05-22 Thread Bill Arlofski via Bacula-users
On 5/22/21 9:44 PM, Phil Stracchino wrote: > OK, what I mean is, suppose you have a single location where you keep > source code distributions (in my case it's /netstore/src). And I git > clone the Bacula source repository into that, and it creates > /netstore/src/bacula, and then I go to git clon

Re: [Bacula-users] noticing an occasional incremental backup act like full

2021-05-23 Thread Bill Arlofski via Bacula-users
On 5/23/21 3:50 AM, Josip Deanovic wrote: > > There is another option. > > Option 4: > - > If no valid full backup for the job could be found in the catalog, the > backup job will be upgraded from incremental or differential to full > backup. The message would be the same as the one describ

Re: [Bacula-users] noticing an occasional incremental backup act like full

2021-05-23 Thread Bill Arlofski via Bacula-users
On Sunday, May 23, 2021 8:25 AM, Bill Arlofski wrote: > > Check this out: > 8< > 23-May 08:12 speedy-dir JobId 6: The FileSet "Full Set" was modified on > 2021-05-23 08:12:32, this is after the last > successful backup on 2021-05-22 17:35:16. > > 23-May 08:12 speedy-dir JobId 6: No prior o

Re: [Bacula-users] Copy job stops me from conecting to bconsole

2021-05-29 Thread Bill Arlofski via Bacula-users
‐‐‐ Original Message ‐‐‐ On Friday, May 28, 2021 2:09 AM, Diogo Neves wrote: > I Have raised and commented the maximum concurrent jobs in the copy job > resource and I still couldn't connect to bconsole. Hello Diogo, You need to make sure the MaximumConcurrentJobs is also set in the "Di

[Bacula-users] baculabackupreport.py script now supports MySQL/MariaDB backends

2021-06-03 Thread Bill Arlofski via Bacula-users
Hello everyone, Well, @phil, it turns out it was more work than I thought, but with some help from a colleague (Thanks Dorian!) I have just committed the latest version which now supports MySQL and MariaDB databases. https://github.com/waa/bacula I have a Bacula community installation with a

Re: [Bacula-users] I need to reuse volume1 inmediately

2021-06-06 Thread Bill Arlofski via Bacula-users
On 6/4/21 7:40 PM, Denis Morejón wrote: > Hello: > I have built a bacula 11 successfuly. I am testing saving a few files to a > file type device, using a little Pool of up to 3 > volumes of 100Mb each one. I need to see how bacula creates the three volumes > automatically as I repeat a job some t

Re: [Bacula-users] Bacula scripts not found during Bacula 11.0.2 install.

2021-07-27 Thread Bill Arlofski via Bacula-users
On 7/23/21 4:24 PM, pierre.vanderl...@gmail.com wrote: > Hi, > > I ran the command $ sudo dnf install bacula-mysql but it returns a error.   > Please see error message below: > > []$ sudo dnf install bacula-mysql > > Last metadata expiration check: 4:03:44 ago on Fri Jul 23 12:07:58 2021. > > Error

Re: [Bacula-users] Default BackupCatalog path

2021-08-05 Thread Bill Arlofski via Bacula-users
On 8/5/21 6:55 AM, Andrea Brancatelli via Bacula-users wrote: > Hello everybody, > > is there a way to easily change the default path to the BackupCatalog? > > It seems to be hardcoded to /var/db/bacula, if I get it right, but my /var is > too small... Is there any way to put it elsewhere? > > Tha

Re: [Bacula-users] Encrypted restore fails with openssl errors

2021-08-07 Thread Bill Arlofski via Bacula-users
On 8/6/21 4:46 PM, Robert Earl wrote: > aten-dir JobId 3750: No prior Full backup Job record found. > aten-dir JobId 3750: No prior or suitable Full backup found in catalog. Doing > FULL backup. > aten-dir JobId 3750: Start Backup JobId 3750, > Job=aten-Backup.2021-08-06_15.34.17_30 > And the dir

Re: [Bacula-users] [External Email] Re: back up RHEL 8 server from Centos 7

2021-10-29 Thread Bill Arlofski via Bacula-users
On 10/29/21 12:52, Clouse, Raymond [JT4 LLC] wrote: > So if I install the 11.0.5 RPM on my RHEL 8 server, the Bacula running on > Centos 7 (version 5.2.13) will be able to back up the RHEL 8 server? > > -- > Ray Clouse Hello Ray, Possibly, but probably not, or at least not without issues. The r

Re: [Bacula-users] dynamic fileset and /usr/global

2021-11-02 Thread Bill Arlofski via Bacula-users
On 11/1/21 21:57, Shaligram Bhagat, Yateen (Nokia - IN/Bangalore) wrote: > Hi, > > We are using Bacula 9.4.4 on Centos. > > We use dynamic fileset using a script executed on the client.  Also there is > a clientRunBeforeJob script. > > But we found that the dynamic fileset script is executed first

Re: [Bacula-users] Detailed list/info about files excluded from the job run

2021-11-20 Thread Bill Arlofski via Bacula-users
On 11/20/21 10:06, Shaligram Bhagat, Yateen (Nokia - IN/Bangalore) wrote: > Hello all, > > We are using Bacula 9.4.4 on Centos. > > Is there a way to run Bacula backup job with debug option to get a detailed > list/info about files excluded from the actual > job run instance? > > Our fileset has a

Re: [Bacula-users] Tape changers for bacula

2021-11-26 Thread Bill Arlofski via Bacula-users
On 11/25/21 07:10, Tomasz Świderski wrote: > Do you have any proven tape changers working with Bacula? I am talking > about models that are available on the market. My customers and I have always had good luck with Quantum's SuperLoader3 line of products. Basically, anything that presents itself

Re: [Bacula-users] Restoring from a copy job

2021-11-29 Thread Bill Arlofski via Bacula-users
Hello Josip, I think this may be a bug. I seem to recall noticing this a long time ago, and feel like I opened a Mantis about it. I was going to recommend that you upgrade from the quite old 9.x version to the 11.0.5 version currently available... But when I checked my environment, I noticed s

Re: [Bacula-users] Bacula Restore Session

2021-11-29 Thread Bill Arlofski via Bacula-users
On 11/29/21 12:07, Neil Balchin wrote: > Recently, I had to reconfigure a large ZFS disk array. Prior to the > reconfiguration, It was shared to my bacula-fd instance across NFS and I was > doing daily incrementals, the pool was configured with a scratch pool of > blank tapes and I kept the ba

Re: [Bacula-users] Restoring from a copy job

2021-11-29 Thread Bill Arlofski via Bacula-users
Hello Josip, I did a little research and found the old Mantis ticket I was referring to... However, the result from the conversation with the developers was as follows: The "copies" option is doing only what is described in the manual: 8< If the keyword copies is present on the command

Re: [Bacula-users] Restoring from a copy job

2021-11-30 Thread Bill Arlofski via Bacula-users
On 11/30/21 01:38, Eric Bollengier wrote: > Hello, > > On 11/30/21 04:52, Bill Arlofski via Bacula-users wrote: >> >> >> So far, so good... BUT it gets better because Bacula notices that I have >> copies of these five jobs! Excellent! >> >> So it prin

Re: [Bacula-users] Low performance with file daemon version 11.0.5

2021-12-02 Thread Bill Arlofski via Bacula-users
On 12/2/21 05:12, Márcio wrote: > Greetings everyone > > I recently updated the file daemon version on two Windows Server 2019 > clients from version 9.6.7 to version 11.0.5. > In both I noticed that the backup performance dropped, making the job > take longer to finish. > I noticed that the rate (

Re: [Bacula-users] Why Baculum no show New Object (but yes on dir.conf)

2021-12-05 Thread Bill Arlofski via Bacula-users
On 12/5/21 10:15, Jose Alberto wrote: > When the Job finished, the idle process was removed. Restart only the > director and the changes have already been activated. > It is very strange that occasional behavior. > 05-Dec 09:57 srvlnxbacula-dir JobId 0: Security Alert: Too many (32) open > relo

Re: [Bacula-users] Why isn't bacula recycling these volumes?

2021-12-09 Thread Bill Arlofski via Bacula-users
On 12/8/21 07:08, Larry Rosenman wrote: > I have a bunch of volumes that bacula seems to have forgotten about. > Can you explain why? > > Also, what SQL/etc can I do to fix it? > > Attached are a DB list for the volumes, and the ls -l. > > > -- > Larry Rosenman http://www.lerctr

Re: [Bacula-users] Why isn't bacula recycling these volumes?

2021-12-09 Thread Bill Arlofski via Bacula-users
On 12/9/21 09:03, Larry Rosenman wrote: > On 12/09/2021 9:42 am, Bill Arlofski via Bacula-users wrote: >> On 12/8/21 07:08, Larry Rosenman wrote: >>> I have a bunch of volumes that bacula seems to have forgotten about. >>> Can you explain why? >>> >&

Re: [Bacula-users] Why isn't bacula recycling these volumes?

2021-12-09 Thread Bill Arlofski via Bacula-users
On 12/9/21 14:40, Larry Rosenman wrote: >> >> "MaximumVolume = 0" means unlimited, so as I said Bacula will just >> continue to create more volumes. >> >> > That's not my experience it recycles/reuses all the other volumes. Hi Larry, OK, that is interesting, my experience has been different. Is

Re: [Bacula-users] bconsole 'stop' command always cancels job instead

2021-12-19 Thread Bill Arlofski via Bacula-users
On 12/19/21 13:28, Graham Sparks wrote: > Hello, > > I just wondered if anyone else has seen this problem.  I wanted to disconnect > the removable disk of a running job so that I > could reconnect it to a faster USB port.  I thought I'd try the "stop" > bconsole command to stop and restart the jo

Re: [Bacula-users] bacula-fd version

2021-12-28 Thread Bill Arlofski via Bacula-users
On 12/28/21 16:22, Richard Couture wrote: > Does the bacula-fd client version have to be the same or newer than the > server version of bacula > > or > > does the server version of bacula have to be the same or newer than the > bacula-fd client version? > > my server version is 9.6.7 and the bacula

Re: [Bacula-users] How are "new" files determined?

2021-12-30 Thread Bill Arlofski via Bacula-users
On 12/30/21 02:03, Sebastian Suchanek wrote: > Hi everyone! > > How exactly are "new" files, which have to be backed up, determined by > Bacula? Hello Sebastian, In addition to what Josip said, take a look at the "Accurate" option for Filesets. This will let you adjust what attributes Bacula lo

Re: [Bacula-users] Packet size too big (NOT a version mismatch)

2022-01-04 Thread Bill Arlofski via Bacula-users
On 1/4/22 12:26, Stephen Thompson wrote: > > Yes, backing up a single file on my problem hosts does succeed. > > H... > > Stephen Hello Stephen, This issue looked familiar to me, so I checked internally and I think I found something. I am pretty sure that this is an issue due to the larger

Re: [Bacula-users] Packet size too big (NOT a version mismatch)

2022-01-04 Thread Bill Arlofski via Bacula-users
On 1/4/22 17:18, Stephen Thompson wrote: > > Thanks Bill, you nailed it. > > 04-Jan-2022 16:13:52 FD: backup.c:1356-884680 > fname=/Users/USER/Library/Containers/com.apple.Safari.CacheDeleteExtension > snap=/Users/USER/Library/Containers/com.apple.Safari.CacheDeleteExtension > link=/Users/USER/Lib

Re: [Bacula-users] set a volume manually to status FULL

2022-01-09 Thread Bill Arlofski via Bacula-users
On 1/10/22 00:22, fk+bacula--- via Bacula-users wrote: > Hi there, > > which command procedure I have to use, for setting a volume manually to FULL ? > I have a tape which will have not enough space for the next full backup. So I > want to mark it manually as full. > > Thanks for help, > Frank >

Re: [Bacula-users] Restore experience report

2022-01-14 Thread Bill Arlofski via Bacula-users
On 1/14/22 13:43, Lionel PLASSE wrote: > Finally, > > I disabled compression > and cause I do a "to File media" backup (not tape media), I unmarked the > "spool data" and "spool attributes" options. > > And most of all, I specified a working directory for data spooling cause > I was alwa

Re: [Bacula-users] How can I save bacula backups just in AWS S3

2022-01-22 Thread Bill Arlofski via Bacula-users
On 1/22/22 08:08, Guillermo Martin via Bacula-users wrote: > Hello everyone, > > I've setup bacula server 11.0.5.7 community edition with libs3 and postgres > in centos 7 to upload the backups in AWS S3 > > Everything is working fine but I have a doubt with Archive Device as we just > want to sav

Re: [Bacula-users] Adding volumes (in a file type storage) while tasks are awaiting free storage

2022-02-10 Thread Bill Arlofski via Bacula-users
On 2/10/22 10:15, egoitz--- via Bacula-users wrote: > and you try to add some new volumes, each one with a specific capacity, as > you launch the label command for this purpose in > bconsole, the new volume gets started using at just that very brief moment. > This causes you, to unable to then fi

Re: [Bacula-users] Adding volumes (in a file type storage) while tasks are awaiting free storage

2022-02-12 Thread Bill Arlofski via Bacula-users
Accidentally replied directly. Sending to list this time. :) On 2/11/22 01:54, ego...@ramattack.net wrote: > Hello Bill!!! > > First of all, thank you so much for your nice email. Really mate, thank you > for your nice answer. You are welcome. Glad to help! >> *Totally agree. 5 or 10 minutes

Re: [Bacula-users] Reusing schedule resource

2022-02-16 Thread Bill Arlofski via Bacula-users
On 2/16/22 03:55, Chris Wilkinson wrote: > Is it possible to define two jobs to use the same schedule resource, i.e. > have two jobs to run using the same schedule? > > It doesn't seem like that is possible since the schedule resource requires to > specify the pools that are used which would > us

Re: [Bacula-users] Changing max volume size not working

2022-02-23 Thread Bill Arlofski via Bacula-users
On 2/23/22 16:38, Chris Wilkinson wrote: > I modified a job to use a larger maximum volume size instead of the previous > 500M. When I run the job I find that new volumes > and recycled ones top out at 500M. I had expected them to go to 50G but this > isn't happening. Am I wrong in this expectati

Re: [Bacula-users] Changing max volume size not working

2022-02-24 Thread Bill Arlofski via Bacula-users
On 2/24/22 04:06, Chris Wilkinson wrote: > Many thanks Bill. I followed your steps and now it is creating volumes with > the required size. I thought I had done those > already using Baculum but I must have missed a step somewhere. I took out the > max volume size from SD this time which I > hadn

Re: [Bacula-users] Job copy question

2022-02-25 Thread Bill Arlofski via Bacula-users
On 2/25/22 08:05, Marcelo Slon wrote: > Hi, > > I have configured a copy job with the Selection Type = PoolUncopiedJobs > directive. > Is there a way to list the jobs that have not yet been copied before running > this job in the console or by SQL query? Where > is this information stored in the

Re: [Bacula-users] Job copy question

2022-02-25 Thread Bill Arlofski via Bacula-users
On 2/25/22 15:59, Josip Deanovic wrote: > > Several years ago I posted to this list an SQL query that copies only > the jobs that weren't already copied, while starting from the last > successful Full job. The post could still be found in the mailinglist > archives. > > I used it when I had to star

Re: [Bacula-users] Fwd: Job copy question

2022-02-26 Thread Bill Arlofski via Bacula-users
On 2/26/22 03:48, Marcelo Slon wrote: > Thanks a lot for your answers. > I will analyze and do my tests. > I'm using Bacula Community version 9.6.7 with PostgreSQL, and in the database > I found a 'status' table with the following data: [...snip...] > As you can see it doesn't have the 'W' statu

Re: [Bacula-users] bconsole 'stop' command always cancels job instead

2022-03-11 Thread Bill Arlofski via Bacula-users
On 3/10/22 14:45, Graham Sparks wrote: > Hello, > > I've upgraded to Bacula 11.0.6 and, for my configuration, stopping a job > still cancels it in the same way as release 11.0.5. I noticed the > bug (https://bugs.bacula.org/view.php?id=2610) wasn't mentioned in > the release notes, but thought I'd

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] 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] Set 2 retentions in one client

2022-03-28 Thread Bill Arlofski via Bacula-users
On 3/28/22 08:41, Enzo Serafini via Bacula-users wrote: > Hello, good afternoon. > > today after a meeting with my manager we have made the decision to change the > retention of the clients that we have in bacula, > for configuration files 3 months, for logs 1 year. > > How can I set 2 different w

Re: [Bacula-users] bconsole 'stop' command always cancels job instead

2022-03-29 Thread Bill Arlofski via Bacula-users
On 3/11/22 15:26, Graham Sparks wrote: > Sorry---approximately 10 years ago I received abuse on the Bacula bug > tracking site and I endeavour never to make the same > mistake twice.  I was just checking there's nothing else I can do.  Somebody > more important can report it if necessary. > > Tha

Re: [Bacula-users] Device names changing in Debian 11 - can I switch to /dev/tape/by-id from /dev/sgX and /dev/nstX ?

2022-04-06 Thread Bill Arlofski via Bacula-users
On 4/6/22 10:24, Matthew Weatherford wrote: Hi Bacula gurus, We are loving using Bacula on Debian 11 - have been long time users. Thank you to all who are supporting this great code base Using Debian 11, Bacula version 9.6.7-3, and the Oracle SL150 tape loader with both SAS and Fiber channel t

Re: [Bacula-users] Backup OK -- Upload to Cloud failed

2022-04-08 Thread Bill Arlofski via Bacula-users
Hello! > msg=S3_put_object ERR=NameLookupError Check your hostname in the cloud resource, and make sure that you can resolve it from the SD. -- Bill Arlofski w...@protonmail.com publickey - waa@protonmail.com - cb8b9e50.asc Description: application/pgp-keys signature.asc Description: Ope

Re: [Bacula-users] Backup OK -- Upload to Cloud failed

2022-04-08 Thread Bill Arlofski via Bacula-users
On 4/8/22 08:41, Bill Arlofski wrote: Hello! > msg=S3_put_object ERR=NameLookupError Check your hostname in the cloud resource, and make sure that you can resolve it from the SD. To be more specific, please make sure your SD can resolve the FQDN: .yyy.yyy.com If this does not work,

Re: [Bacula-users] About bacula-dir.conmsg

2022-05-02 Thread Bill Arlofski via Bacula-users
On 5/2/22 07:54, Guilherme Santos wrote: Hey guys, what's up? Could someone tell me more about bacula-dir.conmsg? Mine is about 21G... Why this archive has this size? Thanks!! That file is the on-disk bconsole buffer of console messages. You can do one of either: 1. Type 'messages' in

Re: [Bacula-users] About bacula-dir.conmsg

2022-05-02 Thread Bill Arlofski via Bacula-users
On 5/2/22 11:08, Hector Barrera wrote: Quick question, where is this file located at? Please advise. Hector B. It is in the directory configured in the Director's bacula-dir.conf file as the "Working Directory" and this is different for different distributions depending on what the package

Re: [Bacula-users] Pool spec in job resource

2022-05-03 Thread Bill Arlofski via Bacula-users
On 5/3/22 15:46, Chris Wilkinson wrote: I wonder if someone with more extensive knowledge of Bacula could clarify the usage of 'pool=' and the optional 'full|differential|incremental backup pool=' directives in the job resource. The former is required I think whether or not the latter is given.

Re: [Bacula-users] Pool spec in job resource

2022-05-04 Thread Bill Arlofski via Bacula-users
On 5/4/22 08:39, Chris Wilkinson wrote: Thanks for that Bill. Now I understand why there is the option to specify the pools in the schedules  something I always thought unnecessary. I'm still puzzled why the pool clause is required in the job when the full etc is given. Is it just a parser qui

Re: [Bacula-users] Bacula client with several policies retention

2022-05-11 Thread Bill Arlofski via Bacula-users
On 5/11/22 09:43, Guillermo Martin via Bacula-users wrote: Hi everyone! Does anyone know if is it possible to configure a bacula client with different policies retention? For example.. 5 years for logs files and 3 months for the rest files. So this client will have 2 file retention, 2 job ret

Re: [Bacula-users] Question about differential backup

2022-05-24 Thread Bill Arlofski via Bacula-users
On 5/24/22 12:17, egoitz--- via Bacula-users wrote: If I want to restore my machine to Diferential 003 situation... do I need the Full job (obviously) + Differential 001 + Differential 002 + Differential 003 or it's OK if I use Full job (obviously) + Differential 003 ?. You would type 'rest

Re: [Bacula-users] Waiting for a volume already in the drive

2022-05-26 Thread Bill Arlofski via Bacula-users
On 5/25/22 21:19, William Muriithi wrote: Hello, I have a problem that I don't seem to understand.  Backups stopped because they needed a specific tape.  However, the tape is already in the drive. I can't mount it, since its already in place.  What would trigger bacula into this logic? Devi

Re: [Bacula-users] binary repositories offline

2022-06-02 Thread Bill Arlofski via Bacula-users
On 6/2/22 15:51, D. wrote: The community binary repositories (deb and rpm) are offline! This is being worked on. -- Bill Arlofski w...@protonmail.com signature.asc Description: OpenPGP digital signature ___ Bacula-users mailing list Bacula-users

Re: [Bacula-users] Beta Release 11.3.4

2022-06-03 Thread Bill Arlofski via Bacula-users
On 6/3/22 09:51, Josip Deanovic wrote: Could you please say few words about "Job Storage group support" feature. What exactly is that? I tried to search for it on the net, including the documentation but couldn't find anything that would explain what Job Storage group support might be. Regard

Re: [Bacula-users] Bacula Community packages repo, wiki and cdash are offline

2022-06-06 Thread Bill Arlofski via Bacula-users
On 6/6/22 01:55, Eric Bollengier via Bacula-users wrote: Hello, We had a server outage with bacula.org last Friday and since then the server is under heavy maintenance. We were able last week-end to bring back most of the services, except: - Bacula Community package repo - the Bacula wiki - cdas

Re: [Bacula-users] Beta Release 11.3.4

2022-06-08 Thread Bill Arlofski via Bacula-users
On 6/6/22 07:37, Josh Fisher wrote: Why does this choice happen only at job start? I have always thought it should occur at each volume selection, which might alleviate some of the issues with concurrent jobs writing to multi-drive autochangers, particularly when writing to the same pool. Much o

Re: [Bacula-users] Message "Cannot find any appendable volumes"

2022-06-10 Thread Bill Arlofski via Bacula-users
On 6/10/22 05:31, Gestió Servidors wrote: Hi, I would like to know how reconfigure my Bacula v11.0.6 to avoid this message when I run a job: 10-jun 13:15 myserver-sd JobId 5078: Job BackupCatalog.2022-06-10_13.14.28_06 is waiting. Cannot find any appendable volumes. In this case, runnig b

Re: [Bacula-users] How to reclaim volume space occupied by incomplete jobs?

2022-06-11 Thread Bill Arlofski via Bacula-users
On 6/10/22 17:08, Justin Case wrote: Hi there, I am using Bacula since some weeks now, but operationally I am a complete noob. Haven’t run through many use cases yet. Since I have included my laptop as a job the incrementals run relatively quick, but the fulls take long. Sometime I put the la

Re: [Bacula-users] How to reclaim volume space occupied by incomplete jobs?

2022-06-11 Thread Bill Arlofski via Bacula-users
On 6/11/22 15:33, Justin Case wrote: Thank you so much, Bill, for your excellent explanation. It was 100% clear to me what needs to be done. I am happy to tell you that nearly all your proposals are already implemented in my setup. They only bit left to do is to put your scripts in as jobs. I

Re: [Bacula-users] Q: one job for a group of "identical" machines using the same fileset?

2022-06-15 Thread Bill Arlofski via Bacula-users
On 6/15/22 10:21, Justin Case wrote: Hi there, in the age of virtualization and cloud technology such as Kubernetes I would assume that people might have a lot of VMs that use the same setup where they may store container user data under the same path for each machine. While I see that it is

Re: [Bacula-users] Q: fileset "magic" - still weird

2022-06-15 Thread Bill Arlofski via Bacula-users
On 6/15/22 15:23, sruckh--- via Bacula-users wrote:> Below is an example Fileset I use which has includes and excludes. Fileset { Name = "Firewall Full" Include { File = "/" File = "/boot" File = "/home" File = "/var" Options { Compression = "Gzip"

Re: [Bacula-users] Restoring files from S3 problem

2022-06-16 Thread Bill Arlofski via Bacula-users
On 6/16/22 12:28, Anderson, Craig via Bacula-users wrote: I’m attempting to do a restore of all backed up files.  The backups are located in an S3 bucket.  I tried to do the restore both with and without the bootstrap file generated when the full backup was taken. In both cases, the restore fai

Re: [Bacula-users] Has anyone gotten copy jobs between multiple storage daemons working?

2022-06-25 Thread Bill Arlofski via Bacula-users
On 6/24/22 08:08, Helpdesk - Net Products wrote: **Problem Description** Hello Nico, First, congratulations for winning* the contest for longest email on the Bacula Community mailing list. :) *All results are 100% unofficial, and no prizes will be delivered. :) OK, there a lot to parse her

Re: [Bacula-users] Q: How to define a working storage for file volumes across more than 1 device?

2022-06-27 Thread Bill Arlofski via Bacula-users
On 6/27/22 04:41, Justin Case wrote: Hello dear all, Abstractly spoken I need a concept for my Tier 2 to be able to write file volumes to more than just 1 (HDD) Device (or MediaType), filling the HDDs up one after the other. By this I mean that the individual HDDs are -NOT- abstracted away by

Re: [Bacula-users] Restoring files from S3 problem

2022-06-29 Thread Bill Arlofski via Bacula-users
On 6/29/22 16:24, Anderson, Craig wrote: Update: Bill’s instructions worked.  Thank you! Is there any way this information can make its way into the manual? -- Craig Anderson Hello Craig, You're welcome! Glad my email was helpful. The question I have is how/why was part.1 missing? Bacula,

Re: [Bacula-users] Bacula Release 13.0.0

2022-07-04 Thread Bill Arlofski via Bacula-users
On 7/4/22 11:59, Eric Bollengier via Bacula-users wrote: Hello, We are pleased to announce the release of Bacula version 13.0.0. This is a major release of the new stable version. Thank you, Eric. I am now running three instances of v13.0.0 with PostgreSQL, MariaDB, and SQLite3 database back

Re: [Bacula-users] Change expiration date of a single volume

2022-07-15 Thread Bill Arlofski via Bacula-users
On 7/15/22 06:46, Wolfgang Denk wrote: Hi, I would like to reuse a specific volume before it's expiration date. What I do so far is that I purge the volume, then use btape to rewrite the label and this remove the data. This is IMHO more complicated than it should be, especially as I have to use

Re: [Bacula-users] restore options (yesterday, last week, last month)

2022-07-19 Thread Bill Arlofski via Bacula-users
On 7/19/22 11:00, Clouse, Raymond [JT4 LLC] wrote: Can Bacula restore files based on date? That is, can I specify I want file.txt from yesterday, or from last week, or from last month? Is there a way to set up backups to preserve files in this manner? -- Ray Clouse Hello Ray, Yes... Set

Re: [Bacula-users] Q: Connection errors on daily backup with ConnectToDirector

2022-07-19 Thread Bill Arlofski via Bacula-users
On 7/19/22 16:55, Justin Case wrote: > Error: getmsg.c:217 Malformed message: [bsockcore.c:265 Unable to connect to Director daemon on bacula-dir.lan.net:9101. ERR=Connection refused Can you show the whole log line where this is displayed? Curious to know if it is coming from the FD called `r

Re: [Bacula-users] Q: Connection errors on daily backup with ConnectToDirector

2022-07-19 Thread Bill Arlofski via Bacula-users
On 7/19/22 16:55, Justin Case wrote: Error: getmsg.c:217 Malformed message: [bsockcore.c:265 Unable to connect to Director daemon on bacula-dir.lan.net:9101. ERR=Connection refused Hello Justin, My guess is that the FD is configured to call the Director, and it tries, but fails either due t

Re: [Bacula-users] Q: Connection errors on daily backup with ConnectToDirector

2022-07-20 Thread Bill Arlofski via Bacula-users
 It will try to connect every 5 seconds until it succeeds. Why every 5 seconds? The FD config has ReconnectionTime = 40 min Let me remove this clause and restart the FD. Maybe it helps. Hello Justin, Don't confuse the two different things. On startup, the FD will immediately attempt to co

Re: [Bacula-users] Q: Connection errors on daily backup with ConnectToDirector

2022-07-20 Thread Bill Arlofski via Bacula-users
Justin, I know what you told us, but I think we have a situation that I (and Martin) described: - FD cannot connect to Director due to firewall - Director CAN connect to FD (I know, I know... :) - Job starts, Director connects to FD and receives all the queued "Cannot connect" messages - Job

Re: [Bacula-users] Q: Connection errors on daily backup with ConnectToDirector

2022-07-20 Thread Bill Arlofski via Bacula-users
Thank you for the feedback and the test, Justin. AS you can imagine, we need to be 100% sure to clear up all possible questions to be able to better understand the whole picture. Plus, it's an interesting topic/issue you have here. :) Best regards, Bill -- Bill Arlofski w...@protonmail.com

Re: [Bacula-users] Q: Connection errors on daily backup with ConnectToDirector

2022-07-25 Thread Bill Arlofski via Bacula-users
On Monday, July 25th, 2022 at 08:54, Martin Simmons wrote: > > You could try running bacula-fd with debugging output. Unfortunately, > it doesn't include timestamps, but you can do it like this: Hey Martin, Not sure if this is recent or not, but: 8< $ /opt/comm-bacula/sbin/bacula-fd -? C

Re: [Bacula-users] running Bacula client on Synology

2022-08-02 Thread Bill Arlofski via Bacula-users
On 8/2/22 13:00, Phil Stracchino wrote: > point-and-drool web management interface, YOINK! which I quickly found to be full of You Can't Do That.) YOINK! https://www.youtube.com/watch?v=CJh1hmmLLzw Thanks Phil. I needed the laughs and the quotes to steal today. :) Best regards, Bill

Re: [Bacula-users] bsmtp from within a container

2022-08-02 Thread Bill Arlofski via Bacula-users
On 8/2/22 13:16, Justin Case wrote: I run the mailserver put its basically a tightly baked postfix dovecot under Synology DSM UI. So I won’t manually change config files. But “Ignore authorization for LAN connections” sounds reasonable, I have activated that now. Lets see if that helps. (BTW,

Re: [Bacula-users] Silly question from newbie

2022-08-25 Thread Bill Arlofski via Bacula-users
On 8/25/22 15:54, Josip Deanovic wrote: > You also mentioned that your backup is going to disks and to tapes. Unless something changed in the newer versions of Bacula, the space on the tape volumes as well as the data on the disk/file volumes will not be reclaimed until the whole volume is recycl

Re: [Bacula-users] Same job, two storages

2022-09-14 Thread Bill Arlofski via Bacula-users
On 9/14/22 05:12, Guilherme Santos wrote: Hey guys, could anyone give me a hand? This is my scenario... I have a client that, some times, loses the connectivity with the storage1 but it has with storage2. Could I let configured storage2 as a "backup" using only one job? Thanks! Hello Guilher

Re: [Bacula-users] When generating several copy jobs for a backup job, director takes wrong pool

2022-09-14 Thread Bill Arlofski via Bacula-users
On 9/14/22 07:08, Justin Case wrote: Hello Justin, I noticed that your t1-pool-full has a wrong NextPool defined. It is pointing to itself: Pool { Name = “t1-pool-full" PoolType = "Backup" LabelFormat = “t1-full-" ActionOnPurge = "Truncate" MaximumVolumes = 100 MaximumVolume

Re: [Bacula-users] File permissions for bacula-sd /var/backups

2022-09-22 Thread Bill Arlofski via Bacula-users
On 9/22/22 09:41, Pollard, Jim wrote: I’ve inherited this system so I’m piecing things together.  It looks like bacula-sd had previously been running as root.  The current permissions on the /var/backups directory and volumes are root:root.  Running systemctl start bacula-sd seems to be running

Re: [Bacula-users] Is volume retention set only at the creation of the volume?

2022-09-22 Thread Bill Arlofski via Bacula-users
Hello Jim, After making pool modifications you should do: * reload (of course :) * update pool= (for each modified pool) * update volume fromallpools (to update all volumes existing in all pools to inherit the pool new settings like retention periods) Hope this helps! Bill -- Bill Arl

Re: [Bacula-users] Is volume retention set only at the creation of the volume?

2022-09-22 Thread Bill Arlofski via Bacula-users
On 9/22/22 13:19, Pollard, Jim wrote: Thanks very much.  Sounds like I’m on the right track. And you can do: * ll volume= to see all the current settings on a volume Best regards, Bill -- Bill Arlofski w...@protonmail.com signature.asc Description: OpenPGP digital signature ___

Re: [Bacula-users] Console backup job requests manual label even though configuration enable automatic labeling

2022-09-30 Thread Bill Arlofski via Bacula-users
Hello Bruce, I see this in your Pool: 8< Maximum Volumes = 4 8< Check the backup log. Newer versions of Bacula will tell you something along the lines of "Maximum volumes in pool reached, cannot create a new volume", and then you will get the mount/label request. Also, in bco

Re: [Bacula-users] Bacula Client Behind NAT

2022-10-17 Thread Bill Arlofski via Bacula-users
On 10/17/22 13:14, Rodrigo Reimberg via Bacula-users wrote: > Telnet from DIR to FD on port 9102 not ok, I’m using ConnectToDirector parameter. Hello Rodrigo, Of course this will not work. The client is behind NAT, and the Director cannot connect to it on port 9102 (or any other port :). A

Re: [Bacula-users] Bacula Client Behind NAT

2022-10-18 Thread Bill Arlofski via Bacula-users
Hello Josh! Maybe. However, it depends on what the client is doing. If the client goes into sleep-mode, it will not re-establish the connection after the ReconnectionTime. In that case, the Director would not have an active socket and so may well try to establish one. This does not seem to be

Re: [Bacula-users] Bad caps from SD: auth cram-md5

2022-10-18 Thread Bill Arlofski via Bacula-users
On 10/18/22 04:59, Kees Bakker via Bacula-users wrote: Hi, Recently I upgraded one system to CentOS 9 stream which has bacula-client 11.0.1 I'm using the same PKI config as before (CentOS 7 with bacula-client 5.2.13) The director and the storage server have bacula 9.4.2. Other clients (Ubuntu a

Re: [Bacula-users] Bacula Client Behind NAT

2022-10-18 Thread Bill Arlofski via Bacula-users
Hello Josh (everyone else too), I can confirm that if the FD --> DIR connection is opened, then the Director does use this socket to communicate to the FD. However, the "Connecting to Client..." message does not change, and incorrectly (IMHO) reports that it is making an outbound connection to

Re: [Bacula-users] Backup volume creation permissions

2022-10-20 Thread Bill Arlofski via Bacula-users
On 10/20/22 13:06, Chris Wilkinson wrote: I wonder if someone could enlighten me on what determines the permissions that cloud backup local cache volume directories are created with. I'm seeing that new volumes are created as bacula:tape 740 in the cache directory. The cache directory is bacul

Re: [Bacula-users] Backup volume creation permissions

2022-10-20 Thread Bill Arlofski via Bacula-users
On 10/20/22 16:15, Chris Wilkinson wrote: Thanks for digging this out of the sources, I don't know Bacula well enough to have done that. It seems a wierd choice to hardcode that. I compiled from source as it's on Raspian64 so I could patch and rebuild as you suggest. There may be more to it tha

Re: [Bacula-users] Backup volume creation permissions

2022-10-22 Thread Bill Arlofski via Bacula-users
On 10/22/22 06:01, Chris Wilkinson wrote: I'll have to do as Bill suggested and add a lower priority run script to change the directory perms to 755. That seems like my best option. Thanks to all. Happy to help! Best regards, Bill -- Bill Arlofski w...@protonmail.com signature.asc Descr

Re: [Bacula-users] Newbie Question

2022-11-18 Thread Bill Arlofski via Bacula-users
On 11/18/22 13:14, Don Hammer wrote: I have got Bacula 13.01 installed and am able to run backups. I have HP autoloader configured with the volumes labeled with the tape barcodes. I have created a new backup schedule and I need to perform full backups so I can take the tapes offsite for disaste

Re: [Bacula-users] Separation of bacula-dir and Catalog service

2022-11-21 Thread Bill Arlofski via Bacula-users
On 11/21/22 02:16, Yateen Shaligram Bhagat (Nokia) wrote: Hi all, We are using Bacula 9.4 on Centos. At the moment the bacula-dir and the catalog service (PgSQL server) are co-located  on one single host. For optimization reasons, we need to move the PgSQL server to another server (FreeBSD b

Re: [Bacula-users] Volume use order

2022-11-22 Thread Bill Arlofski via Bacula-users
On 11/22/22 01:52, Mag. Dr. Karl Kashofer wrote: Hi ! I created a pool of three volumes from LTO7 tapes. I used the barcodes of the tapes which are in ascending order. The tapes were added to the pool in the same order, so tape 001 has MediaID 1, tape 002 has MediaID 2 etc. This was done using b

Re: [Bacula-users] Storage Management

2022-11-23 Thread Bill Arlofski via Bacula-users
On 11/23/22 10:19, Nick Bright wrote: > Speculating this has to do with retention, I turned my retention for both Jobs and Files down to 7 days, but still 'nothing to truncate' is the output. Yes... After reloading the Director's config and doing "update pool=" for the pool(s) you have up

Re: [Bacula-users] Storage Management

2022-11-23 Thread Bill Arlofski via Bacula-users
Hello Nick, For the pool you showed us, the VolRetention is `31,536,000` seconds. This is not 7 days, but 1 year. You may need to restart your Director, then perform the steps in my previous email again to see the results you are looking for. For VolRetention, you should see `604800` which is

  1   2   3   >