Creating a Replication Schedule for a Migration Project
Create schedules for the migration projects to perform replications for all the associated migration assets.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
- Click Replication schedules.
- On the Replication schedules page, click Create replication schedule.
-
On the Create replication schedule panel, provide the
following information:
- Click Create.
You can now add migration assets to the migration project. To create a replication schedule for a migration project, use the
create
command.oci cloud-migrations replication-schedule create --compartment-id target_compartment_ID --display-name replication_schedule_name --execution-recurrences replication_execution_recurrence [OPTIONS]
The required parameters for thecreate
command are:--compartment-name
: Specifies the OCID of the compartment name in which you create the replication schedule.--display-name
: Specifies the name for the replication schedule.--execution-recurrences
: Specifies the recurrence of the replication schedule execution.The recurrence of the replication schedule execution can be as follows:FREQ=DAILY;BYHOUR=1
FREQ=DAILY;BYHOUR=14
FREQ=WEEKLY;BYHOUR=17;WKST=MO
FREQ=MONTHLY;BYHOUR=17;BYMONTHDAY=22
FREQ=YEARLY;BYHOUR=17;BYMONTHDAY=4;BYMONTH=5
To get all the commands for
replication-schedule
, run:oci cloud-migrations replication-schedule -h
To get help for the
create
command, run:oci cloud-migrations replication-schedule create -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To create a replication schedule for a migration project, use the
CreateReplicationSchedule
operation.