Moving an Export Job Between Compartments

Move an appliance export transfer job between compartments.

Using the Console

  1. Open the navigation menu and click Migration & Disaster Recovery. Under Data Transfer, click Exports. The Export Jobs page appears.
  2. Choose a Compartment you have permission to work in under List scope. All export jobs in that compartment are listed in tabular form.
  3. Click the export job you want to move to a different compartment. The export job's Details page appears.

  4. Click Move Resource in the Details page. The Move Resource to a Different Compartment dialog box appears.

  5. Choose the compartment you want to which you want to move the export job from the list.

  6. Click Move Resource.

You are returned to the Details page for that export job.

Using the CLI

Use the oci dts export change-compartment command and required parameters to move an appliance export transfer job between compartments.

oci dts export change-compartment --job-id job_id compartment-id compartment_id [OPTIONS]

compartment_id is the compartment to which the data export job is being moved.

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

For example:

oci dts export change-compartment --jpb-id ocid1.datatransferapplianceexportjob.oc1..exampleuniqueID --compartment-id ocid.compartment.oc1..exampleuniqueID

To confirm the transfer, display the list of transfer jobs in the new compartment. See Listing Export Jobs for more information.