Re: [Bacula-users] List deleted files

2025-05-23 Thread Rob Gerber
bls of volumes should output text describing files added, files deleted, etc. Grep of this output should give only files deleted. bls takes some time to run, so maybe dump output to a text file, then grep it. I think 'bls - j volumename' should give a more condensed output only saying what jobids

[Bacula-users] Duplicated file in Bacularis?

2025-05-20 Thread Rob Gerber
Marcin, I have found something strange. For bacularis 4.4.0 (installed via composer), in /var/www/bacularis-app/protected/vendor/bacularis/bacularis-api/API/Modules I have found two files named similarly, with only the case of the second letter being different. The files appear to be the same. $

Re: [Bacula-users] "Read error" on long backups of Windows clients

2025-05-18 Thread Rob Gerber
Good morning, Andrea! In this email I will concentrate on two different issues with one name: 'free space'. Please keep the following concepts in mind when reading this email. 1. *Available space allocated to VSS for VSS writers to use.* VSS writers will not use more space than this, and will dele

Re: [Bacula-users] Bacula on Fedora/SELinux

2025-05-11 Thread Rob Gerber
Ismael, That is a strange problem. I would guess that the bacula packages installed in fedora are not 'selinux aware' and aren't setting the correct contexts for you. I am running bacula 13.0.3 and 15.0.2 on multiple rocky linux 9.x based machines. Rocky linux is based on RHEL (as I am sure you k

Re: [Bacula-users] Bacula on Fedora/SELinux

2025-05-11 Thread Rob Gerber
On Sun, May 11, 2025 at 11:05 AM Rob Gerber wrote: > Ismael, > > That is a strange problem. I would guess that the bacula packages > installed in fedora are not 'selinux aware' and aren't setting the correct > contexts for you. > > I am running bacula

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

2025-05-06 Thread Rob Gerber
Hello, I hope someone can shed some light on this. I have a couple windows clients that I just starting backing up. During initial full backups, I am getting a few errors about a Onedrive folder (see below). I understand from my experience with other backup providers (Barracuda) that Onedrive is

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

2025-03-27 Thread Rob Gerber
ould be the safest. I'll go read the manual for each of these options more thoroughly later. Thank you for your help! Regards, Robert Gerber 402-237-8692 r...@craeon.net On Thu, Mar 27, 2025 at 5:14 AM Josh Fisher wrote: > > > On 3/26/25 17:58, Rob Gerber wrote: > > Josh,

Re: [Bacula-users] Windows Client

