You may face problem in taking backup to oracle container for oracle cloud RAC. Please follow below link to troubleshoot.
Once you have resolved the issue,You can proceed with backup


You can find backup of RMAN log for oracle cloud in following location:-
[oracle@pocracdemo1 ~]$ cd /home/oracle/bkup/logs/rman/

1.Connect to the compute node as the opc user.Update the password:
2.$ raccli update backupconfig -params ‘{“cloudStorageUser”:”user-name“,”cloudStoragePwd”:”new-password“}’
where user-name is the user name of the Oracle Cloud user whose credentials are used to access the Storage Cloud Service container and new-password is this user’s new password.
If you have used the update rdk subcommand of the raccli utility to update the cloud tooling to 16.4.5 or later, you must manually update the opc installer for the Oracle Database Cloud Backup Module before you use the update backupconfig subcommand. For instructions, see in Updating the cloud tooling on a deployment hosting Oracle RAC requires manual update of the Oracle Database Cloud Backup Module in Known Issues for Oracle Database Cloud Service.
Customizing with files in RAC needs to be backed up
Customizing Which System Files Are Backed Up
1.Connect as the opc user to the compute node.
2.Edit the contents of the /opt/oracle/dcs/rdbaas/config/oscfg.spec file.
3.The backup feature provided by Oracle Database Cloud Service backs up the files and folders listed in this specification file.
Customizing Which Database Configuration Files Are Backed Up
1.Connect as the opc user to the compute node.
2.Edit the contents of the /opt/oracle/dcs/rdbaas/config/dbcfg.spec file.
3.The backup feature provided by Oracle Database Cloud Service backs up the files and folders listed in this specification file.
Customizing Which Grid Infrastructure Configuration Files Are Backed Up
1.Connect as the opc user to the compute node.
2.Edit the contents of the /opt/oracle/dcs/rdbaas/config/gicfg.spec file.
3.The backup feature provided by Oracle Database Cloud Service backs up the files and folders listed in this specification file.
RACCLI command to update disk recovery window
[opc@pocracdemo1 ~]$ raccli update backupconfig -params '{"diskRecoveryWindow" : 3}'
[opc@pocracdemo1 ~]$ raccli describe job 22
where days is the number of days for which you want to retain backups.
Changing recovery window in cloud storage
[opc@pocracdemo1 ~]$ raccli update backupconfig -params '{"ossRecoveryWindow" : 15}'
where days is the number of days for which you want to retain backups.
Please check now that retention policy got changed.
[oracle@pocracdemo1 ~]$ rman target /
RMAN> show all;
1.Connect as the opc user to the compute node.
2.Enter this raccli command:
$ raccli update backupconfig -params '{"cronDate" : "time"}'
where time is the time (using 24-hour, HH:MM format) when daily backups are to occur. For example, "02:45" is 2:45 AM, and "14:45" is 2:45 PM.
Changing backup configuration for RAC cloud storage
1.Connect as the opc user to compute node 1.
2.Use the raccli update backupconfig command to update the configuration.
3.To change the backup destination to Both Cloud Storage and Local Storage, enter the following command. Line breaks have been added for clarity; you must enter the command on a single line.
$ raccli update backupconfig -params '{"diskEnabled" : true, "ossEnabled" : true,
"cloudStorageUser" : "username", "cloudStoragePwd" : "password",
"cloudStorageContainerUrl" : "container-URL"}'
where:
Example:-raccli update backupconfig -params '{"diskEnabled" : true, "ossEnabled" : true, "cloudStorageUser" : "sadhuarun1980@gmail.com", "cloudStoragePwd" : "xxx", "cloudStorageContainerUrl" : "https://sadhuarun.eu.storage.oraclecloud.com/v1/Storage-sadhuarun/racbackup"}'
Restore latest backup in RAC
[opc@pocracdemo1 ~]$ raccli create recovery -latest
[opc@pocracdemo1 ~]$ raccli describe job 24
}
[opc@pocracdemo1 ~]$ raccli describe job 24
}
[opc@pocracdemo1 ~]$ raccli create recovery -pitr -timestamp '04/13/2018 08:30:30'
cd /home/oracle/bkup/logs/rman
