Hi,

I want to backup only one directory named important in all user home directory.

ex.
/home/user1/important
/home/user2/important
/home/user3/important

How to define this in a Fileset?

I tried

FileSet {
  Name = "home"
  Include {
    Options {
      Signature = MD5 # calculate md5 checksum per file
      Compression = LZ4
    }
    File = "/home/*/important"
  }
}

If I run the job I get this error

Could not stat "/home/*/important": ERR=No such file or directory

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