2025-03-27 Thread Rob Gerber
Jonathan, In principle, yes, it is possible for bacula to back up to S3 compatible cloud storage providers. However, there are some caveats. The short answer is: Yes, you can run bacula cloud backup and copy jobs with S3 compatible storage as a target, IF you are running the bacula Director (DIR

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

2025-03-26 Thread Rob Gerber
ld use a solution that doesn't necessitate micromanaging things. Regards, Robert Gerber 402-237-8692 r...@craeon.net On Wed, Mar 26, 2025 at 9:04 AM Josh Fisher wrote: > > On 3/25/25 14:35, Rob Gerber wrote: > > Josh, > > Here you go. Thank you! > > *My Synology-Local autochange

Re: [Bacula-users] Automating Windows fd Client Installation

2025-03-26 Thread Rob Gerber
Cole, I am also playing around in proxmox, and separately, with bacula windows FDs. This topic is interesting to me and obviously merits attention for anyone seeking to deploy bacula FDs on a broader basis in windows. I hadn't previously dug into automated windows bacula FD installation, so last

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

2025-03-25 Thread Rob Gerber
ncurrentJobs = 5 DriveIndex = 5 AutoSelect = no # this drive will not be used by backups so it will remain available for restores. } Autochanger { ChangerCommand = "/dev/null" ChangerDevice = "/dev/null" Name = "Synology-Local" Device = "Synology-Local-00

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

2025-03-25 Thread Rob Gerber
While I don't know if it'll be useful to anyone, I have uploaded my bacula.log file to google drive. It weighs in at 15MB. If you think it's worth digging through this, please keep in mind that I've reset this bacula testing system multiple times as I updated the configuration, and my most recent r

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

2025-03-25 Thread Rob Gerber
*Joblogs from jobs 662 and 663 (copied directly out of bacula.log):* 20-Mar 23:05 td-bacula-dir JobId 662: Start Backup JobId 662, Job=Backup-win11-base-fd-job.2025-03-20_23.05.01_40 20-Mar 23:05 td-bacula-dir JobId 662: Connected to Storage "Synology-Local" at td-bacula:9103 with TLS 20-Mar 23:05

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

2025-03-25 Thread Rob Gerber
*My (plausibly relevant) bacula resources:* Client { Name = "win11-base-fd" Address = "win11-base" FdPort = 9102 Password = [REDACTED] Catalog = "MyCatalog" AutoPrune = yes } Client { Name = "akita-fd" Address = "akita.3vlnt" FdPort = 9102 Password = [REDACTED] Catalog = "MyCa

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

2025-03-25 Thread Rob Gerber
*Analysis:* in bconsole with a Gary's oldest volume query, Volume Synology-Local-Inc-0250 shows status of 'purged', no 'lastwritten' date, no expiry date, and size of 278b. *query 2 Using Catalog "MyCatalog" +-+--++--+--+-

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

2025-03-25 Thread Rob Gerber
[edit]: sending this in several messages because of list message length limit I have a problem, and I don't know what to think about it. Bacula 15.0.2, running on Rocky linux 9. This is a testing system running in a VM on a synology NAS. Volumes are stored on the NAS in a samba share. Occasional

Re: [Bacula-users] needed tapes

2025-03-20 Thread Rob Gerber
I haven't seen it explicitly explained in this thread, so here is some information about the bconsole query command. Throughout this email, I will assume you installed bacula using the bacula community repositories, which installs bacula in the /opt/bacula/ folder by default. If your bacula files

Re: [Bacula-users] needed tapes

2025-03-20 Thread Rob Gerber
Stefan, Here is some information to assist with crafting postgres sql queries. The postgres psql shell provides tools to look up tables and their columns so you know what keywords to specify in your queries. You can also easily test queries and get feedback. psql will tell you when you've made a s

Re: [Bacula-users] [OT?] Enable hardware encryption on RDX...

2025-03-12 Thread Rob Gerber
If you are running bacula 15.x, they added zstd compression. In my tests zstd compression was as fast as lzo and as good as gzip. So if you can try zstd in bacula 15.x, I definitely recommend it. Otherwise, your choices for software compression are: gzip: good for space saving, but slower. lzo: le

Re: [Bacula-users] job dies with ERR=error:0A000119:SSL routines::decryption failed or bad record mac

2025-03-05 Thread Rob Gerber
Robert Gerber 402-237-8692 r...@craeon.net On Wed, Mar 5, 2025, 8:06 AM Dan Langille wrote: > On Tue, Mar 4, 2025, at 11:03 PM, Rob Gerber wrote: > > I don't think that the problem is in bacula, for sure. I suspect other > traffic over the link might be similarly impac

Re: [Bacula-users] job dies with ERR=error:0A000119:SSL routines::decryption failed or bad record mac

2025-03-04 Thread Rob Gerber
I don't think that the problem is in bacula, for sure. I suspect other traffic over the link might be similarly impacted. My searching indicated that 0a000119 is a generic openssl error. Could be many things. I might be suspicious of the openssl version or implementation installed on your new route

Re: [Bacula-users] needed tapes

2025-03-03 Thread Rob Gerber
In this email I will give some examples on how to send a command to bconsole from within a shell script. I will attach one of my shell scripts that *DOES NOT do what you need.* It is provided only as an example of how a shell script could be made to interact with bacula. There is some error checkin

Re: [Bacula-users] needed tapes

2025-03-03 Thread Rob Gerber
Stefan, Can you share some details about your current process to predict what media will be needed, including information about your pools and volumes inside them? I am not aware of a tool that forecasts what media will be needed by jobs scheduled in the future, but that doesn't mean that such a

Re: [Bacula-users] baculabackupreport ini variable quoting issue

2025-02-25 Thread Rob Gerber
25, 6:23 PM Bill Arlofski via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > On 2/25/25 5:05 PM, Rob Gerber wrote: > > Bill, I'm adopting your baculabackupreport python script and I've found > some strange behavior. > > > > I have copy and paste

[Bacula-users] baculabackupreport ini variable quoting issue

2025-02-25 Thread Rob Gerber
Bill, I'm adopting your baculabackupreport python script and I've found some strange behavior. I have copy and pasted some variables from the script into the ini file. I didn't change many of the ones I pasted in, I more wanted to 'bookmark' them by putting them in the ini file so I could find the

Re: [Bacula-users] Bacula cloud

2025-02-23 Thread Rob Gerber
I've been thinking and the conclusion I reached is that it's generally understandable that bacula doesn't fail backup or copy jobs that have failed part uploads. It's also understandable that bacula wouldn't 'fail' an admin job if the admin job ran into trouble in its script. After all, how should

Re: [Bacula-users] Bacula cloud

2025-02-23 Thread Rob Gerber
Bill, Awesome. I'll check it out tomorrow. Regards, Robert Gerber 402-237-8692 r...@craeon.net On Sun, Feb 23, 2025 at 1:38 PM Bill Arlofski wrote: > @Rob Gerber, all... > > I have just pushed a new feature which will notify on Cloud jobs with > cloud part transfer errors.

Re: [Bacula-users] Bacularis feature request - keep comments?

2025-02-23 Thread Rob Gerber
Marcin, Thank you for the reply. That is all interesting information. I wasn't aware of the description or tag functionality. I will look into this. Regards, Robert Gerber 402-237-8692 r...@craeon.net On Sat, Feb 22, 2025 at 12:09 PM Marcin Haba wrote: > On Sat, 22 Feb 2025 at 18

Re: [Bacula-users] Bacula cloud

2025-02-22 Thread Rob Gerber
replies inline below. A lot of things can affect reliability, and who knows, maybe there are > intermittent issues during backup jobs and cloud > volume part uploads which are out of your control causing some parts to > fail to be uploaded during the backup job itself, but > those issues do not

Re: [Bacula-users] Bacula cloud

2025-02-22 Thread Rob Gerber
Replies inline below. Regards, Robert Gerber 402-237-8692 r...@craeon.net On Thu, Feb 20, 2025 at 8:40 PM Marcin Haba wrote: > On Fri, 21 Feb 2025 at 03:21, Rob Gerber wrote: > > I'm using the s3 driver instead of the amazon driver. I read that the > new amazon driver is muc

[Bacula-users] Bacularis feature request - keep comments?

2025-02-22 Thread Rob Gerber
Hello, Starting a new thread for this subject. I don't usually use bacularis to edit director or storage resources because it strips out all the comments (baculum also does this, IIRC). I understand why it does that, since it has to parse the configuration and by definition the data after a # sig

[Bacula-users] Bacula cloud

2025-02-20 Thread Rob Gerber
Hello, Bacula 15.0.2 running on Rocky linux 9.4. I'm setting up a system that I will eventually deploy for a customer. This system is currently in the testing phase and nothing on it matters - yet. I have a set of jobs and resources that write to local file volumes. After the local backup jobs are

Re: [Bacula-users] change of hostname

2025-02-19 Thread Rob Gerber
That error means that bacula is unable to resolve the hostname of the client specified. >From the manual (buried on page 670-something, so pdf search is your friend): DE0060 Network connection error. Unable to resolve hostname via gethostbyname. I would suggest checking the bacula-dir.conf client

Re: [Bacula-users] data encryption support

2025-02-17 Thread Rob Gerber
Adam, I don't know for sure how to check if the default binaries supplied by Debian support encryption out of the box. I would suspect that the packages support SSL since that is a secure default. I do advise that you consider adding the bacula community repository and using a newer version of ba

Re: [Bacula-users] Compare backup with actual data on client

2025-02-16 Thread Rob Gerber
Sebastian, Verify jobs of type DiskToCatalog don't need any volumes or tapes. They only reference the catalog for file dates/times/sizes /hashes and check the information found against the filesystem. Please note that the means of this verification might be configurable with a fileset option, so p

Re: [Bacula-users] Bacula Backup Problem

2025-01-15 Thread Rob Gerber
uses. Robert Gerber 402-237-8692 r...@craeon.net On Wed, Jan 15, 2025, 8:31 AM Rob Gerber wrote: > Hello Gina, > > Sorry, your screenshot did not come through. I think the mailing list > restricts large files. Maybe try uploading somewhere else and post the link > here? > > Ro

Re: [Bacula-users] Bacula Backup Problem

2025-01-15 Thread Rob Gerber
Hello Gina, Sorry, your screenshot did not come through. I think the mailing list restricts large files. Maybe try uploading somewhere else and post the link here? Robert Gerber 402-237-8692 r...@craeon.net On Wed, Jan 15, 2025, 8:26 AM Gina Costa wrote: > Hi, > > I´m using Bacula 9.6.5, and I

Re: [Bacula-users] Signatures and Verify options within FIleset Options

2025-01-09 Thread Rob Gerber
Thank you for bringing this up, John, and thank you for reviewing the code, Martin. I have submitted a documentation bug report in the bacula gitlab. Regards, Robert Gerber 402-237-8692 r...@craeon.net On Thu, Jan 9, 2025 at 6:33 AM Martin Simmons wrote: > According to the code, it also allow

Re: [Bacula-users] retention strategy

2025-01-09 Thread Rob Gerber
rber 402-237-8692 r...@craeon.net On Thu, Jan 9, 2025 at 11:49 AM Rob Gerber wrote: > I think there will no problem having one set of pools per FD, but maybe it > increases complexity for you. Otherwise, no space savings. > > I have a couple ideas. > > 1. Bacula has the 'aligned&

Re: [Bacula-users] retention strategy

2025-01-09 Thread Rob Gerber
ase, thank you for all the efforts you make to help me. Even if > I'm not sure I understand everything. > I'm still thinking about all this and if anyone else wants to shed some > light, don't hesitate. > > Regarding ZSTD, I confirm that it is already installed, call

Re: [Bacula-users] retention strategy

2025-01-08 Thread Rob Gerber
Maybe someone else can share some knowledge about how to make an admin job to delete / recycle volumes in status purged. Regards, Robert Gerber 402-237-8692 r...@craeon.net On Wed, Jan 8, 2025 at 5:27 PM Rob Gerber wrote: > Replies below. :) > Regards, > Robert Gerber > 402-

Re: [Bacula-users] retention strategy

2025-01-08 Thread Rob Gerber
Replies below. :) Regards, Robert Gerber 402-237-8692 r...@craeon.net On Wed, Jan 8, 2025 at 4:03 PM Christophe PEREZ via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > Le mercredi 08 janvier 2025 à 14:46 -0600, Rob Gerber a écrit : > > Christophe, > > Hi Rob,

