I'm putting together a backup strategy for a database using RMAN. It's more involved than what we normally do which is daily full backups of the all data files, archived logs, control files and parameter files. I'm trying to determine what are the disadvantages to just relying upon log files backups as opposed to a combination of log file backups and incrementals. If for example, I were to perform a full backup on Sunday, and then Mon - Saturday perform backups of only the archived and redo logs hourly, would I be doing something bad?