Re: [Bacula-users] needed tapes

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

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

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

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

2025-06-25 Thread Stefan G. Weichinger via Bacula-users
Am 24.06.25 um 08:41 schrieb Marcin Haba: Hello Stefan, On Tue, 24 Jun 2025 at 07:47, Stefan G. Weichinger wrote: Am 23.06.25 um 18:51 schrieb Marcin Haba: It looks that your file records for that job are pruned. In this case it is good to check and adapt the File Retention and AutoPrune di

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

2025-06-24 Thread Stefan G. Weichinger via Bacula-users
Am 24.06.25 um 15:11 schrieb Marcin Haba: ok ... so I don't have anything wrong that triggered that (?) I don't know because we don't see your pruning settings in the Director configuration. AutoPrune = yes is set for the Client and for 2 Pools as well, but not for the pools with the Archi

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

2025-06-24 Thread Stefan G. Weichinger via Bacula-users
Am 23.06.25 um 18:51 schrieb Marcin Haba: It looks that your file records for that job are pruned. In this case it is good to check and adapt the File Retention and AutoPrune directives. To make sure that it is this case, you can run in bconsole (for jobid=): list files jobid= If you a

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

2025-06-23 Thread Stefan G. Weichinger via Bacula-users
greetings today a customer asks me for a list of files in a directory at a given date in february I open Bacularis-5.0.0, and want to use "Restore" to browse the database: there's a job backing up the samba-share containing the relevant directories. What scares me: I choose a FULL backu

Re: [Bacula-users] needed tapes

2025-03-21 Thread Stefan G. Weichinger via Bacula-users
Am 20.03.25 um 15:59 schrieb 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 fee

Re: [Bacula-users] needed tapes

2025-03-20 Thread Stefan G. Weichinger via Bacula-users
Am 19.03.25 um 11:52 schrieb Gary R. Schmidt: Look up what the PoolId for "Daily" is from Pool and use Media.PoolId = Whatever_That_Is rather than the non-existent (in my version of bacula) Media.Pool. I had tried that, but with errors. Retried, rm-ed the JOIN and Pool.Name from the SELECT,

Re: [Bacula-users] needed tapes

2025-03-19 Thread Stefan G. Weichinger via Bacula-users
ok, I now have: # cat bacula_tapes.sh #!/bin/bash echo -e "sql\nSELECT Media.MediaId, Media.VolumeName, Media.PoolId, Pool.Name AS Pool, Media.Slot,\ Media.Slot <> 0 AS InChanger, Media.FirstWritten, Media.LastWritten, Media.VolStatus, \ GREATEST(0, (extract('epoch' from LastWr

Re: [Bacula-users] needed tapes

2025-03-17 Thread Stefan G. Weichinger via Bacula-users
Am 14.03.25 um 15:21 schrieb Bill Arlofski via Bacula-users: On 3/14/25 4:03 AM, Stefan G. Weichinger via Bacula-users wrote: Am 14.03.25 um 07:48 schrieb Stefan G. Weichinger via Bacula-users: I use an 8-slot autoloader, I added a little bit of SQL to the query file and just run that, it

Re: [Bacula-users] needed tapes

2025-03-14 Thread Stefan G. Weichinger via Bacula-users
Am 14.03.25 um 07:48 schrieb Stefan G. Weichinger via Bacula-users: I use an 8-slot autoloader, I added a little bit of SQL to the query file and just run that, it lists my tapes from last-used to most recent. I grab the three oldest, move them to the Scratch pool, purge them, and replace the

Re: [Bacula-users] needed tapes

2025-03-13 Thread Stefan G. Weichinger via Bacula-users
Am 13.03.25 um 13:09 schrieb Gary R. Schmidt: On 13/3/25 18:14, Stefan G. Weichinger via Bacula-users wrote: thanks all for your replies and explanations. It wasn't my intention to let somebody else do my work, no :-) I see the complexity somehow, and wonder if I can at least come up

Re: [Bacula-users] needed tapes

2025-03-13 Thread Stefan G. Weichinger via Bacula-users
thanks all for your replies and explanations. It wasn't my intention to let somebody else do my work, no :-) I see the complexity somehow, and wonder if I can at least come up with something that *helps* choosing the next 8 tapes each week. Currently mostly I select the tapes, I am the exte

