Re: [Bacula-users] Intervention needed for backup

2018-05-26 Thread Heitor Faria
>> Hello Dan and Donna, On May 25, 2018, at 1:31 PM, Donna Hofmeister < do...@allegro.com > wrote: On Thu, May 24, 2018 at 9:26 AM, Donna Hofmeister < do...@allegro.com > wrote: > Second interesting question -- given my "Label Format" statement, I would > expect > my

Re: [Bacula-users] Intervention needed for backup

2018-05-26 Thread Dan Langille
> On May 26, 2018, at 5:39 PM, Heitor Faria wrote: > > Hello Dan and Donna, > On May 25, 2018, at 1:31 PM, Donna Hofmeister > wrote: > > > On Thu, May 24, 2018 at 9:26 AM, Donna Hofmeister > wrote: > > Second interesting question -- given m

Re: [Bacula-users] Intervention needed for backup

2018-05-26 Thread Heitor Faria
Hello Dan and Donna, >> On May 25, 2018, at 1:31 PM, Donna Hofmeister < do...@allegro.com > wrote: >> On Thu, May 24, 2018 at 9:26 AM, Donna Hofmeister < do...@allegro.com > >> wrote: >>> Second interesting question -- given my "Label Format" statement, I would >>> expect >>> my files to be n

Re: [Bacula-users] Intervention needed for backup

2018-05-26 Thread Dan Langille
> On May 25, 2018, at 1:31 PM, Donna Hofmeister wrote: > > > On Thu, May 24, 2018 at 9:26 AM, Donna Hofmeister > wrote: > > Second interesting question -- given my "Label Format" statement, I would > expect my files to be named something like this: > Vol-minerva.all

Re: [Bacula-users] Intervention needed for backup

2018-05-25 Thread Donna Hofmeister
On Thu, May 24, 2018 at 9:26 AM, Donna Hofmeister wrote: > > Second interesting question -- given my "Label Format" statement, I would > expect my files to be named something like this: > Vol-minerva.allegro.com-fd-File-20180517-2305-73-19. > So why are my files named: MinervaBackup.2018-05-23_2

[Bacula-users] Intervention needed for backup

