Hi,

have you figured out how to use wildcard / regex on windows clients?
I'm facing the same problems.

Bareos dir 15.2.3
client : 15.2.2 (16Nov15) Microsoft Windows Server 2012 Datacenter Edition 
(build 9200)

Fileset: 

FileSet {
  Name = "muc1-exchg"
  Enable VSS = yes
  Include {
    Options {
      signature = MD5
      IgnoreCase = yes
      WildDir = "D:/VeeamBackup/muc1-exchg-*"
    }
  }
}

On the client there are 2 folders : 

"D:\VeeamBackup\muc1-exchg-1"
"D:\VeeamBackup\muc1-exchg-2"

but neither estimate nor backup match any of the folders.
Also tried with 
regexdir = "D:/VeeamBackup/muc1-exchg-.*" , and then 
regex = "D:/VeeamBackup/muc1-exchg-.*" 

but none of them match my folders :(.

and this works :

FileSet {
  Name = "muc1-exchg"
  Enable VSS = yes
  Include {
    Options {
      signature = MD5
      IgnoreCase = yes
    }
    File = "D:/VeeamBackup/muc1-exchg-1"
    File = "D:/VeeamBackup/muc1-exchg-2"
  }
}

Thanks,
Robert

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