# Default pool definition
Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle 
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 20 days         # one year
  Maximum Volume Bytes = 10GB
  Label Format = "Default-"
  Maximum Volume Jobs = 1
}

Pool {
  Name = Pull_Full
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle 
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 20 days         # one year
  Maximum Volume Bytes = 10GB
  Label Format = "FullVol-"
  Maximum Volume Jobs = 1
}

Pool {
  Name = Pull_Inc
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle 
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 20 days         # one year
  Maximum Volume Bytes = 10GB
  Label Format = "IncVol-"
  Maximum Volume Jobs = 1
}

Pool {
  Name = Pull_Diff
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle 
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 20 days         # one year
  Maximum Volume Bytes = 10GB
  Label Format = "DifVol-"
  Maximum Volume Jobs = 1

}





Cedric <logicl...@gmail.com> 
22.10.2009 12:31

Кому
Serge Vostroknutov <s...@mastersoft.ru>
Копия
bacula-users@lists.sourceforge.net
Тема
Re: [Bacula-users] Bacula wanted to create Volume, but it already exists. 
Trying again.






2009/10/21 Serge Vostroknutov <s...@mastersoft.ru>

Hello 

*status dir 
bacula-dir Version: 2.0.3 (06 March 2007) x86_64-redhat-linux-gnu redhat 
Enterprise release 

I have a following warning messages in the bacula.log 
Those messages were appeared after some jobs and lolumes were manually 
purged from catalog 

#22-Oct 11:00 bacula-dir: Start Backup JobId 359, 
Job=server-sql.2009-10-22_11.00.00 
22-Oct 11:00 bacula-dir: server-sql.2009-10-22_11.00.00 Warning: Wanted to 
create Volume "IncVol-0357", but it already exists. Trying again. 
22-Oct 11:00 bacula-dir: server-sql.2009-10-22_11.00.00 Warning: Wanted to 
create Volume "IncVol-0358", but it

Can you post the pool definition from your director config?

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to