Am 07.12.18 um 17:49 schrieb Wforum Wforum:
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


Hi,

i have something like this in my fileset:

WildDir = "/srv/samba/Profiles/*/AppData/Roaming/Thunderbird/Profiles/*/Mail"

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