I have seen several different ways to exclude directories and was
wondering what the best way is and how to tell if it is even obeying the
directives!  Currently I use something like this:

FileSet {
  Name = "FullSolaris"
  Include {
    Options {
      Signature = MD5
      OneFS = no
      FSType = ufs
    }
    File = "/"
  }
  Exclude {
    File = "/dev"
    File = "/devices"
    File = "/system"
    File = "/proc"
    File = "/tmp"
    File = "/mnt"
  }
}

But have also seen the wilddirs like this:
FileSet {
  Name = "FullLinux"
  Include {
    Options {
      Signature = MD5
      OneFS = no
      Sparse = yes
      ACLSupport = yes
      FSType = ext2
      Exclude = yes
         wildDir = "/var/run/*"
         wildDir = "/var/spool/clientmqueue/*"
         wildDir = "*/lost+found/*"
    }
    File = "/"
  }
}

TIA,
Steve



------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to