mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-28 20:58:15 +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:
parent
734956821c
commit
48b391d082
12
README.md
12
README.md
@ -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.
|
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
|
## Usage
|
||||||
|
|
||||||
#### Automatic Backups
|
#### Automatic Backups
|
||||||
@ -30,7 +38,7 @@ services:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Volumes
|
## 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.
|
`/backups` - Where to store backups to.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user