Re: [Bacula-users] needed tapes

2025-03-11 Thread Stefan G. Weichinger via Bacula-users
Am 04.03.25 um 08:17 schrieb Stefan G. Weichinger via Bacula-users: So basically I look into the "Volumes" part of Bacularis, look for status "Append" or "Used", and take the tapes that are already overwritable again. And I look at the tapes in the loader which

Re: [Bacula-users] needed tapes

2025-03-03 Thread Stefan G. Weichinger via Bacula-users
Am 03.03.25 um 17:37 schrieb 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? Sure. At first: thanks for offering your help! - Basically we run one schedule with

[Bacula-users] needed tapes

2025-03-03 Thread Stefan G. Weichinger via Bacula-users
Is there a way to generate an email (every N days) that lists the needed tapes for the planned jobs ahead? We need to automate the selection of tapes and send an email to a list of tape-operators. The schedule uses tapes out of several pools and so far I write the "wish list" by looking a

Re: [Bacula-users] adding a CIFS-share as autochanger

2025-02-04 Thread Stefan G. Weichinger via Bacula-users
Am 03.02.25 um 17:04 schrieb Marcin Haba: Do I need this in the Device: Autochanger = yes Hello Stefan, Yes, you need it because your device is a part of the autochanger. If you want to use this device as a single independent Device, then removing "Autochanger = yes" will be OK and then you

Re: [Bacula-users] backing up a xen-server

2025-02-04 Thread Stefan G. Weichinger via Bacula-users
Am 04.02.25 um 08:56 schrieb Vanush "Misha" Paturyan: On Mon, 3 Feb 2025 at 13:05, Stefan G. Weichinger via Bacula-users wrote: Does it work to install the centos-client on a xen-server and use that for backing up VMs from there? When you say "xen-server" do you mean Do

Re: [Bacula-users] adding a CIFS-share as autochanger

2025-02-03 Thread Stefan G. Weichinger via Bacula-users
managed to label my first volume on the NAS phew pls suggest improvements: # SD Device { Name = "NAS-Storage" Description = "Backup NAS FPSS" MediaType = "vtape1" ArchiveDevice = "/mnt/bacula/nas_backup" RemovableMedia = no RandomAccess = yes LabelMedia = yes AlwaysOpen = no

Re: [Bacula-users] adding a CIFS-share as autochanger

2025-02-03 Thread Stefan G. Weichinger via Bacula-users
Am 03.02.25 um 15:28 schrieb Stefan G. Weichinger via Bacula-users: Am 03.02.25 um 15:05 schrieb Marcin Haba: On Mon, 3 Feb 2025 at 13:45, Stefan G. Weichinger via Bacula-users wrote: --- is that correct? If I then go to that host-API page I try to import the settings but somehow I never get

Re: [Bacula-users] adding a CIFS-share as autochanger

2025-02-03 Thread Stefan G. Weichinger via Bacula-users
Am 03.02.25 um 15:05 schrieb Marcin Haba: On Mon, 3 Feb 2025 at 13:45, Stefan G. Weichinger via Bacula-users wrote: --- is that correct? If I then go to that host-API page I try to import the settings but somehow I never get the slots displayed in bacularis etc Something is missing and I

[Bacula-users] backing up a xen-server

2025-02-03 Thread Stefan G. Weichinger via Bacula-users
Does it work to install the centos-client on a xen-server and use that for backing up VMs from there? Any helper scripts to trigger snapshots or so? I am only starting to research this, thanks for any pointers. ___ Bacula-users mailing list Bacu

[Bacula-users] adding a CIFS-share as autochanger

2025-02-03 Thread Stefan G. Weichinger via Bacula-users
Greetings, sorry to come up with that topic again, but I am caught in loops here and can't find the solution. I have a working setup with a tape-changer etc Now I want to add a second autochanger: it's a Samba-share on a NAS, I have added it to fstab with creds etc and the bacula user can

[Bacula-users] tagging volumes?

2025-01-10 Thread Stefan G. Weichinger via Bacula-users
At a customer we run specific archive-runs every 3 months and archive the physical tapes away from their office site. I use a pool "monthly" for that ... and mark the 4-5 tapes with Vol. Status = Archive when I do these quarterly runs. The rest of the monthly tapes are simply re-used for ..