On Tue, Nov 01, 2005 at 02:36:08PM -0500, Pete J. O'Hara wrote:

> Is there a configuration option where everything under "/" 
> would be backed up regardless of not being in the "/" filesystem?

Yup.  In your fileset resource, use something like this:

    fileset {
      name = standard-set
      include {
        options {
          signature = MD5
          onefs = no
          fstype = ext2
        }
        file = /
      }
    }

The "onefs = no" directive causes bacula to decend into other
filesystems.  The "fstype = ext2" limits this decent to filesystems of
type ext2.  On a typical Linux setup, this will cause bacula to back
up all the local disk-based file systems, while preventing bacula from
trying to back up NFS mounted filesystems or the /proc and /sysfs
filesystems.

-- 
John Kodis


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to