1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01:00
bitwarden-server/util/MsSql/backup-db.sh
2017-08-21 10:58:00 -04:00

4 lines
94 B
Bash

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