Bacula-users

Re: [Bacula-users] FileSet problem

2008-06-11 12:10:07
Subject: Re: [Bacula-users] FileSet problem
From: "Jari Fredriksson" <jarif AT iki DOT fi>
To: "Jari Fredriksson" <jarif AT iki DOT fi>, "Peter Schumann" <kaputnik AT wh2.tu-dresden DOT de>, <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 11 Jun 2008 19:09:39 +0300
>> Hi List
>> 
>> I try to backup our Maildir and don't get it running.
>> 
> 
> Try this
> 
> 

Or this. I first commented out your include regex.. Tested with ours and it did 
not work

^home/.*/Maildir should work, at least it works with 

    sudo find /home/ | grep ^/home/.*/Maildir

Changed the last row also to /home to be sure, but don't know if 
/home/*/Maildir works too.


FileSet {
  Name = "maildirs"
  Include {
    Options {
      signature=MD5
      onefs=yes
      recurse=yes
      sparse=yes
      #compression=GZIP
      #exclude=yes
      RegexDir = "^/home/.*/Maildir"
    }
    Options {
      #WildDir = "/home/*"
      RegexDir = ".*"
      exclude = yes
    }
  }
  Exclude {
    File = lost+found
    File = /home/oldhomes
    File = /home/spam
    File = /home/Maildirs
  }
  File = /home
}
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>