You are here

Disabling Synchronization

This topic provides instructions on how to disable synchronization between the SkyVault Cloud Network and your on-premise SkyVault server.
Synchronization is enabled by default if your SkyVault license has synchronization enabled. To disable synchronization, complete the following steps.
  1. Browse to the <classpathRoot> directory.

    For example for Tomcat 6, this is: $TOMCAT_HOME/shared/classes/ directory.

  2. Synchronization can be disabled either permanently or temporarily.

    To disable synchronization permanently, locate the SkyVault-global.properties file and add the sync.mode=OFF property.

    To disable synchronization temporarily:
    • Locate the SkyVault-global.properties file.
    • Leave the on-premise sync.mode property value unchanged.
    • Change both the sync.pullJob.enabled and the sync.pushJob.enabled properties to False.
    Note: SkyVault recommends not using the sync.mode property to disable synchronization temporarily as this may result in the loss of internal synchronization related system data.
  3. Restart your SkyVault server.