Previous Topic: Switchover-Scenario - Perform a SwitchoverNext Topic: Test-Integrity - Perform Integrity Test for Assured Recovery


Sync-Scenario - Initiate a Synchronization

The Sync-Scenario command enables you to synchronize the Master and the Replica of a given scenario. The synchronization process can be manually activated at any time, whether replication is running or not.

Syntax
Sync-Scenario [-Name] <String> [-Mode] <String> [-Ignore] <Boolean> 
Parameters
Name

The scenario name. You can enter several scenario names by using the Get-Scenario command.

Mode

The synchronization mode. Enter one of the following:

B=Binary

F=File

Ignore

Ignore files of the same name and size during the data comparison. Enter one of the following:

1=Yes

0= No

Example: Initiate a synchronization

sync-scenario "File Server 1" F 1

Outcome:

Synchronization is running for scenario FS 1...
Done!