1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-27 23:08:14 +03:00

Add list of files and directories that are backed up (#8)

**README.md**
- Replaced `folder` to `directory` and their plural forms.
- Added list of files and directories that are backed up.
This commit is contained in:
jmqm 2021-05-26 02:18:52 -05:00 committed by GitHub
parent 734956821c
commit 48b391d082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,14 @@
Backs up vaultwarden files and folders to `tar.xz` archives.
Backs up vaultwarden files and directories to `tar.xz` archives.
Can be set to run automatically.
Files and directories that are backed up:
- db.sqlite3
- rsa_key.der
- rsa_key.pem
- rsa_key.pub.der
- /attachments
- /sends
## Usage
#### Automatic Backups
@ -30,7 +38,7 @@ services:
```
## Volumes
`/data` - Vaultwarden's `/data` folder. Recommend setting mount as read-only.
`/data` - Vaultwarden's `/data` directory. Recommend setting mount as read-only.
`/backups` - Where to store backups to.