2018-05-24 Thread Donna Hofmeister
Here's an example of the email I'm getting from Bacula (7.4.7): 24-May 06:05 bacula.allegro.com-sd JobId 104: Job MinervaBackup.2018-05-23_23.05.00_53 is waiting. Cannot find any appendable volumes. Please use the "label" command to create a new Volume for: Storage: "FileChgr1-Dev1" (/san

[Bacula-users] "Intervention needed" mail frequency drastically increased after Bacula update

2017-12-14 Thread Tilman Schmidt
Hello list, I just completed an upgrade of Bacula from version 5.2.13 to 7.4.4 on openSUSE Leap 42.3 and noticed that Bacula now emits an "Intervention needed" mail every five minutes while it is waiting for a tape. Previously these mails where much less frequent. I actually prefer the old behavio

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-03 Thread Uwe Schuerkamp
Thanks for the update Kevin, I'll try those instructions during our next offline backup. Cheers, Uwe -- NIONEX --- Ein Unternehmen der Bertelsmann SE & Co. KGaA -- This SF.net email is sponsored by Windows: Build f

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-03 Thread John Drescher
> Maybe in 5.2.7? > > " - More definitive fix for update slots bug" > > Not sure which bug this is referring to... > I do not know either. Usually they list a bug # that you can lookup. John -- This SF.net email is spons

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-03 Thread Kevin B. Zimmerman
Maybe in 5.2.7? " - More definitive fix for update slots bug" Not sure which bug this is referring to... Kevin B. Zimmerman On 07/03/2013 02:35 PM, John Drescher wrote: > On Wed, Jul 3, 2013 at 2:25 PM, Kevin B. Zimmerman > wrote: >> I get that's how it supposed to work -- and what I expected

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-03 Thread John Drescher
On Wed, Jul 3, 2013 at 2:25 PM, Kevin B. Zimmerman wrote: > I get that's how it supposed to work -- and what I expected -- but that's > not at all what was happening. Here's the behavior I saw: > > - Tape magazine #1, loaded with 12 tapes labelled 01L5 - 12L5, was > in the tape library; 11

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-03 Thread Kevin B. Zimmerman
I get that's how it supposed to work -- and what I expected -- but that's not at all what was happening. Here's the behavior I saw: - Tape magazine #1, loaded with 12 tapes labelled 01L5 - 12L5, was in the tape library; 11 marked as Full, 1 marked as Append - I followed the documentation

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-03 Thread John Drescher
On Wed, Jul 3, 2013 at 1:53 PM, John Drescher wrote: >> http://www.bacula.org/en/dev-manual/main/main/Autochanger_Resource.html#SECTION00295 >> "...Bacula will as a preference, use Volumes that it knows to be in the >> autochanger before accessing Volumes that are not in the autoch

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-03 Thread John Drescher
> http://www.bacula.org/en/dev-manual/main/main/Autochanger_Resource.html#SECTION00295 > "...Bacula will as a preference, use Volumes that it knows to be in the > autochanger before accessing Volumes that are not in the autochanger. > This prevents unneeded operator intervention." >

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-03 Thread Kevin B. Zimmerman
Looks like a winner; everything worked like I needed it to by following this set of steps. Thanks to Uwe and Josh for comments and suggestions. update slots enabled=0(set all current tapes to disabled; could also specify slots=12-23 to do a subset of tapes, for example) unmount (remove maga

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-02 Thread Kevin B. Zimmerman
Interesting. So if I'm reading the docs right (http://www.bacula.org/manuals/en/console/console/Bacula_Console.html#SECTION0024), the process for swapping a magazine could change from this: unmount (remove magazine) (insert new magazine) update slots mount to this: update slo

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-02 Thread Josh Fisher
On 7/2/2013 10:24 AM, Uwe Schuerkamp wrote: > On Tue, Jul 02, 2013 at 10:07:16AM -0400, Kevin B. Zimmerman wrote: >> Once I swap the old magazine out (following the instructions at >> http://www.bacula.org/en/dev-manual/main/main/Autochanger_Resource.html#SECTION00295), >> Bacula r

Re: [Bacula-users] Intervention needed, asking for tape not in library

2013-07-02 Thread Uwe Schuerkamp
On Tue, Jul 02, 2013 at 10:07:16AM -0400, Kevin B. Zimmerman wrote: > > Once I swap the old magazine out (following the instructions at > http://www.bacula.org/en/dev-manual/main/main/Autochanger_Resource.html#SECTION00295), > > Bacula refuses to automatically use any tapes in t

[Bacula-users] Intervention needed, asking for tape not in library

2013-07-02 Thread Kevin B. Zimmerman
Greetings - I'm running Bacula 5.2.5 on an Ubuntu 12.04.2 server, with an attached Dell PVTL2000 tape library. Everything has been working fine for a little while, until I decided to get another tape magazine to swap tapes in/out of the library for easier transition to offsite storage. Here's

Re: [Bacula-users] Intervention needed

2007-04-06 Thread Brian Debelius
Slightly different behavior this morning. I got the Intervention needed for the first job. Then the second job started ok and went to tape ok. Then the first job started and went to tape, and all subsequent jobs. strange. First job: 06-Apr 00:12 elkton-sd: Please mount Volume "A004" on

Re: [Bacula-users] Intervention needed

2007-04-05 Thread Brian Debelius
Brian Debelius wrote (again): Windows 2003r2 dir, sd, fd; Bacula v2.0.3; Exabyte VXA-172, LSI scsi Ok, I got it again this morning. 'Please mount Volume "A002"' From the command prompt mtx-changer shows that the requested tape is loaded 2:B008 4:C004 5:A008 6:B010 7:B0

Re: [Bacula-users] Intervention needed

2007-04-03 Thread Brian Debelius
Brian Debelius wrote: > Update slots shows slot 3 > * Catalog record for Volume "B001" updated to reference slot 3 > > List volume shows slot 3 > 28 | B001 | Append| 1 | 55,873,556,480 | 57 | > 7,257,600 | 1 |3 | 1 | X10 | 2007-04-02 11:40:41 |

Re: [Bacula-users] Intervention needed

2007-04-02 Thread Arno Lehmann
Hi, On 4/2/2007 5:17 PM, Brian Debelius wrote: > Brian Debelius wrote: >> Kern Sibbald wrote: >>> On Monday 02 April 2007 14:34, Brian Debelius wrote: Windows 2003, dir, sd, fd; Bacula 2.0.3; VXA-172 >>> Nice, I wish everyone would put a line like that -- it gets you a "free" >>> answer :-)

Re: [Bacula-users] Intervention needed

2007-04-02 Thread Brian Debelius
Update slots shows slot 3 * Catalog record for Volume "B001" updated to reference slot 3 List volume shows slot 3 28 | B001 | Append| 1 | 55,873,556,480 | 57 | 7,257,600 | 1 |3 | 1 | X10 | 2007-04-02 11:40:41 | status storage=xxx ok, I will tr

Re: [Bacula-users] Intervention needed

2007-04-02 Thread Kern Sibbald
I'll let the list help you on this as they are better than I am, especially for Win32 questions. Two points though, you may have the wrong slot numbers defined in the catalog. "update slots" can help, if that is the case. Debugging: list volume=xxx will tell you if the slot is properly def

Re: [Bacula-users] Intervention needed

2007-04-02 Thread Brian Debelius
Brian Debelius wrote: > Kern Sibbald wrote: >> On Monday 02 April 2007 14:34, Brian Debelius wrote: >>> Windows 2003, dir, sd, fd; Bacula 2.0.3; VXA-172 >> Nice, I wish everyone would put a line like that -- it gets you a "free" >> answer :-) >> >>> What would cause bacula to run a job, load the c

Re: [Bacula-users] Intervention needed

2007-04-02 Thread Brian Debelius
Kern Sibbald wrote: > On Monday 02 April 2007 14:34, Brian Debelius wrote: >> Windows 2003, dir, sd, fd; Bacula 2.0.3; VXA-172 > > Nice, I wish everyone would put a line like that -- it gets you a "free" > answer :-) > >> What would cause bacula to run a job, load the correct tape(in this case >>

Re: [Bacula-users] Intervention needed

2007-04-02 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kern Sibbald wrote: > On Monday 02 April 2007 14:34, Brian Debelius wrote: >> Windows 2003, dir, sd, fd; Bacula 2.0.3; VXA-172 > > Nice, I wish everyone would put a line like that -- it gets you a "free" > answer :-) > >> What would cause bacula t

Re: [Bacula-users] Intervention needed

2007-04-02 Thread Kern Sibbald
On Monday 02 April 2007 14:34, Brian Debelius wrote: > Windows 2003, dir, sd, fd; Bacula 2.0.3; VXA-172 Nice, I wish everyone would put a line like that -- it gets you a "free" answer :-) > > What would cause bacula to run a job, load the correct tape(in this case > B001) , and then say in

