RMAN not deleting backups on disk, but deleting more than specified inside RMAN
Below is my rman run statement:
run
{
allocate channel d1 type disk format '/opt/oracle/backups/rman/test2/backups/test2_full_backup_%t_%s_%p';
crosscheck backup;
BACKUP as compressed backupset incremental level 0 tag DBINCR0 database FILESPERSET 4;
sql 'alter system switch logfile';