Editing a Replication

Update a File Storage replication.

You can change a replication's display name or replication interval.

    1. Open the navigation menu and click Storage. Under File Storage, click File Systems.
    2. In the List scope section, under Compartment, select a compartment.
    3. Click the name of the source file system.
    4. On the file system's details page, under Resources, click Replications.
    5. In the Replications list, find the replication that you're interested in. Click the Actions menu (Actions Menu), and then click View details.
      1. To rename the replication, click Rename, and enter a new name for the replication.
      2. To change the replication interval, click the edit icon next to Replication interval in minutes and enter a new value. The minimum replication interval is 60 minutes.
  • Use the fs replication update command and required parameters to update a replication:

    oci fs replication update --replication-id <replication_OCID> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateReplication operation to update a replication.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.