1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

sql backups

This commit is contained in:
Kyle Spearrin
2017-08-21 10:58:00 -04:00
parent 371942e3e2
commit 2cfea467d1
10 changed files with 40 additions and 16 deletions

3
util/MsSql/backup-db.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /backup-db.sql