Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-16 04:12:53 +01:00
updated readme to include information about creating backups
Dieser Commit ist enthalten in:
Ursprung
df598d7208
Commit
d8dff6e39f
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
10
README.md
10
README.md
|
@ -109,3 +109,13 @@ diesel migration redo
|
|||
# This step should be done automatically when using diesel-cli > 1.3.0
|
||||
# diesel print-schema > src/db/schema.rs
|
||||
```
|
||||
|
||||
## Backing up your Vault
|
||||
The official bitwarden backup documentation can be found here:
|
||||
https://help.bitwarden.com/article/backup-on-premise/
|
||||
|
||||
There are 3 folders that need to be backed up in the official install. In the bitwarden_rs install, the default docker setting will have all 3 of these folders in same location: /data/.
|
||||
Backing up this one folder will backup your sqlite database, key files and attachments.
|
||||
|
||||
Note that the official bitwarden install uses a MySQL database which is automatically backed up nightly. This is not the case with the bitwarden_rs. Instead you should use a backup program to create incremental backups.
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren