Deleting a Backup On The Cloud

In this post i will show you how to delete backup on the cloud using the command line :-

  • Connect to the compute node as the opc user.
  • Start a root-user command shell using sudo command 
    • sudo su –
  • List the backup
    • # /var/opt/oracle/bkup_api/bkup_api recover_list –keep
  • Delete the backup 
    • # /var/opt/oracle/bkup_api/bkup_api bkup_delete –bkup=backup-tag
      • where backup-tag is the tag of the backup you want to delete.
Thank you
Osama Mustafa

Leave a comment

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