Everything was working last Friday but when I came in today, I noticed that
Bacula had gone from writing to Vol51, which still shows Append, to Vol58
which is full.  Vol 51 is in slot 5 and vol58 is in slot 4.  Vol52, 53, 54,
55 are in slot 6, 7, 8, 1 respectively.

I have looked through the messages and have noticed this error: Alert:
Invalid tapealert page: 0, but Bacula still wrote to the correct volume. 
This was last week.  I also noticed where it issued the command to load
drive 0 and the result slot is 5, which is correct; however, it says "Wrote
label to prelabeled Volume "Vol58" on device "/dev/nst0"  This is where it
should be Vol51.

The error shows that the Directory wanted Volume 'vol51" But cannot continue
because vol58 is full and it should be Append mode.

I am still using an older version, 1.36.2
Here is my configs.
Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 6 months         # six months
  Accept Any Volume = yes             # write on any volume in the pool
}

Schedule {
  Name = "DailyCycle"
  Run = Level=Full 1st-5th sun at 01:00am
  Run = Level=Incremental mon-sat at 10:00pm
}
Client {             
  Name = faxserver            
  Address = xxx.xx.xxx.223
  FDPort = 9102       
  Catalog = MyCatalog
  Password = "passwd"          # password for FileDaemon
  File Retention = 14 days     # 14 days
  Job Retention = 6 months     # six months
  AutoPrune = yes              # Prune expired Jobs/Files
}

########### JOB ###########
Job {
  Name = "faxserver"
  JobDefs = "faxserver"
  Write Bootstrap = "/etc/bacula/bootstrap/faxserver.bsr"
  }
JobDefs { 
  Name = "faxserver"
  Type = Backup
  Client = easy1
  FileSet = "faxserver"
  Schedule = "DailyCycle"
  Storage = Autochanger
  messages = Standard
  Pool = Default
  Priority = 5
}


-- 
View this message in context: 
http://www.nabble.com/Why-would-Bacula-go-from-Vol51-to-Vol58-tf3671050.html#a10257892
Sent from the Bacula - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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