Bacula-users

[Bacula-users] including only maildirs

2011-03-17 07:06:39
Subject: [Bacula-users] including only maildirs
From: Silver Salonen <silver AT ultrasoft DOT ee>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 17 Mar 2011 13:03:11 +0200
Hi.

I want to backup only users' maildirs in a job, and all the other stuff on the 
other job. I cannot get the fileset to do what I want. I followed the example 
in the manual, but even this does not work.

My fileset:
    Include {
        Options {
            WildDir = "/mnt/snap/gm0/home/*/Maildir"
        }
        Options {
            Exclude = yes
            RegexDir = ".*"
        }
        File = "/mnt/snap/gm0/home"
    }

Fileset in the manual:
  Include {
     Options {
        wilddir = "/home/a*"
        wilddir = "/home/b*"
     }
     Options {
        RegexDir = ".*"
        exclude = yes
     }
     File = /home
  }

The fileset in the manual is said to do the right thing, but my job's estimate 
is only:
drwxr-xr-x  28 root     wheel            512 2010-03-22 10:31:32  
/mnt/snap/gm0/home
2000 OK estimate files=1 bytes=0

Any idea how would I achieve what I want?

PS. I use bacula 5.0.3 on FreeBSD on both server and the client.

-- 
Silver

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
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>