• Hi,
    There are multiple reasons for the error msg 3013, level 16, state 1, line 1 backup database is terminating abnormally. Some of them are mentioned here:-
    1. Write failure occurred while creating the backup: When there is insufficient storage space on the backup drive, the file gets compressed.
    2. When unauthorized users attempt to view network drive, SQL Server may result in the error.
    3. Media failure occurred: When the storage device where the backup file is saved undergoes any media failure, this may also result in SQL Server Error
    4. When the database is in Suspect mode, and the user tries to perform a backup of the transactional log, the error may occur.

    Solution:
    1. Take the database offline after changing the logical name of the database and then again bring the database online.
    2. change the logical name of the database, insert a white space at the end of the new file name
    For complete steps read the article: SQL Server Error 3013 - Quick Fix 

    Thanks