Re: [Bacula-users] retention strategy

2025-01-08 Thread Rob Gerber
Christophe, I will try to help. See replies below. On Wed, Jan 8, 2025 at 9:48 AM Christophe PEREZ via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > I would like to apply some job/file retention strategy but I don't know > how. > Here is what I would like: > I know you said you ha

Re: [Bacula-users] dummy job

2025-01-06 Thread Rob Gerber
Dummy resources are certainly possible. A fileset like you describe could simply lack any file definitions. It's that simple, I think. Bill A has some dummy definitions he uses, and I've adopted them. I've pasted a past email from Bill on this subject below. The words below this line were written

Re: [Bacula-users] full job runs again right after previous full job???

2025-01-02 Thread Rob Gerber
2-237-8692 r...@craeon.net On Thu, Jan 2, 2025 at 9:02 AM Arno Lehmann via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > Hi Rob, > > Am 30.12.2024 um 04:34 schrieb Rob Gerber: > > Happy new year, everyone! > > > > I have a testing environment that I&#x

Re: [Bacula-users] Incremental SQLite backups? (Thunderbird/Firefox/Mozilla)

2025-01-01 Thread Rob Gerber
Scar, I can't speak to sqlite because I don't know much about it. However, I would agree that merely backing up the databases in question could be risky for the reasons you stated. Performing incremental backups of the databases in Firefox and Thunderbird could be a significant challenge. While y

