Backing Up Archive Logs in a Standby Database Environment
What is best practice for backing up archive logs on the primary database in a (manual) standby database environment?
I copy the archived redo logs from the primary database server to the standby server every hour.
From RMAN if I periodically do an archive log backup by executing "backup archivelog all not backed up delete all input;" then this deletes all the archive logs on disk which then results in a missing archive log on the standby server.
Should some archive logs be retained on disk after they are backed up rather than delete all?