I thought I would cut down on backed up data, by excluding old log
files, but the below fileset still backs up every tgz and tar.gz file
under my /var/log dirs, so whats the _proper_ way to do this?


FileSet {
  Name = "Full excl old logs and mySQL"
  Include {
    Options {
      signature = MD5
      Exclude = yes
      wildfile = *.MYI
      wildfile = *.MYD
    }
    Options {
    Wilddir = /var/log
    Wildfile = *.tgz
    Wildfile = *.tar.gz
    }
    File = /
  }

  Exclude {
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
  }
} 


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to