Delete expired archivelogs and create new backup
rman target /
crosscheck archivelog all;
delete noprompt expired archivelog all;
-- Create new backup
backup database plus archivelog;
rman target /
crosscheck archivelog all;
delete noprompt expired archivelog all;
-- Create new backup
backup database plus archivelog;