Bacula-users

[Bacula-users] FileSet problem

2008-06-11 11:41:22
Subject: [Bacula-users] FileSet problem
From: Peter Schumann <kaputnik AT wh2.tu-dresden DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 11 Jun 2008 17:41:11 +0200
Hi List

I try to backup our Maildir and don't get it running.

The directory tree looks like this /home/$user/Maildir.
I've not found any way to backup only the Maildirs.

I'm able to backup /home without /home/$user/Maildir and of course the 
hole /home.

I wonder if it's not possible.

This is the actual FileSet definition witch result is that only /home 
(the directory entry)  is backed up.


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
                        }

        File = /home
                }

        Exclude {
                File = lost+found
                File = /home/oldhomes
                File = /home/spam
                File = /home/Maildirs
                }
}

Bey Peter

AG DSN Sektion Wundstraße

www.AGDSN.de





-------------------------------------------------------------------------
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>