aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorOlivier Martin <[email protected]>2021-04-16 14:29:28 -0400
committerOlivier Martin <[email protected]>2021-04-16 14:29:28 -0400
commit2421d49d9a64cf235f0c885a6063a3bb3628bdda (patch)
tree9f8d6a93d499f52ead475e68c65f159f2c0f4207 /src/static
parent1db37bf3d06543c890612ff88193813035763034 (diff)
parentced7f1771acd9696c7da8adb4bd6044d51abf7c6 (diff)
downloadvaultwarden-2421d49d9a64cf235f0c885a6063a3bb3628bdda.tar.gz
vaultwarden-2421d49d9a64cf235f0c885a6063a3bb3628bdda.zip
Merge branch 'master' of github.com:dani-garcia/bitwarden_rs into 2fa_enforcement
# Conflicts: # src/db/models/org_policy.rs # src/db/models/organization.rs
Diffstat (limited to 'src/static')
-rw-r--r--src/static/templates/admin/settings.hbs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/static/templates/admin/settings.hbs b/src/static/templates/admin/settings.hbs
index 0b8c6277..e19c2c39 100644
--- a/src/static/templates/admin/settings.hbs
+++ b/src/static/templates/admin/settings.hbs
@@ -116,7 +116,11 @@
data-target="#g_database">Backup Database</button></div>
<div id="g_database" class="card-body collapse" data-parent="#config-form">
<div class="small mb-3">
- NOTE: A local installation of sqlite3 is required for this section to work.
+ WARNING: This function only creates a backup copy of the SQLite database.
+ This does not include any configuration or file attachment data that may
+ also be needed to fully restore a bitwarden_rs instance. For details on
+ how to perform complete backups, refer to the wiki page on
+ <a href="https://github.com/dani-garcia/bitwarden_rs/wiki/Backing-up-your-vault">backups</a>.
</div>
<button type="button" class="btn btn-primary" onclick="backupDatabase();">Backup Database</button>
</div>