mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-28 03:48:13 +03:00
bitwarden_rs Backup
Docker Containers for bitwarden_rs Backup.
Usage
docker run -d --restart=always --name bitwarden_backup --volumes-from=bitwarden registry.gitlab.com/1o/bitwarden_rs-backup/bw_backup
Example for hourly backups
docker run -d --restart=always --name bitwarden_backup --volumes-from=bitwarden -e CRON_TIME="0 * * * *" registry.gitlab.com/1o/bitwarden_rs-backup/bw_backup:latest
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" |
Languages
Shell
94.9%
Dockerfile
5.1%