Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 391 Bytes

File metadata and controls

9 lines (5 loc) · 391 Bytes

SqlAzureBackup

Simple console app that creates .bacpac backup of Sql Azure database it can be used as a scheduled task to create periodic backups, or triggered from deployment scripts before the deployment.

Sample Usage:

	SqlBackup.exe -u DB_USER_NAME -p DB_PASS -d EastUS -n DB_NAME -s SQL_SERVER_NAME -a STORAGE_ACCOUNT -c bacpac -f testbackup -t true -k STORAGE_KEY