Re: [Bacula-users] jobdefs question

2006-08-30 Thread Uwe Schuerkamp

On Tue, Aug 29, 2006 at 11:04:33AM +0200, Uwe Schuerkamp wrote:
 From: Uwe Schuerkamp [EMAIL PROTECTED]
 To: Masopust, Christian [EMAIL PROTECTED]
 Cc: Bacula Users Mailing List bacula-users@lists.sourceforge.net
 Date: Tue, 29 Aug 2006 11:04:33 +0200
 Subject: Re: [Bacula-users] jobdefs question
 
 Hello folks,
 
 sorry to follow up on myself, but it looks like removing the pool
 overrides from the schedule definition fixed the problem like so: 
 
 Schedule {
   Name = FullMonday
   Run = Level=Full FullPool=Default Pool=Default Mon at 11:00
   Run = Level=Incremental tue-sun at 19:05
 }
 
 Now, the hosts scheduled today for an incremental backup seem to be
 destined for the correct disk / online volume, at least the
 *unknown* volume has disappeared from the status dir output. 
 
 All the best  thanks again for your help, 
 
 Uwe 
 

That statement seems to have been a bit premature. Now all backups go
to the offline pool, not just full backups, even though I've indicated
the incremental backup pool in the job definition: 

Job {
  Name = deniol13
  Client = deniol13e-fd
  JobDefs = full_monday
  Pool = Default
  Full Backup Pool = Default
  Incremental Backup Pool = Online01
  Storage = DLT8000
  FileSet = Full Set deniol13 online
  Write Bootstrap =
  /server/bacula/var/bacula/working/deniol13e_online.bsr
}

If I comment out the Pool=Default statement, bacula throws an
error. Now I'm totally confused: How can I make incremental backups go
to a different pool than full backups? 

Thanks in advance, 

uwe 

-- 
Uwe Schuerkamp, NIONEX GmbH (http://www.nionex.com/)
[EMAIL PROTECTED] Tel: +49 (0)5241 / 80 10 66 FAX: / 806 23 38
Avenwedder Str. 55, D-33311 Guetersloh, Germany
GnuPG KeyID: 5887047D, Fingerprint: 2E1320229A3F63 7F676FE9B1A836A461

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] jobdefs question

2006-08-30 Thread Uwe Schuerkamp
On Tue, Aug 29, 2006 at 12:14:39PM +0200, Arno Lehmann wrote:
 
 No problem here, I think. This behaviour is well known to me, and I
 simply ignore it (but I don't really need the expected volume
 information). I suppose it's because Bacula will not do the whole
 routine of finding which volume to use in which storage device when
 doing this report. Anyway, I usually see the jobs going to the right
 device, and I suppose your setup also works as you want it to.
 
 If it doesn't, please send the resulting error messages etc.
 
 Arno
 

Hello Arno,

thanks for your reply. I'll just hope for the best tonight and post
results tomorrow. 

All the best, uwe 

-- 
Uwe Schuerkamp, NIONEX GmbH (http://www.nionex.com/)
[EMAIL PROTECTED] Tel: +49 (0)5241 / 80 10 66 FAX: / 806 23 38
Avenwedder Str. 55, D-33311 Guetersloh, Germany
GnuPG KeyID: 5887047D, Fingerprint: 2E1320229A3F63 7F676FE9B1A836A461

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] jobdefs question

2006-08-29 Thread Uwe Schuerkamp
Hi folks,

I have defined the following jobdefs entry: 

JobDefs {
  Name = full_tuesday
  Type = Backup
  Schedule = FullTuesday
  Messages = Standard
  Pool = Online01
  Priority = 10
  }

The schedule defines full backups to a tape pool on Tuesday and
incremental backups to disk during the rest of the week, here's an
example job definition: 


Job {
  Name = host01
  Client = host01-fd
  JobDefs = full_tuesday
  Pool = Default
  Incremental Backup Pool = Online01
  Storage = DLT8000
  FileSet = Full Set host01
  Write Bootstrap = /server/bacula/var/bacula/working/host01.bsr
}


