I want to use One FS = No to allow bareos to backup all mount points. This is 
in the sample config, but it does not appear to have any effect. I have tried 
onefs=no, One FS = No, and a couple other combinations. I poked around the code 
on Github but I'm not very good at understanding it. 

No matter what I do I get messages like: 2016-11-07 22:30:25    backup1-fd 
JobId 30: /home is a different filesystem. Will not descend from / into it.

Just to be sure I got to the webui restore ui and confirm /home is listed but 
is empty.

Here is my current Fileset definition. Any help would be appreciated:

FileSet {
  Name = "Linux All"
  Include {
    Options {
      Signature = MD5 # calculate md5 checksum per file
      OneFS = No
      FS Type = ext2  # filesystems of given types will be backed up
      FS Type = ext3  # others will be ignored
      FS Type = ext4
      FS Type = xfs
      FS Type = zfs
      FS Type = reiserfs
      FS Type = jfs
      FS Type = btrfs
    }
    Options {
      Exclude = yes
      RegexDir = "^/data01/.*/mysql"
      RegexDir = "^/var/lib/docker/containers/.*/shm"
    }
    File = /
    File = /data01
  }
  # Things that usually have to be excluded
  # You have to exclude /var/lib/bareos/storage
  # on your bareos server
  Exclude {
    File = /var/lib/bareos
    File = /var/lib/bareos/storage
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
    File = /home/bareos
    File = /var/lib/docker/devicemapper/mnt/
    File = /var/lib/docker/devicemapper/devicemapper/data
    File = /dev
    File = /tmp
    File = /sys
    File = /run
  }

}

*version
backup1-dir Version: 16.2.4 (01 July 2016) x86_64-redhat-linux-gnu redhat 
CentOS Linux release 7.0.1406 (Core)  CentOS_7 x86_64

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to