Quantcast
Channel: Symantec Connect - Backup and Recovery - 讨论
Viewing all articles
Browse latest Browse all 3749

Excluding Database Snapshots

$
0
0
我需要解决方案

This is my first post on here so I apologize out of the gate if I forget to add some information. 

We have a group of dba's that used to be responsible for script creation with regards to SQL jobs interacting with NetBackup. Part of their default configuration as doing an exclusion for snapshots; however, now that all management is done in house it appears that those scripts do not actually skip the snapshots. From what I am reading you cannot do an exclude on a type of database if you're running $ALL, but instead have to specify the excluded databases. Is this correct or do we just have the wrong syntax?

I've included the script below. 

------------------------------------------------------------------

OPERATION BACKUP 
DATABASE $ALL   
EXCLUDE ".snapshot" 
EXCLUDE "master" 
SQLHOST "sqlhost1"
NBSERVER "masterserver" 
MAXTRANSFERSIZE 6
BLOCKSIZE 7
BROWSECLIENT "sqlclient"
DUMPOPTION INCREMENTAL
NUMBUFS 2
BATCHSIZE 12
ENDOPER TRUE

------------------------------------------------------------------


Viewing all articles
Browse latest Browse all 3749

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>