TDP 5.5.5.1 & 6.3.1.0 I want to change my central cloptset for SQL database backups so that each stream of full, diff or log goes to a different mgmtclass, with meta all going to a different mgmtclass. Can someone tell me if this syntax is correct? (I do understand that changing mgmtclasses is going to require renaming nodes and "starting from scratch" due to TDP limitations)
include \...\data\0001\full\...\* SQL_FULL_01 include \...\data\0002\full\...\* SQL_FULL_02 include \...\data\0003\full\...\* SQL_FULL_03 include \...\data\0004\full\...\* SQL_FULL_04 include \...\data\0001\diff\...\* SQL_DIFF_01 include \...\data\0002\diff\...\* SQL_DIFF_02 include \...\data\0003\diff\...\* SQL_DIFF_03 include \...\data\0004\diff\...\* SQL_DIFF_04 include \...\data\0001\log\...\* SQL_LOG_01 include \...\data\0002\log\...\* SQL_LOG_02 include \...\data\0003\log\...\* SQL_LOG_03 include \...\data\0004\log\...\* SQL_LOG_04 include \...\meta\...\* SQL_META thanks, Steve Schaub Systems Engineer II, Windows Backup/Recovery BlueCross BlueShield of Tennessee ----------------------------------------------------- Please see the following link for the BlueCross BlueShield of Tennessee E-mail disclaimer: http://www.bcbst.com/email_disclaimer.shtm