Re: [Bacula-users] Fwd: Bacula: Backup Fatal Error of Client:qnap-data Fileset:qnap-data Differential

2024-12-31 Thread Rob Gerber
We probably aren't able to test this because you have purged the relevant jobs, but I would have been curious to see what a data verify job would have found. Perhaps the original backup job was corrupted in the volume somewhere? This is only a guess, and not an informed experience-based supposition

[Bacula-users] full job runs again right after previous full job???

2024-12-29 Thread Rob Gerber
Happy new year, everyone! I have a testing environment that I'm assembling for a client. Bacula 15.0.2, running in a rocky linux vm on a synology DS423+. I have tested backups with a windows FD using a windows VM running windows 11. This went well. A few days ago I added one of my windows 11 work

Re: [Bacula-users] unchanged files backed up multiple times

2024-12-13 Thread Rob Gerber
13.12.2024 um 13:02 schrieb Rob Gerber: > > Everyone, > > Thank you very much for all the help with this interesting problem and > > for your advice. > > > > Arno, > > that query very quickly returned 443123 lines. Looking through them, > > some were

Re: [Bacula-users] unchanged files backed up multiple times

2024-12-13 Thread Rob Gerber
P0j TaAhK IHw B Pu Pw A MQ2A6aB BAA BiGwPA BmNcn/ BmB6gd BnQLI1 A A C P0j TaAhK IHw B Pu Pw A MQ2A6aB BAA BiGwPA BmB6ge BmB6gd BmB6ge A A C P0j TaAhK IHw B Pu Pw A MQ2A6aB BAA BiGwPA BnQXpa BmB6gd BnQLI1 A A C Regards, Robert Gerber 402-237-8692 r...@craeon.net On Fri, Dec 13, 202

