From f1fddca929f1bf9d924f25b671f38dacea4ca382 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 2 Jan 2023 23:04:19 -0500 Subject: initial commit --- README-bup-vw.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README-bup-vw.md (limited to 'README-bup-vw.md') 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 . + +## 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 -- cgit