我需要解决方案
Hi
i would like to exclude few database from the sql script. so added Exclude "databasename" from the script. For database backups it is working and excluded from the backup but for log backup it is not working. i have excluded the database from the log backup script but still the log backup is taking.
Any idea how to exclude the log backups
script is showing below
OPERATION BACKUP
DATABASE $ALL
EXCLUDE "EnterpriseVaultMonitoring"
EXCLUDE "EnterpriseVaultDirectory"
EXCLUDE "EVEVStore1"
SQLHOST "client"
NBSERVER "master"
MAXTRANSFERSIZE 6
BLOCKSIZE 7
OBJECTTYPE TRXLOG
NUMBUFS 2
ENDOPER TRUE