HP StorageWorks P9000 Replication Manager Software 7.1 CLI User Guide (TB584-96026, May 2011)

sp_replicationdboption 'database-name', 'sync with backup', 'true'
For the database-name argument, specify the name of the publication database or distribution database.
How to check the 'sync with backup' option
To ensure that the option has been set, execute the following SQL statement:
select databasepropertyex('database-name', 'IsSyncWithBackup')
For the database-name in the SQL statement, specify the name of the publication database or
distribution database.
When this SQL statement is executed, one of the following values is returned:
If the 'sync with backup' option has been set: 1
If the 'sync with backup' option has not been set: 0
CLI User Guide 393