typical netbackup exclude_list usage
December 20th, 2011
No comments
bash-2.03$ cat /usr/openv/netbackup/exclude_list
core
/var/core/core*
/proc
/tmp
/cdrom
*.[Dd][Bb][Ff]
*.[Aa][Rr][Cc]
*.[Rr][Dd][Oo]
/*/ora/*/*/*.[Dd][Bb][Ff]
/*/ora/*/*/*.[Aa][Rr][Cc]
/*/ora/*/*/*.[Rr][Dd][Oo]
Take *.[Aa][Rr][Cc] for example. it will exclude all the file suffix with .arc or .Arc ….
NB:
- Include lists can only include files and directories that are listed in the exclude lists so that they are not excluded.
- There’s also a thread about include_list & exclude_list hereĀ http://www.symantec.com/connect/forums/how-create-unix-exclude-list
