0 Votes

Cloud Backup

Last modified by Jeff McDonald on 2021/11/17 07:35

Work in progress...

This tutorial demonstrates how to back up data to Oracle's Cloud.

1) Navigate to Object Storage. Pick a compartment. Create a Bucket.

Here's a good tutorial:

Uploading large files to Oracle Object Storage using a Command Line Interface (CLI)

Backup and Restore VM to Oracle Cloud

oci os object put \
-ns <object_storage_namespace> \
-bn <bucket_name> \
--file <file_location> \
--name <object_name> \
--part-size <upload_part_size_in_MB> \
--parallel-upload-count <maximum_number_parallel_uploads>

Backup and Restore Oracle Database

Here's a tutorial:

Backing Up a Database to Object Storage Using RMAN