1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 08:33:48 +00: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