To create a transaction log backup
The INIT clause is not required if the FORMAT clause is specified.
Important Use extreme caution when using the FORMAT or INIT clauses of the BACKUP statement as this will destroy any backups previously stored on the backup media.
This example creates a transaction log backup for the MyNwind database to the previously created named backup device, MyNwind_log1:
BACKUP LOG MyNwind
TO MyNwind_log1
GO