Hi Everybody,

I'm using bareos to backup Linux servers. I have bind mounts on the servers and 
using the following Fileset config.

FileSet {
  Name = "StdLinux"
  Include {
    Options {
      compression = GZIP
      noatime = yes
      signature = MD5 # calculate md5 checksum per file
      sparse = yes
      One FS = No     # change into other filessytems
      FS Type = ext2  # filesystems of given types will be backed up
      FS Type = ext3  # others will be ignored
      FS Type = ext4
    }
    File = /
  }
}


Although I specify to backup only mounts of type ext2,3,4 the bind mounts are 
backed up twice. Once in the source of the mount and once in the destination.

Is there a way to exclude bind mounts, not on individual basis, but on type 
basis?

As far as I can see, the mount command reports fs type none for bind mounts.

Appreciate your help.

Thanks.

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