And here's the schedule definition: 

Schedule {
  Name = FullTuesday
  Run = Level=Full FullPool=Default Pool=Default Tue at 12:00
  Run = Level=Incremental  Pool=Online01 IncrementalPool=Online01  mon wed-sun  
at 19:05
}


Full backups now go to tape as expected, but when host01 is due for an
incremental backup, the volume column lists *unknown* where it
should list the online (disk) volume when I use status dir in bconsole. 

Can somebody please shed some light on what I am doing wrong? (using
bacula 1.38.9 compiled from source on Debian if that matters). 

Cheers, Uwe 


-- 
Uwe Schuerkamp, NIONEX GmbH (http://www.nionex.com/)
[EMAIL PROTECTED] Tel: +49 (0)5241 / 80 10 66 FAX: / 806 23 38
Avenwedder Str. 55, D-33311 Guetersloh, Germany
GnuPG KeyID: 5887047D, Fingerprint: 2E1320229A3F63 7F676FE9B1A836A461

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] jobdefs question

2006-08-29 Thread Masopust, Christian

Hello Uwe,

I'm not totally sure but this also depends on the configuration of your
pools. So please could you also post it?

Chris

--
I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside. 

- Unknown Unix Jedi  

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Uwe Schuerkamp
 Sent: Tuesday, August 29, 2006 10:07 AM
 To: Bacula Users Mailing List
 Subject: [Bacula-users] jobdefs question
 
 Hi folks,
 
 I have defined the following jobdefs entry: 
 
 JobDefs {
   Name = full_tuesday
   Type = Backup
   Schedule = FullTuesday
   Messages = Standard
   Pool = Online01
   Priority = 10
   }
 
 The schedule defines full backups to a tape pool on Tuesday and
 incremental backups to disk during the rest of the week, here's an
 example job definition: 
 
 
 Job {
   Name = host01
   Client = host01-fd
   JobDefs = full_tuesday
   Pool = Default
   Incremental Backup Pool = Online01
   Storage = DLT8000
   FileSet = Full Set host01
   Write Bootstrap = /server/bacula/var/bacula/working/host01.bsr
 }
 
 
 And here's the schedule definition: 
 
 Schedule {
   Name = FullTuesday
   Run = Level=Full FullPool=Default Pool=Default Tue at 12:00
   Run = Level=Incremental  Pool=Online01 
 IncrementalPool=Online01  mon wed-sun  at 19:05
 }
 
 
 Full backups now go to tape as expected, but when host01 is due for an
 incremental backup, the volume column lists *unknown* where it
 should list the online (disk) volume when I use status dir 
 in bconsole. 
 
 Can somebody please shed some light on what I am doing wrong? (using
 bacula 1.38.9 compiled from source on Debian if that matters). 
 
 Cheers, Uwe 
 
 
 -- 
 Uwe Schuerkamp, NIONEX GmbH (http://www.nionex.com/)
 [EMAIL PROTECTED] Tel: +49 (0)5241 / 80 10 66 FAX: / 806 23 38
 Avenwedder Str. 55, D-33311 Guetersloh, Germany
 GnuPG KeyID: 5887047D, Fingerprint: 2E1320229A3F63 7F676FE9B1A836A461
 
 --
 ---
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on 
 Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] jobdefs question

2006-08-29 Thread Uwe Schuerkamp
On Tue, Aug 29, 2006 at 10:45:25AM +0200, Masopust, Christian wrote:
 From: Masopust, Christian [EMAIL PROTECTED]
 To: Uwe Schuerkamp [EMAIL PROTECTED],
   Bacula Users Mailing List bacula-users@lists.sourceforge.net
 Date: Tue, 29 Aug 2006 10:45:25 +0200
 Subject: RE: [Bacula-users] jobdefs question
 
 
 Hello Uwe,
 
 I'm not totally sure but this also depends on the configuration of your
 pools. So please could you also post it?
 
 Chris
 

