Patrick,
The problem with what you suggest is that when you copy the backup file to tape, the tape backup program needs to know which file to copy. Unless you direct it to copy everything, which isn't effective.
For example, I use SQL Server's BACKUP DATABASE command to backup my database to disk. It creates a .bak file. I then use Backup Exec to copy that file to tape. If the .bak filename keeps changing, BE won't know what to backup. If I have the .bak file go to a specific folder, BE needs to backup EVERY file in that folder to make sure it gets the right one. That's not efficient.
So, it all depends on what the total backup process is. A maintenance plan like you suggest won't work for me and may not work for jieyin. But it's a great suggestion for anyone who doesn't then backup to tape or who can afford to backup every file in a backup folder.
-SQLBill