Create Backup On Demand On the Cloud

In This Post i will show how to create backup for Dbaas :-

  • Open the Oracle Database Cloud Service console.
  • Click the database deployment for which you want to create a backup.
  • Click the Administration tile.
  • Click Backup Now and then confirm the action.
Or you can use the command line by connect to your compute node as root use and run the following command :-
  • To create a backup that follows the current retention policy

# /var/opt/oracle/bkup_api/bkup_api bkup_start
  • To create a long-term backup
# /var/opt/oracle/bkup_api/bkup_api bkup_start –keep
  • Check Status 
# /var/opt/oracle/bkup_api/bkup_api bkup_status
Rentation in the cloud like the following :-

  • Both Cloud Storage and Local Storage: 30 days, with the 7 most recent days’ backups available on local storage
  • Cloud Storage Only: 30 days
  • Local Storage Only: 7 days
Enjoy the cloud
Osama 

2 thoughts on “Create Backup On Demand On the Cloud

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.