You can call a backup anything you want but there are really only two ways
to do a backup directly with SQL Server. Either you manually construct a
TSQL Script and run that in which case you can call it anything you want. Or
you use the built in Maintenance wizard which are the maintenance plans.

Signature
Andrew J. Kelly SQL MVP
Solid Quality Mentors
>I have SQL 2005 and wanted to know if there is an SQL backup called
> "Maintenance Backup" other than the Maintenance Plan backup? Thanks.
>
> -- Carolyn