Re: [Bacula-users] Backup crashing with "Error: lib/bsock.c" message

2025-02-24 Thread Eric Bollengier via Bacula-users
Hello Roberto, Both FD and DIR have lost the connection with the Storage Daemon. I would look more closely what happen here. You can monitor the process, enable traces, or follow it with gdb if it looks like a segfault. Maybe it's a network issue with something in the middle that broke your conne

[Bacula-users] Backup crashing with "Error: lib/bsock.c" message

2025-02-24 Thread Roberto Greiner
Hi, I have a setup with a windows client that is failing since last Friday. When I run a backup, it fails after about 2 minutes with the message "Error: lib/bsock.c:397 Wrote 65540 bytes to Storage daemon:bacula2:9103, but only 32768 accepted.". I've tried a reboot on both the windows client

Re: [Bacula-users] Backup to a network share

2025-02-04 Thread Mehrdad Ravanbod
Hi Not sure if that is doable, I may try it just to see if it can be done But for anyone that may be interested, I actualy solved this thanx to tip from udo kaune, doing an mklink /D works if u put targets UNC with  ip instead of a network maped drive or domain names Regards /Mehrdad On 20

Re: [Bacula-users] Backup to a network share

2025-02-04 Thread Phil Stracchino
On 2/4/25 05:03, Mehrdad Ravanbod wrote: Hi I have come up against a seemingly difficult problem Running Bacula 15.0.2 on a Redhat 9 clone, backing up windows machines(via winows agents) to a network share(well, trying to), so I want to  back up from the windows machines via the FD and SD agent

Re: [Bacula-users] Backup to a network share

2025-02-04 Thread Arno Lehmann via Bacula-users
Hi Mehrdad, Am 04.02.2025 um 11:03 schrieb Mehrdad Ravanbod: Hi I have come up against a seemingly difficult problem Running Bacula 15.0.2 on a Redhat 9 clone, backing up windows machines(via winows agents) to a network share(well, trying to), so I want to  back up from the windows machines

Re: [Bacula-users] Backup to a network share

2025-02-04 Thread Mehrdad Ravanbod
Thanks, i think u nailed it, it could have been that But putting the ip in the config file did not help, but it worked after i did an mklink /d to the share IP, previously, i had done it to a mapped network drive Thanks  for the help, appreciate it Regards /Mehrdad On 2025-02-04 11:40, Udo

Re: [Bacula-users] Backup to a network share

2025-02-04 Thread Mehrdad Ravanbod
Hi Thanks for the reponse I have tried running the agent both as system account(which is the default) and also undera domain admin account(just for testing, and beides i have made the share writable by all, again just for testing), same result As to whether the share exists in user context,

[Bacula-users] Backup to a network share

2025-02-04 Thread Udo Kaune
Sorry, you mentioned it already... Another thing comes to mind. There still cannot be more than one user be authenticated from a PC to a Windows "server" simultaneously (stupid win...). Please try to connect to your share via IP address e.g.. \\1.2.3.4\share for Bacula. Regards Am 04.02.25 u

[Bacula-users] Backup to a network share

2025-02-04 Thread Udo Kaune
Hi Mehrdad, What is the user your local Bacula agents are running under? Does he have principal rights to access network shares? Does the share even exist in his context? Regards, Udo Am 04.02.25 um 11:03 schrieb Mehrdad Ravanbod: Hi I have come up against a seemingly difficult problem Ru

[Bacula-users] Backup to a network share

