Migrate Backups to Oracle Cloud Infrastructure Object Storage

Migrate backups using rclone.

To migrate backups:
  1. Copy backups to Oracle Cloud Infrastructure Object Storage.

    The following command copies backups from the src_cont container in Oracle Cloud Infrastructure Object Storage Classic to the dest_bkt bucket in Oracle Cloud Infrastructure Object Storage. Backups that have already been copied are skipped.

    rclone --verbose --cache-workers 64 --transfers 64 --retries 32 copy classic-source:src_cont oci-dest:dest_bkt
    

    To monitor the progress, you can add a debug option. For example:

    rclone -I --log-level --verbose DEBUG copy classic-source:src_cont oci-dest:dest_bkt
  2. Optional. The following command modifies the destination to make it identical with source.
    rclone sync classic-source:src_cont oci-dest:dest_bkt