Backup MSSQL database with compression
To create a full backup of MS SQL Server database with compression use this SQL command:
use YourDataBaseName go BACKUP DATABASE YourDataBaseName TO DISK = 'Z:\BACKUP_FILE_NAME.bak' WITH COMPRESSION
According to database size and your server capabilities, backup time can vary.

How to Never Forget Temporary Test Code: Using #if RELEASE + #error in Visual Studio
How to upgrage SPFX version of the existed solution
Install Debian as a Windows Subsystem for Linux (WSL)