aboutsummaryrefslogtreecommitdiff

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

/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