Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Defining include and exclude statements

Status
Not open for further replies.

J1gh2

MIS
Jul 7, 2004
109
GB
Hi Folks,

I would appreciate your help with this. Our Oracle databases uses RMAN to backup so I want to backup everything but exclude the following Oracle directories, as defined in my inclexcl file:

exclude "/u*/oracle/archive/*"
exclude "/u*/oracle/oradata/*"
exclude "/u*/oracle/oraindex/*"
exclude "/u*/oracle/oratemp/*"
exclude "/u*/oracle/oraundo/*"
exclude "/u*/oracle/redo/*"

However, these directories are still backed up. Is there something else that I need to do or do I need to enter include statements as well?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top