On 05/26/16 09:03 PM, 'Matt Simon' via bareos-users wrote:
> I have a CentOS-7 VPS running on OpenVZ. The file system set by the VPS 
> hosting provider is "simfs". For using Bareos backup, I created a FileSet. 
> But when Ido an "estimate" using bconsole, I get the error message that the 
> top level directory xxx has unlisted fstype "simfs".
> 
> How can I make Bareos to read my files?


How about adding this filesystem to the list of allowed filesystems in the 
Fileset ?

e.g.

FileSet {
  Name = "Linux All"
  Include {
    Options {
      Signature = MD5 # calculate md5 checksum per file
      One FS = No     # change into other filessytems
      FS Type = ext2  # filesystems of given types will be backed up
      FS Type = btrfs
      ...
      FS Type = simfs
    }
...


-- 
Marco van Wieringen                   [email protected]
Bareos GmbH & Co. KG                  Phone: +49-221-63069389
http://www.bareos.com                     

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens,
                 P. Storz, M. v. Wieringen

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