I want to use the next scheme - 
I have 5 cassetes(or files on hard disk, as I think, it's the same) 
I make a full backup every friday and incremental(or differential) on monday - 
thursday. I have the following questions - how should I say bacula, that I 
need to change volumes on 0:00 at the night?
   I made the following -
Pool {
  Name = Default
  Pool Type = Backup
  Volume Use Duration = 24h
  Recycle = yes                       
  AutoPrune = yes                  
  Volume Retention = 62 days           
  LabelFormat = "Vol$WeekDay"
  Maximum Volume Bytes = 1000000000   #10^9 bytes < 1Gb
  Accept Any Volume = yes             # write on any volume in the pool
}

But  it means, bacula will change the volume every 24 hours, and I wan it to 
change it every night at 0:00.
The secon problem is that on the next week bacula doesn't want to write on the 
volumes from the last weak - they are marked as "Used".




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to