
UNSOLVED
J
John_Schneider
3 Posts
0
13250
January 26th, 2011 09:00
Is there any document that explains the syntax for exclude or include options in Avamar Datasets?
I have a list of things I need to exclude or include in various datasets in our environment, and the Avarmar Administration manual has no examples on how to exclude, or what is the heirarchy of includes and excludes. What wildcards work in what situations? And how do I wildcard directories, so it skips some directories, but not others?
Here are some exacmples. On our AIX Oracle database servers, I want to exclude all *.dbf files, in all directories. Which syntax would work:
/*/*.dbf
*.dbf
*/*.dbf
I have the same issue with Cache database files. On some datasets, I want to exclude all CACHE.DAT files, so which of these would work?
/*/CACHE.DAT
*/CACHE.DAT
CACHE.DAT
But, I have other datasets where I want to exclude everything, UNLESS it is a CACHE.DAT file, and then I want to back up ALL of those. So, how do I set a rule to exclude everything, do I just use one of these?
*
/*/*
*/*
But then I need an include to include all CACHE.DAT files. If I have an exclude that excludes everything, will an include rule override that? Can I just include:
CACHE.DAT
or do I have to specify wildcards for the directories, as in:
/*/CACHE.DAT
*/CACHE.DAT
Basically, what we need here is a good manual, written by EMC, with lots and lots of explicit examples. But I would appreciate any help you can give me.
John Schneider
Sisters of Mercy Health System
314-750-8721
Responses (0)
Solutions (0)