Re: [Bacula-users] unchanged files backed up multiple times

2024-12-13 Thread Rob Gerber
Everyone, Thank you very much for all the help with this interesting problem and for your advice. Arno, that query very quickly returned 443123 lines. Looking through them, some were longer than others. I wanted to count total entries for lstat, and they number around 2 million. So your query acc

Re: [Bacula-users] unchanged files backed up multiple times

2024-12-12 Thread Rob Gerber
20 PM Bill Arlofski via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > On 12/12/24 3:28 PM, Rob Gerber wrote: > > Hello, > > > > A few very large files don't appear to have changed since the last full > backup, yet are being backed up repeatedly b

[Bacula-users] unchanged files backed up multiple times

2024-12-12 Thread Rob Gerber
Hello, A few very large files don't appear to have changed since the last full backup, yet are being backed up repeatedly by incremental / differential backups. Why? Details: I am using bacula to backup a fileserver for one of my customers. For the primary share, I am using a full/diff/inc backup

[Bacula-users] 15.0.x amazon driver usable with non-amazon s3 services?

2024-12-04 Thread Rob Gerber
Hello, Does the new bacula amazon driver work with non-amazon s3 endpoints? I ask because I was trying to use the amazon driver with backblaze's s3 compatible API and I got errors like this: td-bacula-sd JobId 40: Cloud Upload transfers: td-bacula-sd JobId 40: Error: test-group-user-bucket1-0012/

Re: [Bacula-users] Verify job error

2024-12-04 Thread Rob Gerber
Lionel, A few notes from my time learning about verify jobs: As said by Justin, you must have at least one job of type verify in your bacula-dir.conf. I tried to just change the job type at runtime and it didn't work correctly, as you have found. There are several verification levels: initcatalo

Re: [Bacula-users] SD volume encryption documentation

2024-12-04 Thread Rob Gerber
@craeon.net On Mon, Dec 2, 2024 at 1:00 PM Rob Gerber wrote: > Bill, > > Thanks for the reply. I've entered an issue on the bacula gitlab here > <https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/issues/2736>. > > > I'll experiment with the

[Bacula-users] Object lock / s3 immutability for cloud backup

2024-12-04 Thread Rob Gerber
Hello, I am attempting to implement a bacula cloud backup solution using backblaze's b2 s3 compatible storage. I want to have different object lock periods defined for Full, Differential, and Incremental backups. My primary goal is to defend against a hypothetical ransomware threat that could atte

Re: [Bacula-users] SD volume encryption documentation

2024-12-02 Thread Rob Gerber
r 402-237-8692 r...@craeon.net On Tue, Nov 26, 2024 at 4:15 PM Bill Arlofski via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > On 11/26/24 2:02 PM, Rob Gerber wrote: > > Hello, > > > > In > https://www.bacula.org/15.0.x-manuals/en/main/main.pdf#subsection.2

[Bacula-users] SD volume encryption documentation

2024-11-26 Thread Rob Gerber
Hello, In https://www.bacula.org/15.0.x-manuals/en/main/main.pdf#subsection.2.0.2 I saw mention of a new feature for storage daemon volume encryption. However, the section references documentation locations that don't exist "??". Does this documentation exist at this time, or is it coming later?

Re: [Bacula-users] windows nt 4.0 fd binary?

2024-11-22 Thread Rob Gerber
Pieter and Josh, Thank you both for your help. I'll experiment with these binaries and see what happens. Robert Gerber 402-237-8692 r...@craeon.net On Fri, Nov 22, 2024, 9:29 AM Josh Fisher via Bacula-users < bacula-users@lists.sourceforge.net> wrote: > > > > On 11/

[Bacula-users] windows nt 4.0 fd binary?

2024-11-21 Thread Rob Gerber
Hello, Does anyone have a link to a windows FD binary that supports windows NT 4.0? For one of my customers, I support a windows NT 4.0 (SP6?) machine. This device is mission critical for my customer to operate a CNC milling machine. I've taken what steps I can to isolate the machine from the net

