1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 03:08:14 +03:00
2018-11-16 02:19:06 +01:00
2018-11-16 01:39:51 +01:00
2018-11-16 02:19:06 +01:00
2018-11-16 01:44:04 +01:00
2018-11-16 01:39:51 +01:00

bitwarden_rs Backup


Docker Containers for bitwarden_rs Backup.

Usage

docker run --name bitwarden_backup --volumes-from=bitwarden registry.gitlab.com/1o/bitwarden_rs-backup

Example for hourly backups

docker run --name bitwarden_backup --volumes-from=bitwarden -e CRON_TIME="0 * * * *" registry.gitlab.com/1o/bitwarden_rs-backup

Environment variables

ENV Description
DB_FILE Path to the Bitwarden sqlite3 database
BACKUP_FILE Path to the desired backup location
CRON_TIME Cronjob format "Minute Hour Day_of_month Month_of_year Day_of_week Year"
Description
A Docker-based backup solution for Vaultwarden with encryption and Telegram integration.
Readme 520 KiB
Languages
Shell 94.9%
Dockerfile 5.1%