Bacula-users

[Bacula-users] Scheduler problem

2009-12-18 09:33:36
Subject: [Bacula-users] Scheduler problem
From: Philip Möller <p.moeller AT bigpoint DOT net>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 18 Dec 2009 13:45:26 +0100
Hi together,

I just installed and configured Bacula Version: 3.0.2 (18 July 2009) 
x86_64-pc-linux-gnu debian 5.0.3 and everything is working fine except of one 
scheduled job. It's a verify job which should run after the backup job has 
finished. But sadly that verify job is not executed and I get no errors from 
bacula.

Here is the schedule / job configuration:

# Fileset configuration:

FileSet {
  Name = "Full Set"
  Ignore FileSet Changes = no
  Include {
    Options {
      signature = MD5
      Verify = pins5
    }
    File = /var/lib/localdata/backup/
  }
}

# Schedule configuration for the daily incremental backup (that one is working 
fine) and the verify schedule (which is not executed)

Schedule {
  Name = "Daily Incremental"
  Run = daily at 19:40
}

Schedule {
  Name = "Verify Daily Incremental"
  Run = daily at 19:45
}

# The pool configuration

Pool {
  Name = daily_incremental
  Pool Type = Backup
  Storage = Tape
  Recycle = yes
  Recycle Oldest Volume = yes
  AutoPrune = yes
  Volume Retention = 25 days
  Cleaning Prefix = "CLN"
}

# And here the job configurations

Job {
  Name = "Daily Incremental"
  Level = Incremental
  Client = srv012005-fd
  Type = Backup
  Pool = daily_incremental
  FileSet = "Full Set"
  Messages = Standard
  Schedule = "Daily Incremental"
  Max Start Delay = 14400
  Priority = 2
}

Job {
  Name = "Verify Daily Incremental"
  Client = srv012005-fd
  Type = Verify
  Level = VolumeToCatalog
  Pool = daily_incremental
  FileSet = "Full Set"
  Verify Job = "Daily Incremental"
  Max Start Delay = 14400
  Messages = Standard
  Priority = 3
}

I hope someone can help me to solve this issue.

Thank you very much !

Best regards,

Philip Möller

---
Möller, Philip
System Administration        
              
BIGPOINT GmbH
Christoph-Probst-Weg 3
20251 Hamburg
Germany

Tel: +49 (0)40/88 14 13-0  
Fax: +49 (0)40/88 14 13-11
Mail: p.moeller AT bigpoint DOT net

Managing Director: Heiko Hubertz
Register: HRB-Hamburg 94148

Visit our gameportal: http://www.bigpoint.com/



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Scheduler problem, Philip Möller <=