Re: [Bacula-users] SD won't start after upgrade

2024-11-21 Thread Rob Gerber
D09, Is bacula a member of the disk group? What output do you have for the following: id bacula # show groups for user bacula sudo ls -lah /opt/bacula/etc sudo ls -lah /opt/bacula/working ps aux|grep bacula My output for the same is below. This is a new installation of bacula on rocky 9.4, using

Re: [Bacula-users] public key error trying to install bacula-client

2024-11-10 Thread Rob Gerber
EL9 / centos stream 9 / etc has deprecated use of SHA1 for package signing. The bacula community key has not yet been updated. Your choices are: 1. Enable using sha1 (see link https://serverfault.com/questions/1095898/how-can-i-use-a-legacy-ssh-rsa-key-on-centos-9-stream). Please note that sha1 i

Re: [Bacula-users] Force incremental to resume from where it left off

2024-11-08 Thread Rob Gerber
A fileset in bacula does not have to be specific to one job. I understand that in your case it is specific to one or more jobs, and one server in particular, but it doesn't have to be job specific. For example you could back up many systems with one fileset if you only wanted to back up the same fi

Re: [Bacula-users] Force incremental to resume from where it left off

2024-11-08 Thread Rob Gerber
I had a scenario sort of like this. My backup environment involves a bacula FD running on a server and that server connects to a NAS appliance via SMB. This is the only access I have to that NAS appliance, so I cannot run an FD locally on the appliance. I ran into some system issues in my original

Re: [Bacula-users] Installing Debian Binaries - access-key email not received

2024-10-31 Thread Rob Gerber
? I can download the debs but no key. > > -Chris > > On Thu, 31 Oct 2024, 21:27 Rob Gerber, wrote: > >> The email malfunctions sometimes. no idea why. >> >> After you enter the contact information, look carefully at the page that >> loads right after that.

Re: [Bacula-users] Installing Debian Binaries - access-key email not received

2024-10-31 Thread Rob Gerber
The email malfunctions sometimes. no idea why. After you enter the contact information, look carefully at the page that loads right after that. your key is in the link in the middle of the page. I believe it says something like "click here". Regards, Robert Gerber 402-237-8692 r...@craeon.net

Re: [Bacula-users] (My) Job pruning seems not to work as intended

2024-10-21 Thread Rob Gerber
Justin, I don't have answers to all your questions (really, to any of your specific questions, anyhow). I do have some thoughts, though. Please keep in mind that compared to many on this list, I'm a bacula novice. I might get something wrong. I also haven't entirely understood the problems you're

Re: [Bacula-users] bacula rescue cdrom source code

2024-08-23 Thread Rob Gerber
Another thing of note is the Relax and Recover (rear) project. It's capable of building full system images using tar, or just recreating the partitions on the host system prior to you doing a full fileset restore using Bacula. relax-and-recover.org Robert Gerber 402-237-8692 r...@craeon.net On

Re: [Bacula-users] Bacula 15.0.2 and Baculum 11.0

2024-08-18 Thread Rob Gerber
ownloads/baculum/ > > A newer version of Baculum is nowhere to be found. :( > > --- > > On 8/18/2024 12:58 PM, Rob Gerber wrote: > > Dirk, > > > > Baculum packages should be available from this official bacula > > repository. To get access together repositor

Re: [Bacula-users] Bacula 15.0.2 and Baculum 11.0

2024-08-18 Thread Rob Gerber
and thanks. > > --- > > > On 8/18/2024 11:01 AM, Rob Gerber wrote: > > Enrico, > > > > I don't know if baculum 11 is compatible with bacula 15.0.2. I suspect > not. > > > > There is a newer version of baculum. It is available from the communit

Re: [Bacula-users] Bacula 15.0.2 and Baculum 11.0

2024-08-18 Thread Rob Gerber
Enrico, I don't know if baculum 11 is compatible with bacula 15.0.2. I suspect not. There is a newer version of baculum. It is available from the community repository, same as the other bacula project binaries. You could also look into bacularis, which is a friendly fork of baculum by one of the

Re: [Bacula-users] Bacula suddenly running very slow

2024-08-07 Thread Rob Gerber
That's an option, but if you wanted to confirm that db performance after your catalog filled up wasn't a factor you could run a backup first. Maybe isolate / protect your current volumes first? Not sure how to go about that. Maybe check permission mask for future restoration and 'chmod 000 Your-vol

Re: [Bacula-users] Bacula suddenly running very slow

2024-08-07 Thread Rob Gerber
What about filesystem performance on your volume or db host(s)? Failing drives get slower sometimes. Robert Gerber 402-237-8692 r...@craeon.net On Wed, Aug 7, 2024, 3:21 PM Rob Gerber wrote: > That's an option, but if you wanted to confirm that db performance after > your catalo

Re: [Bacula-users] Bacula suddenly running very slow

2024-08-07 Thread Rob Gerber
so, I could use the bacula create > tables script first. > > -Chris > > On Wed, 7 Aug 2024, 13:01 Rob Gerber, wrote: > >> In my experience running bacula 13.0.x with postgres, catalog restoration >> has been generally fairly easy. I am not a database expert at all

Re: [Bacula-users] Bacula suddenly running very slow

2024-08-07 Thread Rob Gerber
In my experience running bacula 13.0.x with postgres, catalog restoration has been generally fairly easy. I am not a database expert at all. >From memory, on my phone, while on vacation, so double check stuff yourself: Take a new catalog backup unless you are absolutely certain that your most rec

Re: [Bacula-users] Problems with Mount tapes

2024-08-05 Thread Rob Gerber
When I have seen this before it is becuase bacula has old information about the tape location. Like if the tape was added to the changer or moved to a different slot using the tape changer web interface or front panel, but bacula's knowledge of tape inventory was not refreshed. In those cases i hav

Re: [Bacula-users] binaries for Ubuntu 24.04

2024-07-05 Thread Rob Gerber
For 13.0.4 and 15.0.2 I do see that there are packages from Debian 12 bookworm. I do not see packages for Ubuntu 24.04 (Noble Number), though I do see packages for Ubuntu 22.04 Jammy Jellyfish. You can browse the repositories using your own custom repository URL to see what packages are available

Re: [Bacula-users] bacula client vs server version

2024-07-04 Thread Rob Gerber
I don't know if that would work since I haven't used the old 9.6x bacula binaries. I do see that the client is only a tiny bit newer than the server. Personally, I suspect that if the server checks versions, it will refuse to work. Maybe try to see if a slightly older version of the client is avail

Re: [Bacula-users] Does anybody have a working Linux ISO that will allow me to restore from an offsite Bacula backup?

2024-06-25 Thread Rob Gerber
Good morning, Myles. I have a few thoughts that might contribute to recovering from this situation. 1. Sounds like the element.io installer hosed up your nginx web server files (which bacularis relies upon). Please note that because bacularis isn't integral to the function of bacula itself, the b

Re: [Bacula-users] I Can't get the access key

2024-06-06 Thread Rob Gerber
Anderson, Go here and put in your name and email address. https://www.bacula.org/bacula-binary-package-download/ Once you enter your name and email and click submit, the page will load again with more information. The link with your access key is in the link named 'here'. This link is in the foll

Re: [Bacula-users] 15.0.2 backward compatibility

2024-06-02 Thread Rob Gerber
I read the release notes for version 13.0.4, and 15.x. Based on that, I believe that a 15.0.2 dir and SD should be able to collaborate with a 13.0.4 FD. There was a bug present on 13.x (but fixed in 13.0.4) that harmed FD backwards compatibility for bacula versions >=13.x, but <13.0.4. So in theory

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-06-02 Thread Rob Gerber
Well, I think something is wrong here. I WOULD NOT write any data or an EOF to any production tapes with valuable data. This will almost certainly lead to data loss. To be perfectly clear, if you rewind a tape and write EOF to that tape, the data previously written to that tape will be inaccessible

Re: [Bacula-users] Bacularis vs Baculum

2024-05-31 Thread Rob Gerber
I believe that bacula beta version 15.x has changes to baculum in the release notes. So no, baculum isn't dead, per se. Being found in the bacula community repositories, baculum seems be the official bacula community web interface. Bacularis is a friendly fork from a baculum developer, Marcin. (Ma

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-05-15 Thread Rob Gerber
Stefan, are your bacula catalog backups being made to a disk volume, as is default, or to a tape volume? If being made to a disk volume you could restore a catalog backup. If your catalog backups were being made to that same machine whose backups were purged, and you lost the database entries for t

[Bacula-users] Bacula community repo SHA1 pubkey

2024-05-09 Thread Rob Gerber
Hello, The bacula community repo currently signs their packages with a SHA1 key. SHA1 is deprecated in EL9 onwards, and poses a security risk that only increases over time. Do the community package maintainers have any plans to update the package signing process to use a SHA256 or greater SHA cip

[Bacula-users] bacula 13.0.4 community repo missing bacula-cloud-storage package?

2024-05-09 Thread Rob Gerber
Hello, I have been running bacula 13.0.3 on rocky linux 9.3, and am considering upgrading to bacula 13.0.4. However, for EL9 I see that the bacula community repo for bacula 13.0.4 does not appear to include the bacula-cloud-storage package, though bacula 13.0.3 does include that package. The relea

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-05-07 Thread Rob Gerber
lly damaged tape or drive." I am unable to find a cross reference to validate chatgpt's claim about the meaning of the error code. On my phone right now, so limited access to systems I administer. Robert Gerber 402-237-8692 r...@craeon.net On Tue, May 7, 2024, 10:57 AM Rob Gerber wr

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-05-07 Thread Rob Gerber
Checking simple stuff: What output for 'lsscsi'? What output for 'ps aux| grep -i bacula'? Try removing tape, physically sliding tape protection slider all the way closed (write protected), then all the way open (not write protected). I think should maybe be a click each direction? Take differe

Re: [Bacula-users] Install Bacula-Community from repository?

2024-05-03 Thread Rob Gerber
Personally, I allowed the use of sha1 to sign packages. This was the only way to use the bacula community packages from the repository. The packages are signed with SHA1. Can't determine authenticity without SHA1. Once the Bacula community project issues a SHA512 key or something similar and signs

Re: [Bacula-users] advice about tape drives

2024-04-22 Thread Rob Gerber
Alan, >From the Wikipedia article on LTO: - Up to and including LTO-7, an Ultrium drive *can read* data from a cartridge in its own generation and the two prior generations. LTO-8 drives can read LTO-7 and LTO-8 tape, but not LTO-6 tape.[29]

Re: [Bacula-users] Backup from windows

2024-04-16 Thread Rob Gerber
Mehrdad, I don't know if I can help with all of your questions but I have some information for you. I back up samba shares for a machine that I cannot get shell access onto. The only way for me to access the files on this Nas is via smb. For this case, on the bacula server, I have mounted the rel

Re: [Bacula-users] Backup from windows

2024-04-16 Thread Rob Gerber
in a pool resource overrides the volume or job retention periods specified elsewhere. Robert Gerber 402-237-8692 r...@craeon.net On Tue, Apr 16, 2024, 11:35 AM Rob Gerber wrote: > Mehrdad, > > I don't know if I can help with all of your questions but I have some > information fo

Re: [Bacula-users] Wildfile

2024-04-10 Thread Rob Gerber
I don't think it is correct, no. I am not an expert, but last time I tried something like this I believe the suggestion I was given was to use a runbefore script to run a find command or similar to locate and build a file list, then give that list to bacula as input for the job. Perhaps for your

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

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] baculum + bacula 13.0.4 slow web interface

2024-04-06 Thread Rob Gerber
Unkdef, one important thing to know is that Bacularis is a friendly fork of baculum. It's very similar, and Marcin has been actively maintaining it. Marcin is also a baculum developer. Basically, Bacularis is the better, more optimized tool. This doesn't mean that the source of your problem is ce

Re: [Bacula-users] Bacularis API host initial setup with postgresql and bacula.

2024-04-03 Thread Rob Gerber
sha-256 This method is available starting from PostgreSQL 10. >> >> For the Bacularis documentation, yes, it looks to be missing there. I >> will add to the doc this section about configuring the Catalog Database >> access in Bacularis. Thanks for pointing it. >> >>

[Bacula-users] Bacularis API host initial setup with postgresql and bacula.

2024-04-02 Thread Rob Gerber
I have previously set up bacula and bacularis on Rocky Linux 9. At the time I ran into issues giving bacularis access to bacula's postgresql database. I didn't know the bacula database password. At that time I set the postgresql pg_hba.conf file to use "trust". However I am concerned that this isn'

Re: [Bacula-users] Bacula support LTO9?

2024-04-02 Thread Rob Gerber
Bacula should work with LTO 9 just fine. I would be very surprised if it had issues with LTO 9. Some users on the mailing list have mentioned that they use LTO 9. Robert Gerber 402-237-8692 r...@craeon.net On Tue, Apr 2, 2024, 4:53 PM Jose Alberto wrote: > Hi. > > I work with Bacula (11 and 1

  1   2   >