Ok i am a little confused about the database i have a backup called i925. I ran 
the job and it upgraded to a full backup as expected then i ran a few 
incremental backs.  When i went to retore the job it listed a couple of volumes 
but went on to say there were no files in the tree and that my policy had 
likely pruned these.  Bacula then asked me to restore all file i said yes but 
agast there were none.  

Still new with bacula and still testing everything so not a big deal.  I 
decieded to delete the pool for i925 then went on to manually delete the files 
using putty as bacula leaves them for the amount of time set with the file 
retention setting right?

Thought i could just rerun the job but bacula still thinks all those files are 
there and does only on incremental backup what is goin on.  Here is some of my 
bacula-dir.conf

Not very clear about what i need to do to update the database thought i could 
just restart bacula for that.  Tried a few options with the update command but 
not sure what is going on and wounder if there is a quick way to tell if all my 
backup are broken like this one.


#i925.computerking.ca basic = 
=========================================================

Job {
  Name = "i925.computerking.ca"
  JobDefs = "DefaultJob"
  Priority = 9
  Storage = computerking.ca
  Client = i925.computerking.ca
  Fileset = i925.computerking.ca
  Pool = i925.computerking.ca-pool
  Write Bootstrap = "/var/db/bacula/i925.computerking.ca-catalog.bsr"
}

Client {
  Name = i925.computerking.ca
  Address = 192.168.0.10
  FDPort = 9102
  Catalog = MyCatalog
  Password = "22vu22"
  File Retention = 40 days
  Job Retention = 2 months
  AutoPrune = yes
}

FileSet {
  Name = "i925.computerking.ca"
  Include {
    Options {
        signature = MD5
        compression = GZIP6
        Exclude = yes
        IgnoreCase = yes
        #this should ignore any directory called temp anywhere?
        WildDir = "[A-Z]:*/temp"
        WildDir = "[A-Z]:*/1_NOBACKUP"
}
#    File = "D:/bacula/backups"
}
 Exclude {
    File = "D:/Temp"
   }
}

Pool {
  Name = i925.computerking.ca-pool
  Volume Retention = 40 days
  Maximum Volume Jobs = 35
  Label Format = i925.computerking.ca-
  Maximum Volumes = 2
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Accept Any Volume = yes
}

-- 
Computer King/CaNMail

http://www.computerking.ca     http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to