I am a software developer using Windows 8.1, Visual Studio 2013, and SQL Server 2014. I have a number (30+) of SQL Server databases that I use in my development and support activities.
Every time I run a backup (full or incremental) all of the backup devices in my instance of SQL Server 2014 are being deleted. I can add them all back in (a time-consuming and irritating process after about the 5th time), and the very next time I run either the Acronis Backup and Paragon Hard Drive Backup against the volume (D:) that contains all of the .mdf and .ldf files, all of the backup devices are again deleted.
I hope someone can give me some idea of how to get around this problem or how to eliminate it completely. Should I not be using these types of backup utilities to copy the .mdf's and .ldf's? I've just never seen backup devices be deleted from SQL Server. I have dumped the contents of the backup devices data within SQL Server and the rows are definitely gone after the either of the backups run.
Thanks in advance for any light you can shed on this problem. It is very time-consuming and seems pretty silly to me -- but it's happening nonetheless.