cancel
Showing results for 
Search instead for 
Did you mean: 

Full & Differential Backup

Andrey_Klim
Level 3
NetBackup 6.0 MP4
I want to do the following backups of a SQL DB:

° Full Backup weekly
° Differential Backup daily

How do i combine these settings in one backup policy?



2 REPLIES 2

AKopel
Level 6
I don't think there is a way to do this directly...
The only way I 'think' you could do this, is to have one policy with an open application backup window, and then schedule the SQL Batch files from task manager on the client (one batch for FULL, and one batch for INC)

Stumpr2
Level 6
I use a separate policy for the SQL full and the SQL incremental backups. However, You can add additional clients to the policies as long as you use the same batch file names.
 
Policy_SQL__FULL
File_list = batch.full
Client list = clientA, clientB, clientC
 
Policy_SQL_INCR
File_list = batch.incr
Client list = clientA, clientB, clientC
 
Policy_SQL_TRAN
FILE+LIST = batch.tran
Client list = clientA, clientB, clientC
 
That helps to cut down on the number of policies