1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-15 22:34:40 +03:00

Update README.md

This commit is contained in:
Markus
2019-02-04 20:29:58 +00:00
parent 23c0a82612
commit cdc4774290

View File

@ -1,10 +1,10 @@
# bitwarden_rs Backup # bitwarden_rs Backup
Docker Containers for bitwarden_rs Backup. Docker Containers for [bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) Backup.
## Usage ## Usage
The default tag `latest` should be used for a x86-64 system. If you try to run the container on a raspberry pi 3 you should use the tag `rpi3`. Also make sure that your bitwarden_rs container is named `bitwarden` otherwise you have to replace the container name in the `--volumes-from` section of the `docker run` call. The default tag `latest` should be used for a x86-64 system. If you try to run the container on a raspberry pi 3 you should use the tag `rpi3`. Also make sure that your **bitwarden_rs container is named `bitwarden`** otherwise you have to replace the container name in the `--volumes-from` section of the `docker run` call.
### Automatic Backups ### Automatic Backups
A cron daemon is running inside the container and the container keeps running in background. A cron daemon is running inside the container and the container keeps running in background.