Hello,

I used bacula-1.38, since I updated it to 2.0.3, it backuped 4 times ok 
and then it errors with :
"""
23-May 15:53 127.0.0.1-dir: Client1.2007-05-23_15.32.54 Warning: Wanted 
to create Volume "ScribeVolume0109", but it already exists. Trying
again.
23-May 15:53 127.0.0.1-dir: Client1.2007-05-23_15.32.54 Error: Too many 
failures. Giving up creating Volume name.
"""


I noticed that that the concerned volumes are not always the same. For 
example today bacula errors about "ScribeVolume0100" to 
"ScribeVolume0109" and on may 20th it errored on "ScribeVolume0090 to 
ScribeVolume0097".

Here's part of my SD configuration :
Device {
   Name = FileStorage
   Media Type = File
   Archive Device = /var/sauvegardes
   LabelMedia = yes;                   # lets Bacula label unlabeled media
   Random Access = Yes;
   AutomaticMount = yes;               # when device opened, read it
   RemovableMedia = no;
   AlwaysOpen = no;
}

the DIR conf :
Pool {
   Name = Default
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Volume Retention = 100 days
   LabelFormat = "ScribeVolume"
   Recycle Oldest Volume = yes
   Maximum Volume Bytes = 2 gb
   Volume Use Duration = 6 days
}


liste volumes shows all the concerned volumes in database ... what's 
happening ?


K.



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to