Re: [Bacula-users] Intervention needed

2007-04-02 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I bet you don't have to unmount the tape, just mount it. That's my situation anyway. I forget why that is exactly, but it had something to do with having the media closed after a backup. Brian Debelius wrote: > Windows 2003, dir, sd, fd; Bacula 2.0.3;

[Bacula-users] Intervention needed

2007-04-02 Thread Brian Debelius
Windows 2003, dir, sd, fd; Bacula 2.0.3; VXA-172 What would cause bacula to run a job, load the correct tape(in this case B001) , and then say intervention needed please mount volume (B001)? Then I manually have to umount the tape, then mount the same tape again, and the job runs? bri

[Bacula-users] Intervention needed?

2006-08-04 Thread Tobias Tiederle
Hi, I have a problem with my daily backup jobs. I use 2 tapes for mon-thu and set them to 25h retention. As mentioned in some past posts, I put in an Admin job to recycle volumes as needed. But apparently that didn't work. Today again, I had to mount the volume to release the job. Could someone he

Re: [Bacula-users] Intervention needed for BackupCatalog

2006-01-19 Thread Arno Lehmann
Hello, please, always reply to the list. On 1/19/2006 8:04 PM, Jesús Arnáiz wrote: First of all, thanks, I will see what you mention. On the other hand, can you resend me the answer of Florians?, I don't receive it, or may be I delete it by error. www.gmane.org has a searchable list archive

