Bacula-users

[Bacula-users] onefs query

2016-02-18 00:36:35
Subject: [Bacula-users] onefs query
From: Peter Keller <pkeller AT sift DOT net>
To: Bacula Users List <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 17 Feb 2016 23:30:11 -0600
Hello,

I'm using bacula 7.2.0 and I have a fileset that looks like this:

FileSet {
    Name = "Machine Heavy-Weight NO RDBMS"
    Include {
        Options {
            # DANGER: This will allow this FileSet to cross file system
            # boundaries.
            onefs = no

            fstype=ext2
            fstype=ext3
            fstype=ext4
            fstype=btrfs
            fstype=jfs
            fstype=reiserfs
            fstype=ufs
            fstype=xfs
            fstype=vxfs
        }

        Options {
            Exclude = yes
            regexdir = "^/home/[^/]+/.cache"
            regexdir = "^/var/lib/bacula"
            regexdir = "^/backups"
            regexdir = "^/var/lib/postgresql/[^/]+/main"
            regexdir = "^/var/lib/mysql"
            regexdir = "^/tmp"
            regexdir = "^/var/tmp"
            regexdir = "^/proc"
            regexdir = "^/sys"
            regexdir = "^/.journal"
            regexdir = "^/.fsck"
        }

        Options {
            signature = MD5
            compression = GZIP1
        }

        File = "/"
    }
}

However, bacula doesn't descend into /home claiming it is a different file
system.

According to mount, both / and /home are ext4 so I believe it should descend.

What did I do wrong?

Thank you!

-pete

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
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>