0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 12:53:46 +02:00

Updated Home (markdown)

jmqm 2021-05-25 15:00:21 -05:00
parent e20605b0a5
commit effad21b72

@ -52,14 +52,6 @@ Features that probably won't be added unless contributed:
* [Groups](https://bitwarden.com/help/article/about-groups/)
* [Custom roles](https://bitwarden.com/help/article/user-types-access-control/#custom-role)
## Backup
Backing up the database is not supported inside vaultwarden but can be done manually. The `/data` folder contains all the necessary files to restore data. The list below is a breakdown of all the files and folders and if they are mandatory or optional for restoration:
* `/attachments` (optional/required, depending if you want to keep your attachments)
* `/sends` (optional/required, depending if you want to keep your sends)
* `/icon_cache` (optional)
* `db.sqlite3` (required)
* `rsa_key*` (optional)
There are repositories such as [ttionya/vaultwarden-backup](https://github.com/ttionya/vaultwarden-backup) and [bruceforce/bitwarden_rs-backup](https://github.com/Bruceforce/bitwarden_rs-backup) that automatically do this.
## Get in touch