Re: [Bacula-users] Intervention needed for BackupCatalog

2006-01-19 Thread Arno Lehmann
Hello, On 1/18/2006 8:44 PM, Jesús Arnáiz wrote: Hi there, I don't stop to get this error, although I have every Pool with the "LabelFormat" directive, like: Pool { Name = Full-Pool Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 3 months Accept Any V

Re: [Bacula-users] Intervention needed for BackupCatalog

2006-01-18 Thread Florian Schnabel
Jesús Arnáiz wrote: Hi there, I don't stop to get this error, although I have every Pool with the "LabelFormat" directive, like: Pool { Name = Full-Pool Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 3 months Accept Any Volume = yes Maximum Volume J

[Bacula-users] Intervention needed for BackupCatalog

2006-01-18 Thread Jesús Arnáiz
Hi there, I don't stop to get this error, although I have every Pool with the "LabelFormat" directive, like: Pool { Name = Full-Pool Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 3 months Accept Any Volume = yes Maximum Volume Jobs = 2 LabelFormat

Re: [Bacula-users] Intervention nEEDED

2005-10-07 Thread Alan Brown
On Fri, 7 Oct 2005, Michael Reith wrote: 07-Oct 03:52 archie-sd: Job Trance_Firewall_Backup.2005-10-01_01.05.10 waiting. Cannot find any appendable volumes. Please use the "label" command to create a new Volume for: Storage: FileStorage Media type: File Pool: Default Ok,

Re: [Bacula-users] Intervention nEEDED

2005-10-07 Thread Jeronimo Zucco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Add another volume in the pool or recyle mannualy one tape: http://www.bacula.org/rel-manual/Automatic_Volume_Recycling.html#SECTION000238000 - -- Jeronimo Zucco LPIC-1 Linux Professional Institute Certified Núcleo de Processamento de D

Re: [Bacula-users] Intervention nEEDED

2005-10-07 Thread Dan Langille
On 7 Oct 2005 at 10:11, Michael Reith wrote: > 07-Oct 03:52 archie-sd: Job Trance_Firewall_Backup.2005-10-01_01.05.10 > waiting. Cannot find any appendable volumes. > Please use the "label" command to create a new Volume for: > Storage: FileStorage > Media type: File > Pool:

RE: [Bacula-users] Intervention nEEDED

2005-10-07 Thread Lowe, Bryan
Title: [Bacula-users] Intervention nEEDED are all your tapes full in your default pool? the only time I see that message is when all the tapes in my pool are full, and I need to add more.  From: [EMAIL PROTECTED] on behalf of Michael ReithSent: Fri 10/7/2005 1:11 PMTo: bacula-users

[Bacula-users] Intervention nEEDED

2005-10-07 Thread Michael Reith
07-Oct 03:52 archie-sd: Job Trance_Firewall_Backup.2005-10-01_01.05.10 waiting. Cannot find any appendable volumes. Please use the "label" command to create a new Volume for: Storage: FileStorage Media type: File Pool: Default Ok, I'm not quite sure what this means.. it

[Bacula-users] Intervention needed, then runs fine.

2005-08-08 Thread Charles R. Falkiner
Hello all, I have an interesting situation with my backups. I have a rotating backup system going to files. Incrementals daily, differentials bi-monthly, fulls monthly. I set it up just like the example in the bacula doc. All volumes recycle so I end up with 7 incremental volumes, 2 differenti