Martin Simmons schrieb:
> >>>>> On Tue, 10 Nov 2009 10:54:26 +0100, Ralf Gross said:
> > 
> > Martin Simmons schrieb:
> > > >>>>> On Tue, 3 Nov 2009 09:51:17 +0100, Ralf Gross said:
> > > > 
> > > > bacula 3.0.2, psql, debian etch
> > > > 
> > > > Every now and then I receive error mails about missing files from 
> > > > verify jobs
> > > > where I can't find the problem.
> > > 
> > > Does it report all files as missing in that case or is it some subset?
> > 
> > Not all.
> > 
> >  
> > > What does the end of the email look like, i.e. the job report from "Build 
> > > OS:"
> > > to "Termination:"?
> > 
> > 
> > This verify job complained only about missing files in /usr.
> 
> Ah, this is a good clue.  What is the fileset definition?  Maybe it includes
> the /usr directory twice?


The fileset looks ok to me.

FileSet {
  Name = Client
  Ignore FileSet Changes = yes
  Include {
    Options {
      aclsupport = yes
      signature = MD5
    }
    File = /
    File = /var
    File = /boot
  }
  Exclude {
    File = /media/*
    File = /lost+found/*
    File = /mnt/*
    File = /dev/*
    File = /sys/*
    File = /proc/*
    File = /tmp/*
    File = /.journal
    File = /.fsck
  }
}


Ralf

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to