Hi,
I have a folder that contains around 80K folders, (each folders have 10K files)
I’ll try to split the backup with different filter but I have no success at
this moment
I tried different filters in the FileSet
Name folders are a range between 0000 and 80000
A simple filter on File field
Fileset {
Name = "Vault 30000"
Include {
File = "/eco_data/vault/3????"
Options {
Signature = "Md5"
}
}
}
I tried with RegexDir
Fileset {
Name = "Vault 10000"
Include { File = "/eco_data/vault"
Options {
Signature = "Md5"
RegexDir = "1????"
}
}
}
With WildDir too
Fileset {
Name = "Vault 50000"
Include {
File = "/eco_data/vault"
Options {
Signature = "Md5"
WildDir = "5????"
}
}
}
Fileset {
Name = "Vault 0000"
Include {
File = "/eco_data/vault"
Options {
Signature = "Md5"
WildDir = "????"
}
}
}
I tried to combining. I got 0 files or all the files.
Have you any idea to do that ?
Regards
---
Sébastien GALVAGNO
[email protected]
DevOps
COMPLEx Team
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users