1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -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

View File

@ -8,6 +8,8 @@ param (
[string] $output = ""
)
$year = (Get-Date).year
Write-Host @'
_ _ _ _
| |__ (_) |___ ____ _ _ __ __| | ___ _ __
@ -18,7 +20,7 @@ Write-Host @'
Write-Host "
Open source password management solutions
Copyright 2015-${(Get-Date).year}, 8bit Solutions LLC
Copyright 2015-${year}, 8bit Solutions LLC
https://bitwarden.com, https://github.com/bitwarden
"