aboutsummaryrefslogtreecommitdiff
path: root/README-bup-vw.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-bup-vw.md')
-rw-r--r--README-bup-vw.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README-bup-vw.md b/README-bup-vw.md
new file mode 100644
index 0000000..4208db8
--- /dev/null
+++ b/README-bup-vw.md
@@ -0,0 +1,31 @@
+# README for Vaultwarden Bup
+This describes the Vaultwarden Bup project for Mersey network.
+
+## Upstream
+This project's upstream is at <https://bgstack15.ddns.net/cgit/bup-vaultwarden>.
+
+## Alternatives
+Unknown
+
+## Reason for existence
+Vaultwarden runs in docker on vm4, it does not have its contents bupped by the main storage3 bup solutions. This project takes the appropriate backups and places them on storage3.
+
+## Using
+Set up the cron job, and make sure these directories have these permissions.
+
+ $ ls -ld /mnt/public/Support/Systems/vm4/vw/vaultwarden/ $( readlink -f . )/vaultwarden
+ drwxrwxrwx. 2 root root 4096 Jan 2 22:57 /mnt/public/Support/Systems/vm4/vw/vaultwarden
+ drwxr-xr-x. 2 1006 1006 4096 Jan 2 22:58 /mnt/public/Support/Systems/vm4/var/log/vaultwarden
+
+## Dependencies
+A chart for distros, or maybe just a simple package list.
+
+## Building
+### Related files
+/etc/cron.d/70_vaultwarden_cron
+/home/vaultwarden/bup-vw.sh
+/home/vaultwarden/bup-vw-db.sh
+
+## References
+
+1. https://github.com/dani-garcia/vaultwarden/wiki/General-%28not-docker%29
bgstack15