Certainly, here's the tape pool definition: 


Pool {
  Name = Default
  Recycle Oldest Volume = yes
  Pool Type = Backup
  Recycle = yes   
  AutoPrune = yes 
  Volume Retention = 6 months   
  Accept Any Volume = yes   

}


and here's the disk pool: 

Pool {
  Name = Online01
  Pool Type = Backup
  Recycle = yes 
  AutoPrune = yes   
  Volume Retention = 12 days
  Accept Any Volume = yes   
  Maximum Volumes = 14

  Recycle Oldest Volume = yes
  LabelFormat =ONLINE01_
  Volume Use Duration = 1 day
}

Both pools already exist and have appendable volume members. 

All the best  thanks in advance for your help, 

Uwe 

-- 
Uwe Schuerkamp, NIONEX GmbH (http://www.nionex.com/)
[EMAIL PROTECTED] Tel: +49 (0)5241 / 80 10 66 FAX: / 806 23 38
Avenwedder Str. 55, D-33311 Guetersloh, Germany
GnuPG KeyID: 5887047D, Fingerprint: 2E1320229A3F63 7F676FE9B1A836A461

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] jobdefs question

2006-08-29 Thread Uwe Schuerkamp
Hello folks,

sorry to follow up on myself, but it looks like removing the pool
overrides from the schedule definition fixed the problem like so: 

Schedule {
  Name = FullMonday
  Run = Level=Full FullPool=Default Pool=Default Mon at 11:00
  Run = Level=Incremental tue-sun at 19:05
}

Now, the hosts scheduled today for an incremental backup seem to be
destined for the correct disk / online volume, at least the
*unknown* volume has disappeared from the status dir output. 

All the best  thanks again for your help, 

Uwe 

-- 
Uwe Schuerkamp, NIONEX GmbH (http://www.nionex.com/)
[EMAIL PROTECTED] Tel: +49 (0)5241 / 80 10 66 FAX: / 806 23 38
Avenwedder Str. 55, D-33311 Guetersloh, Germany
GnuPG KeyID: 5887047D, Fingerprint: 2E1320229A3F63 7F676FE9B1A836A461

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] jobdefs question

2006-08-29 Thread Arno Lehmann
(Retry, due to mail provider being blaclisted by sf...)

Hi,

On 8/29/2006 10:07 AM, Uwe Schuerkamp wrote:
 Hi folks,
 
 I have defined the following jobdefs entry: 
...
 Job {
   Name = host01
   Client = host01-fd
   JobDefs = full_tuesday
   Pool = Default
   Incremental Backup Pool = Online01
   Storage = DLT8000
   FileSet = Full Set host01
   Write Bootstrap = /server/bacula/var/bacula/working/host01.bsr
 }
 
 
 And here's the schedule definition: 
 
 Schedule {
   Name = FullTuesday
   Run = Level=Full FullPool=Default Pool=Default Tue at 12:00
   Run = Level=Incremental  Pool=Online01 IncrementalPool=Online01  mon 
 wed-sun  at 19:05
 }
 
 
 Full backups now go to tape as expected, but when host01 is due for an
 incremental backup, the volume column lists *unknown* where it
 should list the online (disk) volume when I use status dir in bconsole. 
 
 Can somebody please shed some light on what I am doing wrong? (using
 bacula 1.38.9 compiled from source on Debian if that matters). 

No problem here, I think. This behaviour is well known to me, and I
simply ignore it (but I don't really need the expected volume
information). I suppose it's because Bacula will not do the whole
routine of finding which volume to use in which storage device when
doing this report. Anyway, I usually see the jobs going to the right
device, and I suppose your setup also works as you want it to.

If it doesn't, please send the resulting error messages etc.

Arno

 Cheers, Uwe 
 
 

-- 
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users