HI All

I have two jobs wich write in the same volume, same pool, same schedule and use 
2 differents storage. And I ask myself why today there is two volumes rather 
than one :

519 | TOTO-Daily-0519 | Append    |       1 | 606,410,544 |        0 |    
2,592,000 |       1 |    0 |         0 | File      | 2009-04-15 03:13:58 |
522 | TOTO-Daily-0522 | Append    |       1 | 278,766,219 |        0 |    
2,592,000 |       1 |    0 |         0 | File      | 2009-04-15 03:19:34 |


Configuration :

Pool {
  Name = TOTO-DailyCycle
  Pool Type = Backup
  AutoPrune = yes
  VolumeRetention = 30d
  Maximum Volumes = 31
  Recycle = yes
  Recycle Oldest Volume = yes
  Volume Use Duration = 12 hours
  Label Format = "TOTO-Daily-"
}


Job {
  Name = "TOTO1-BDD-Job"
  JobDefs = TOTO-Jobdefs
  Client = tata
  FileSet = BDD-Fileset
  Pool = TOTO-DailyCycle
  Storage = TOTO1Storage
  Client RunBeforeJob = "/0/bacula/scripts/make_sql_backup"
  Client RunAfterJob  = "/0/bacula/scripts/delete_sql_backup"
  Write Bootstrap = "/0/bacula/bsr/TOTO1-BDD.bsr"
}

Job {
  Name = "TOTO2-BDD-Job"
  JobDefs = TOTO-Jobdefs
  Client = titi
  FileSet = BDD-Fileset
  Storage = TOTO2Storage
  Pool = TOTO-DailyCycle
  Client RunBeforeJob = "/0/bacula/scripts/make_sql_backup"
  Client RunAfterJob  = "/0/bacula/scripts/delete_sql_backup"
  Write Bootstrap = "/0/bacula/bsr/TOTO2-BDD.bsr"
}
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to