bitwarden_rs: Configure BURP client

This commit configures *bw0.pyrocufflink.blue* as a BURP client, so that
the Bitwarden data can be backed up.  A pre-backup script is used to
take a consistent snapshot of the SQLite database before copying it to
the BURP server.
This commit is contained in:
2019-09-19 18:40:56 -05:00
parent e095f64126
commit 6e57abfe2e
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
sqlite3 /var/lib/docker/volumes/bw-data/_data/db.sqlite3 \
".backup '/var/lib/docker/volumes/bw-data/_data/db-backup.sqlite3.gz'"