You can pause the target, which queues incoming Double-Take Availability data from the source. The data will not be committed until the target is resumed.
Note: Pausing the target only pauses Double-Take Availability processing, not the entire server.
For example, you must pause the target while you perform a backup of database files stored on the target because the database and log files must be backed up when they are at the exact same point in time. For example, say the back up of the file mydatabase.mdf begins on the target. While the backup program has access to the file, Double-Take Availability cannot write to the file. When the backup completes, Double-Take Availability writes to the file. Double-Take Availability also writes to the corresponding mydatabase.ldf file. When the backup gets to the mydatabase.ldf file, it no longer matches the .mdf file. The database may require special startup procedures, which may result in incomplete transactions being left in the database or data loss. To workaround this scenario, pause the target before starting the backup and then resume the target when the backup is complete.
While the target is paused, the Double-Take Availability target cannot queue data indefinitely. If the target queue is filled, Double-Take Availability will automatically disconnect the connections and attempt to reconnect them.
To pause a target, open the Replication Console and right-click a target server on the left pane of the Replication Console. Select Pause Target. All active connections to that target will complete the operations already in progress. You will see Pause Pending in the Replication Console while these operations are completed. The status will update to Paused after the operations are completed. Any new operations will be queued on the target until the target is resumed. When you are ready to resume the target, right-click the target and select Resume Target.
Note: If you have multiple connections to the same target, all connections will be paused and resumed.