The RMAN disksbt library, which emulates a SBT library (but writes backups to disk
location), can be used to test backup the FRA to a disk location:
For example :
run {
allocate channel dev1 type sbt parms='SBT_LIBRARY=oracle.disksbt, ENV=(BACKUP_DIR=/backup)';
backup recovery area;
}