2025-02-04 Thread Mehrdad Ravanbod
Hi I have come up against a seemingly difficult problem Running Bacula 15.0.2 on a Redhat 9 clone, backing up windows machines(via winows agents) to a network share(well, trying to), so I want to  back up from the windows machines via the FD and SD agents directly to Big Share(which is on ano

Re: [Bacula-users] Backup job hang storage

2024-10-15 Thread Aaron Baxter
The packages came from Bacula repo https://www.bacula.org/packages/602ba8b976d0e/debs/15.0.2/dists/jammy but don't include all of the tools or baculum. I set the Volume size etc piecing together a couple of web articles I found of the Ultrium920 LTO-3 drive so I could have very well set that secti

Re: [Bacula-users] Backup job hang storage

2024-10-15 Thread Arno Lehmann via Bacula-users
Hi Aaron, Am 15.10.2024 um 20:49 schrieb Aaron Baxter: I've encountered yet another issue with my Bacula install (using Ubuntu jammy/22.04 packages).  I created my storage tape drive, am able to mount, unmount and label the tape volume but when I start a backup, it gives the below logs and doe

[Bacula-users] Backup job hang storage

2024-10-15 Thread Aaron Baxter
I've encountered yet another issue with my Bacula install (using Ubuntu jammy/22.04 packages). I created my storage tape drive, am able to mount, unmount and label the tape volume but when I start a backup, it gives the below logs and does nothing else. 2024-10-15 18:35:42 backupsrv-dir JobId 6:

Re: [Bacula-users] Backup Error on Full Backups

2024-06-09 Thread Gary R. Schmidt
On 09/06/2024 16:08, Dr. Thorsten Brandau wrote: Hi there @bill arlofski I installed the latest version of the MTX-Changer-python-script and now it seems as I cannot do any backup anymore. What happens when you use the original shell version of mtx-changer? Cheers, G

Re: [Bacula-users] Backup Error on Full Backups

2024-06-08 Thread Dr. Thorsten Brandau
Hi there @bill arlofski I installed the latest version of the MTX-Changer-python-script and now it seems as I cannot do any backup anymore. The errormessages are however incomprehensible: ->->-> 08-Jun 06:14 -dir JobId 785: Start Backup JobId 785, Job=FileServer_Full.2024-06-07_23.05.00_04

Re: [Bacula-users] Backup Error on Full Backups

2024-06-05 Thread Dr. Thorsten Brandau
Bill Arlofski via Bacula-users schrieb am 05.06.24 um 09:01: And I see on jobid=777, the Bacula SD reports that the volume is 'read-only', so maybe that tape's lock slider is in the lock position? The jobid=777 logs do not include what tape volume was being used. (which is odd, unless you

Re: [Bacula-users] Backup Error on Full Backups

2024-06-05 Thread Dr. Thorsten Brandau
Bill Arlofski via Bacula-users schrieb am 05.06.24 um 08:49: On 6/5/24 12:08 AM, Dr. Thorsten Brandau wrote: Hi, I get from time to time errors when backup up via my LTO-9 autochanger. This happens mostly when I do a full backup (ca. 30 TB data), sometimes when using differential backup. I a

Re: [Bacula-users] Backup Error on Full Backups

2024-06-05 Thread Bill Arlofski via Bacula-users
And I see on jobid=777, the Bacula SD reports that the volume is 'read-only', so maybe that tape's lock slider is in the lock position? The jobid=777 logs do not include what tape volume was being used. (which is odd, unless you snipped those lines) 8< 04-Jun 01:41 -sd JobId 777: Wr

Re: [Bacula-users] Backup Error on Full Backups

2024-06-04 Thread Bill Arlofski via Bacula-users
On 6/5/24 12:08 AM, Dr. Thorsten Brandau wrote: Hi, I get from time to time errors when backup up via my LTO-9 autochanger. This happens mostly when I do a full backup (ca. 30 TB data), sometimes when using differential backup. I am using the updated mtx-changer-script by Bill Arlofski, as the o

[Bacula-users] Backup Error on Full Backups

2024-06-04 Thread Dr. Thorsten Brandau
Hi, I get from time to time errors when backup up via my LTO-9 autochanger. This happens mostly when I do a full backup (ca. 30 TB data), sometimes when using differential backup. I am using the updated mtx-changer-script by Bill Arlofski, as the one out of the box was always running in timeout

Re: [Bacula-users] Backup from windows

2024-04-17 Thread Mehrdad Ravanbod
Thanks Rob, appreciate the answer, some very interesting, how ever my main problem is that part of the back needs to be done via the Bacuka Windows agent if i understand the documentation correctly, the windows agent is the only way to do backups via VSS on a windows machine so that the ACL at

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
Oh! One thing I forgot to mention: if you do not define the file, job, or volume retention periods, this does not mean that everything will be retained forever. Instead, bacula uses the default retention periods (I think they are 365 days, not sure). Any volume or job retention period specified i

[Bacula-users] Backup from windows

2024-04-16 Thread Mehrdad Ravanbod
Hi guys I am new to bacula and trying to figure it out and testing atm I have it installed on a RHEL9 server with clients on 2 windows computer ( one server, one win7 client) and trying to set up backups both via VSS and indiviual file/folders to disk(mainly a NAS and shares) Only problem is

Re: [Bacula-users] Backup in disk AND tape

2024-04-10 Thread Chris Wilkinson
I have this working now. The script is below, as per Bill's script with an extention. It is called from a Runscript as "Command = /full-path/run-copy-job.sh copy-job-name". There is a copy job defined for each backup job. The $1 parameter passes the copy job name to the script. #!/bin/bash #usage

Re: [Bacula-users] Backup in disk AND tape

2024-04-09 Thread Bill Arlofski via Bacula-users
On 4/9/24 6:53 AM, Chris Wilkinson wrote: Regarding the suggestion to put a Runafter block in the job to run the copy job at the end, that doesn't seem to be allowed. Run job=xx commands are not permitted in a Runscript as I just found out. It gives a not allowed command error. Perhaps there is

Re: [Bacula-users] Backup in disk AND tape

2024-04-09 Thread Chris Wilkinson
Regarding the suggestion to put a Runafter block in the job to run the copy job at the end, that doesn't seem to be allowed. Run job=xx commands are not permitted in a Runscript as I just found out. It gives a not allowed command error. Perhaps there is another way to accomplish this? -Chris- On

Re: [Bacula-users] Backup in disk AND tape

2024-04-03 Thread Roberto Greiner
Em 02/04/2024 19:58, Bill Arlofski via Bacula-users escreveu: On 4/2/24 12:01 PM, Roberto Greiner wrote: Hi, I've installed Bacula recently in a server with a 7TB RAID5 storage, and a LTO-6 tape unit. I have configured 9 remote servers (most Linux, one Windows) to have the backup made in this

Re: [Bacula-users] Backup in disk AND tape

2024-04-02 Thread Bill Arlofski via Bacula-users
On 4/2/24 12:01 PM, Roberto Greiner wrote: Hi, I've installed Bacula recently in a server with a 7TB RAID5 storage, and a LTO-6 tape unit. I have configured 9 remote servers (most Linux, one Windows) to have the backup made in this server in the disk storage, and I'm finish to understand how to

[Bacula-users] Backup in disk AND tape

2024-04-02 Thread Roberto Greiner
Hi, I've installed Bacula recently in a server with a 7TB RAID5 storage, and a LTO-6 tape unit. I have configured 9 remote servers (most Linux, one Windows) to have the backup made in this server in the disk storage, and I'm finish to understand how to do the tape backup. Now, I have a quest

Re: [Bacula-users] Backup report script...

2024-02-06 Thread Bill Arlofski via Bacula-users
Just re-sending this (without the screenshot) to the list because I got a "Your message to Bacula-users awaits moderator approval"email reply when I sent it on the 3rd. On 2/2/24 09:03, Marco Gaiarin wrote: Mandi! Bill Arlofski via Bacula-users In chel di` si favelave... I might be able t

Re: [Bacula-users] Backup report script...

2024-02-03 Thread Marco Gaiarin
Mandi! Bill Arlofski via Bacula-users In chel di` si favelave... > I might be able to add this as a feature to my `baculabackupreport.py` Python > reporting script - possibly quite easily. > The script already has a feature to show jobs that are "always failing" for x > number of days. This fe

Re: [Bacula-users] Backup report script...

2024-01-29 Thread Bill Arlofski via Bacula-users
On 1/29/24 08:44, Marco Gaiarin wrote: In my Bacula installatin i've many backup types; for some, more ''solid'', the bacula messages resources is perfect. But i use bacula also for some more less solid backup: client backup (mostly windows, mostly medical devices) that are not ''always on''.

[Bacula-users] Backup report script...

2024-01-29 Thread Marco Gaiarin
In my Bacula installatin i've many backup types; for some, more ''solid'', the bacula messages resources is perfect. But i use bacula also for some more less solid backup: client backup (mostly windows, mostly medical devices) that are not ''always on''. So bacula message resources get 'sanitiz

Re: [Bacula-users] Backup of Postgres databases using FIFO Files

2024-01-13 Thread Heitor Faria
os" To: "undefined" Sent: Saturday, January 13, 2024 5:07 PM Subject: [Bacula-users] Backup of Postgres databases using FIFO Files Dear all, One of my production Postgres databases is growing faster than anticipated and I'm exploring the use of FIFO files instead of writing

[Bacula-users] Backup of Postgres databases using FIFO Files

2024-01-13 Thread Ismael Matos
Dear all, One of my production Postgres databases is growing faster than anticipated and I'm exploring the use of FIFO files instead of writing the output of pg_dump to intermediate files within /tmp structure. Currently all jobs work fine while using the intermediate files. But when I test with

Re: [Bacula-users] Backup of Docker & k8s

2023-07-07 Thread Radosław Korzeniewski
Hello, I'm pretty sure I responded to all your questions, did you receive it? R. pt., 7 lip 2023 o 08:50 rocky napisał(a): > Hi Team, > > Please clarify the queries below which I am working on Bacula community > edition 13.0.3 > > 1. I am using the Bacula community edition 13.0.3 with a docker

[Bacula-users] Backup of Docker & k8s

2023-07-06 Thread rocky
Hi Team, Please clarify the queries below which I am working on Bacula community edition 13.0.3 1. I am using the Bacula community edition 13.0.3 with a docker plugin and able to take backup of a stopped container. Now, I am trying to restore the container with the option ( create and run ) whil

Re: [Bacula-users] Backup windows client fail

2023-07-04 Thread Bill Arlofski via Bacula-users
--- Original Message --- On Monday, July 3rd, 2023 at 05:09, Gina Costa wrote: > Hi, > I have a windows client which backup always run fine. A few days ago, the > backup doesn’t work. > The comunication between diretor and client is OK, as shown in this log > message: > [...snip...] >

Re: [Bacula-users] Backup windows client fail

2023-07-04 Thread Radosław Korzeniewski
Hello, pon., 3 lip 2023 o 13:35 Gina Costa napisał(a): > Hi, > > I have a windows client which backup always run fine. A few days ago, the > backup doesn’t work. > The comunication between diretor and client is OK, as shown in this log > message: > > > *vsantoantao-fd Version: 5.2.10 (28 Ju

Re: [Bacula-users] Backup windows client fail

2023-07-03 Thread Lionel PLASSE
: lundi 3 juillet 2023 13:10 À : bacula-users@lists.sourceforge.net Objet : [Bacula-users] Backup windows client fail Hi, I have a windows client which backup always run fine. A few days ago, the backup doesn’t work. The comunication between diretor and client is OK, as shown in this log message

[Bacula-users] Backup windows client fail

2023-07-03 Thread Gina Costa
Hi, I have a windows client which backup always run fine. A few days ago, the backup doesn’t work. The comunication between diretor and client is OK, as shown in this log message: vsantoantao-fd Version: 5.2.10 (28 June 2012) VSS Linux Cross-compile Win32 Daemon started 03-Jul-23 10:55. Jo

Re: [Bacula-users] Backup fails with Fatal error: catreq.c:736 attribute create error. ERR=

2023-02-19 Thread Charles Tassell
Are you checking the client, or the director?  The attribute create error would probably be on the catalogue box, so I'd check your DB server or the director box if it's not using an external DB.  If you are using MySQL or Postgres, check their logs (either /var/log/mysqld/mysql.log or /var/

Re: [Bacula-users] Backup fails with Fatal error: catreq.c:736 attribute create error. ERR=

2023-02-19 Thread Gary R. Schmidt
On 20/02/2023 05:26, Nick Bright wrote: As per subject line, one of my backup client devices is failing with Fatal error: catreq.c:736 attribute create error. ERR= While this host has a great deal of files, the inode usage on Bacula shows 1% for my backup data partition, with 8.5T of 16T consu

[Bacula-users] Backup fails with Fatal error: catreq.c:736 attribute create error. ERR=

2023-02-19 Thread Nick Bright
As per subject line, one of my backup client devices is failing with Fatal error: catreq.c:736 attribute create error. ERR= While this host has a great deal of files, the inode usage on Bacula shows 1% for my backup data partition, with 8.5T of 16T consumed; there's plenty of free storage as w

Re: [Bacula-users] Backup without files records

2023-01-13 Thread Ana Emília M . Arruda
Hello Davide, I'm not aware of that, it would be probably better to open a new thread about that so someone else can reply you. All the best, Ana On Fri, Jan 13, 2023 at 7:44 AM Davide F. wrote: > Hi, > > I 100% agree with Heitor’s last comment. > > Quick question btw, Is there some kind of do

Re: [Bacula-users] Backup without files records

2023-01-13 Thread Ana Emília M . Arruda
Hello Heitor, Oh! I didn't notice that. Particularly, I understand it as it is documented, so I cannot do much here, sorry. I mean, it is clear to me that I cannot get the directory tree list for the files to be restored using bconsole: "The disadvantage is that you will not be able to produce a

Re: [Bacula-users] Backup without files records

2023-01-12 Thread Davide F.
Hi, I 100% agree with Heitor’s last comment. Quick question btw, Is there some kind of documented process to create pull requests using the new hosted GitLab for Bacula ? Best, Davide On Thu, 12 Jan 2023 at 21:21 Heitor Faria wrote: > Hello Ana, > > IMHO the direcrive description is innacura

Re: [Bacula-users] Backup without files records

2023-01-12 Thread Heitor Faria
Hello Ana,IMHO the direcrive description is innacurate.When there is no File table information, the user is still able to use the restore command to restore the whole Job contents.This is easy to reproduce pruning only the File table information.Rgds.⁣--MSc Heitor Faria (Miami/USA)CIO Bacula LatAmm

Re: [Bacula-users] Backup without files records

2023-01-12 Thread Ana Emília M . Arruda
Hello Yateen, Yes, it is possible. The directive Heitor mentioned earlier is "Catalog Files", please set it to "No" in the Pool resource: *Catalog Files = yes|no*This directive defines whether or not you want the names of the files that were saved to be put into the catalog. The default is *yes*.

Re: [Bacula-users] Backup without files records

2023-01-07 Thread Josip Deanovic
On 2023-01-07 13:03, Yateen Shaligram Bhagat (Nokia) wrote: Hi All, I am curious to know if a backup job can be run without file records being cataloged in the backend database. I know about AutoPrune mechanism for files, but that happens after the backup job is over for file records older than

Re: [Bacula-users] Backup without files records

2023-01-07 Thread Heitor Faria
Hello Yateen,Try the Pool resource directive "Store Files in Catalog = yes|no".It is a feature from the Bacula Enterprise Edition. Not sure if ported to the Community 11 or 13 versions.Regards,⁣--MSc Heitor Faria (Miami/USA)CIO Bacula LatAmmobile1: + 1 909 655-8971mobile2: + 55 61 98268-4220[ http:

[Bacula-users] Backup without files records

2023-01-07 Thread Yateen Shaligram Bhagat (Nokia)
Hi All, I am curious to know if a backup job can be run without file records being cataloged in the backend database. I know about AutoPrune mechanism for files, but that happens after the backup job is over for file records older than the retention time. But we don't want the file records to g

[Bacula-users] backup disk filled up, now cleared buy have this.

2022-12-04 Thread Thing
05-Dec 10:33 dell6430-003-sd JobId 14429: JobId=14429, Job BackupLocalFiles.2022-11-07_19.05.00_54 waiting to reserve a device. I have 129gb free but overnight backups fail = Terminated Jobs: JobId Level FilesBytes Status FinishedName ===

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] Backup volume creation permissions

2022-10-22 Thread Chris Wilkinson
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. -Chris On Sat, 22 Oct 2022, 12:31 pm Charles Tassell, wrote: > Yes, with directory permissions execute means access, read means you can > li

Re: [Bacula-users] Backup volume creation permissions

2022-10-22 Thread Charles Tassell
Yes, with directory permissions execute means access, read means you can list files in the directory.  So read doesn't work without execute. On 2022-10-22 06:36, Chris Wilkinson wrote: My user is a member of the tape group but gets permission denied error ls'ing the directory. The directory is

Re: [Bacula-users] Backup volume creation permissions

2022-10-22 Thread Chris Wilkinson
My user is a member of the tape group but gets permission denied error ls'ing the directory. The directory is 740 and the files within 640. I thought that should work but obviously there's something I'm not understanding correctly about how nix permissions work. Not a bacula question really i know.

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-20 Thread Chris Wilkinson
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 than the files you found. Not sure about the cron

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

[Bacula-users] Backup volume creation permissions

2022-10-20 Thread Chris Wilkinson
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 bacula:tape 755. The SD runs as bacula:tape so the

Re: [Bacula-users] Backup Catalog

2022-10-19 Thread Heitor Faria
ula.sql" Rgds. > From: "Sebastian Neumeier" > To: "bacula-users" > Sent: Wednesday, October 19, 2022 6:58:55 AM > Subject: Re: [Bacula-users] Backup Catalog > Hi Gina :) > I didn't test it wether it might be the problem. But can it be that you

Re: [Bacula-users] Backup Catalog

2022-10-19 Thread Sebastian Neumeier
Hi Gina :) I didn't test it wether it might be the problem. But can it be that you mistaken the paths? The error says: "cannot create /opt/BACULA/WORKING/bacula.sql". You wrote that you gave all users privilleges to "/opt/BACULA/SCRIPTS/". That is a different directory. I'm no cyber securit

Re: [Bacula-users] Backup Catalog

2022-10-19 Thread Gary R. Schmidt
On 19/10/2022 21:07, Gina Costa wrote: Hi. I’m using bacula 11, that has a default job “Backup Catalog”  to make backup of Bacula Catalog (database). When I run the job I get the following message: shell command: run BeforeJob "/opt/bacula/scripts/make_catalog_backup.pl MyCatalog" BeforeJob:

[Bacula-users] Backup Catalog

2022-10-19 Thread Gina Costa
Hi. I’m using bacula 11, that has a default job “Backup Catalog” to make backup of Bacula Catalog (database). When I run the job I get the following message: shell command: run BeforeJob "/opt/bacula/scripts/make_catalog_backup.pl MyCatalog" BeforeJob: sh: 1: cannot create /opt/bacula/working/

Re: [Bacula-users] Backup pf bacula database

2022-10-14 Thread Matlink
Are you sure that your catalog is named bacula? By default it's named MyCatalog. Check that in your config files. Le 14 octobre 2022 17:33:46 GMT+02:00, Gina Costa a écrit : >Hi, >I have bacula 11 installed in a Debian 10 server. >I want to make a backup of the catalog database using the scri

[Bacula-users] Backup pf bacula database

2022-10-14 Thread Gina Costa
Hi, I have bacula 11 installed in a Debian 10 server. I want to make a backup of the catalog database using the script /opt/bacula/scripts/make_catalog_backup.pl Can anyone explain me how to use this script. When I run the script doing: ./make_catalog_backup.pl I receive the following instruc

Re: [Bacula-users] Backup restore missing a directory

2022-09-15 Thread Phil Stracchino
On 9/9/22 13:55, William Muriithi wrote: Hello, I have attempted a restore and I can get all files and directories with exception of one folder. This is on Windows server 2016  (bacula client - 9.0.8 (28May18) Microsoft Standard Edition (build 9200)) and it is running as local system. The

[Bacula-users] Backup restore missing a directory

2022-09-09 Thread William Muriithi
Hello, I have attempted a restore and I can get all files and directories with exception of one folder. This is on Windows server 2016 (bacula client - 9.0.8 (28May18) Microsoft Standard Edition (build 9200)) and it is running as local system. The storage and director are on 9.0.6 on Centos 8

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

2022-04-13 Thread Med Mouncef
Hi Since I changed the URIStyle to Path, the error message became: Backup OK -- Upload to Cloud failed avec msg=S3_put_object ERR=XmlParseFailure Failed writing body (0 != 181) Please help Le ven. 8 avr. 2022 à 14:21, Med Mouncef a écrit : > Please help me find the source of this problem. > I d

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] 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

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

2022-04-08 Thread Med Mouncef
Please help me find the source of this problem. I did a lot of research and manipulations but without result. Thank you Bacula Community 11.0.5 bacula-sd-cloud-driver-11.0.5.so & bacula-sd-cloud-s3-driver-11.0.5.so both in /opt/bacula/plugins Object Storage compatible S3 bconsole * status storage

Re: [Bacula-users] Backup Error with "SD despooling Attributes"

2022-01-05 Thread William Muriithi
I believe there is a strong chance your root partitions is getting full during the backup. 1,3G is too low, specially if you use the bacula default Catalog backup script to generate a dump during the backup. +1 The partition where bacula director spool directory lives on filling up during back

Re: [Bacula-users] Backup Error with "SD despooling Attributes"

2022-01-05 Thread Heitor Faria
Hello Sergio, > /dev/mapper/bacula01--vg-root 30G 27G 1,3G 96% / > /dev/sdb1 236M 158M 67M 71% /boot > /dev/sda1 1,8T 1,3T 483G 73% /backup/external > The backup it takes a lot of time, AFAIK despooling attributes, what could be > the cause of this error? I believe there is a strong chance your

[Bacula-users] Backup Error with "SD despooling Attributes"

2022-01-05 Thread sergio.belkin
Hi community, I have since some days ago problem finnishing a job as follows: *list joblog jobid=1078 ++ | LogText

Re: [Bacula-users] Backup Error with "SD despooling Attributes"

2022-01-05 Thread sergio.belkin
Sorry, by mistake was sent before I was completed, below I do that: El 5/1/22 a las 10:32, sergio.belkin escribió: Hi community, I have since some days ago problem finnishing a job as follows: *list joblog jobid=1078 +-

Re: [Bacula-users] Backup Windows 10 and selective restore after changing to Linux Mint

2021-12-30 Thread Gary R. Schmidt
On 30/12/2021 23:13, Josip Deanovic wrote: On 2021-12-30 12:59, Earl Harper wrote: Backup Windows 10 and selective restore after changing to Linux Mint Hello, I want to backup my Windows 10 computer before I erase it and set up Linux Mint on it. Then I would like to be able to selectively

Re: [Bacula-users] Backup Windows 10 and selective restore after changing to Linux Mint

2021-12-30 Thread Earl Harper
On Thu, Dec 30, 2021, 7:16 AM Josip Deanovic wrote: > On 2021-12-30 12:59, Earl Harper wrote: > > Backup Windows 10 and selective restore after changing to Linux > > Mint > > Hello, > > I want to backup my Windows 10 computer before I erase it and set up > > Linux > > Mint on it. > > Then I w

Re: [Bacula-users] Backup Windows 10 and selective restore after changing to Linux Mint

2021-12-30 Thread Josip Deanovic
On 2021-12-30 12:59, Earl Harper wrote: Backup Windows 10 and selective restore after changing to Linux Mint Hello, I want to backup my Windows 10 computer before I erase it and set up Linux Mint on it. Then I would like to be able to selectively restore files from the windows 10 backup

[Bacula-users] Backup Windows 10 and selective restore after changing to Linux Mint

2021-12-30 Thread Earl Harper
Backup Windows 10 and selective restore after changing to Linux Mint Hello, I want to backup my Windows 10 computer before I erase it and set up Linux Mint on it. Then I would like to be able to selectively restore files from the windows 10 backup to the new linux mint system. I know that I cou

Re: [Bacula-users] Backup Slow NFS (HPE StoreOnce 3620 VTL and NFS)

2021-11-29 Thread Jose Alberto
Thanks. But at the moment we have the community version. With the luck that in the work team we support ourselves with an Oracle DBA. I understand about the Plugins, but if you do not have Technical personnel for the service, it is like having a weapon without bullets. Not only with Bacula Enterp

Re: [Bacula-users] Backup Slow NFS (HPE StoreOnce 3620 VTL and NFS)

2021-11-29 Thread Radosław Korzeniewski
Hello, pt., 26 lis 2021 o 21:32 Phil Stracchino napisał(a): > On 11/26/21 14:53, Jose Alberto wrote: > > RMAN exports are hosted on the NFS server. And Bacula mount NFS > > peer-to-peer to tape backup. > > > If at all possible, it would be preferable to back up the NFS-shared > volumes using a f

Re: [Bacula-users] Backup Slow NFS (HPE StoreOnce 3620 VTL and NFS)

2021-11-26 Thread Phil Stracchino
On 11/26/21 14:53, Jose Alberto wrote: RMAN exports are hosted on the NFS server. And Bacula mount NFS peer-to-peer to tape backup. If at all possible, it would be preferable to back up the NFS-shared volumes using a file daemon running directly on the NFS host. However, if you can't do tha

Re: [Bacula-users] Backup Slow NFS (HPE StoreOnce 3620 VTL and NFS)

2021-11-26 Thread Jose Alberto
RMAN exports are hosted on the NFS server. And Bacula mount NFS peer-to-peer to tape backup. On Fri, Nov 26, 2021 at 1:14 PM Phil Stracchino wrote: > On 11/26/21 08:31, Jose Alberto wrote: > > Hi. > > > > Adjust mount.nfs -o rsize=32768 10.29.5.3:/nas/ /NFS/ > > > > add-o rsize=32768 > >

Re: [Bacula-users] Backup Slow NFS (HPE StoreOnce 3620 VTL and NFS)

2021-11-26 Thread Phil Stracchino
On 11/26/21 08:31, Jose Alberto wrote: Hi. Adjust  mount.nfs -o rsize=32768  10.29.5.3:/nas/  /NFS/ add    -o rsize=32768 Now Backup  rate  150MB/s Is this recommended, what am I doing? rsize is a value for reading This would be a recommended and normal NFS performance tuning step, yes.

Re: [Bacula-users] Backup Slow NFS (HPE StoreOnce 3620 VTL and NFS)

2021-11-26 Thread Jose Alberto
Hi. Adjust mount.nfs -o rsize=32768 10.29.5.3:/nas/ /NFS/ add-o rsize=32768 Now Backup rate 150MB/s Is this recommended, what am I doing? rsize is a value for reading On Fri, Nov 26, 2021 at 8:37 AM Jose Alberto wrote: > Hello. I have Bacula 11.X on Debian 10. Postgres. > >

[Bacula-users] Backup Slow NFS (HPE StoreOnce 3620 VTL and NFS)

2021-11-26 Thread Jose Alberto
Hello. I have Bacula 11.X on Debian 10. Postgres. Currently I support an LTO8 tape library and a VTL (HPE StoreOnce 3620) emulating LTO5 for 10TB. Everything works well. The HPE StoreOnce 3620 also has NFS service. Which was allocated 4TB of NFS for Oracle servers (rman). The IP of the NFS is 172

[Bacula-users] Backup Fails without even starting - Bad Response to Append Data

2021-11-24 Thread Jeffrey Di Domenico
Hi, This is a follow on from my previous email about not being able to label tapes, I can at least label tapes now but I have the following two problems. I have two drives in an MSL4048 library, when Bacula starts a backup it loads the tape into the 2nd drive but thinks its loaded it into the

Re: [Bacula-users] backup from glusterFS FUSE mounted volume

2021-05-21 Thread fk+bacula--- via Bacula-users
|Thanks for the "mtime only" hint.| |Can I use this for only one directory, e.g. |||File = "/mnt/3"|| |FileSet {   Name = "Storage1Data"   Description = "Data direcvtories only"   Include {     Options {   Signature = MD5 # calculate md5 checksum per file   Compression = LZ4   noatim

[Bacula-users] backup from glusterFS FUSE mounted volume

2021-05-21 Thread fk+bacula--- via Bacula-users
Hi there, what is the criteria for the Bacula FD to take a file to a differeantial or incremental backup against the prev. full backup ? Example: [op1@storage1 ~]# stat /mnt/glusterfs/piler/store/00/588/00/45/40005885d683233125cc00df2ff10045.m   File: „/mnt/glusterfs/piler/store/00/588/0

Re: [Bacula-users] Backup catalog error

2021-05-07 Thread Martin Simmons
> On Fri, 7 May 2021 16:24:23 +0200, Peter Milesson said: > > On 2021-05-07 16:05, Martin Simmons wrote: > >> On Fri, 7 May 2021 13:40:03 +0200, Peter Milesson said: > >> On 2021-05-07 13:12, Martin Simmons wrote: > On Fri, 7 May 2021 12:37:32 +0200, Peter Milesson said: > On

Re: [Bacula-users] Backup catalog error

2021-05-07 Thread Peter Milesson
On 2021-05-07 16:05, Martin Simmons wrote: On Fri, 7 May 2021 13:40:03 +0200, Peter Milesson said: On 2021-05-07 13:12, Martin Simmons wrote: On Fri, 7 May 2021 12:37:32 +0200, Peter Milesson said: On 2021-05-07 12:01, Martin Simmons wrote: On Thu, 6 May 2021 21:54:54 +0200, Peter Milesson

Re: [Bacula-users] Backup catalog error

2021-05-07 Thread Martin Simmons
> On Fri, 7 May 2021 13:40:03 +0200, Peter Milesson said: > > On 2021-05-07 13:12, Martin Simmons wrote: > >> On Fri, 7 May 2021 12:37:32 +0200, Peter Milesson said: > >> On 2021-05-07 12:01, Martin Simmons wrote: > On Thu, 6 May 2021 21:54:54 +0200, Peter Milesson said: > On

Re: [Bacula-users] Backup catalog error

2021-05-07 Thread Peter Milesson
On 2021-05-07 13:12, Martin Simmons wrote: On Fri, 7 May 2021 12:37:32 +0200, Peter Milesson said: On 2021-05-07 12:01, Martin Simmons wrote: On Thu, 6 May 2021 21:54:54 +0200, Peter Milesson said: On 2021-05-06 15:51, Josip Deanovic wrote: On Wednesday 2021-05-05 20:53:42 Peter Milesson w

Re: [Bacula-users] Backup catalog error

2021-05-07 Thread Martin Simmons
> On Fri, 7 May 2021 12:37:32 +0200, Peter Milesson said: > > On 2021-05-07 12:01, Martin Simmons wrote: > >> On Thu, 6 May 2021 21:54:54 +0200, Peter Milesson said: > >> On 2021-05-06 15:51, Josip Deanovic wrote: > >>> On Wednesday 2021-05-05 20:53:42 Peter Milesson wrote: > Hi folks

Re: [Bacula-users] Backup catalog error

2021-05-07 Thread Peter Milesson
On 2021-05-07 12:01, Martin Simmons wrote: On Thu, 6 May 2021 21:54:54 +0200, Peter Milesson said: On 2021-05-06 15:51, Josip Deanovic wrote: On Wednesday 2021-05-05 20:53:42 Peter Milesson wrote: Hi folks, After upgrading to Bacula 9.2.2, the following backup error occurs when the daily c

Re: [Bacula-users] Backup catalog error

2021-05-07 Thread Martin Simmons
> On Thu, 6 May 2021 21:54:54 +0200, Peter Milesson said: > > On 2021-05-06 15:51, Josip Deanovic wrote: > > On Wednesday 2021-05-05 20:53:42 Peter Milesson wrote: > >> Hi folks, > >> > >> After upgrading to Bacula 9.2.2, the following backup error occurs when > >> the daily catalog backup is

Re: [Bacula-users] Backup catalog error

2021-05-06 Thread Peter Milesson
On 2021-05-06 15:51, Josip Deanovic wrote: On Wednesday 2021-05-05 20:53:42 Peter Milesson wrote: Hi folks, After upgrading to Bacula 9.2.2, the following backup error occurs when the daily catalog backup is run: [...] The normal backups seem to terminate without any errors. It's quite cl

  1   2   3   4   5   6   7   8   9   10   >