Editing the Mirror Sync Schedule

Change when the mirror sync occurs for a management station in OS Management Hub.

Tip

Need to sync a software source immediately? See Syncing Specific Mirrors Immediately.

  • Edit the sync schedule

    1. In the Details tab, find the Mirror sync schedule field.
    2. Next to the Mirror sync schedule field, select Edit.
    3. Adjust the following:
      1. Date and time for the next mirror sync.
      2. Frequency interval of mirror syncs (by hour, day, week, or month).
    4. Review the new sync schedule, and then select Update.
  • Use the oci os-management-hub management-station get command and required parameters to get details for the management station, including its mirror sync scheduled job.

    oci os-management-hub management-station get --management-station-id ocid [OPTIONS]

    Use the oci os-management-hub scheduled-job update command and required parameters to edit the scheduled job.

    oci os-management-hub scheduled-job update --scheduled-job-id ocid [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the GetManagementStation operation to get details for a management station.

    Run the UpdateScheduledJob operation to edit the scheduled job.