ttionya / vaultwarden-backup

Backup vaultwarden (formerly known as bitwarden_rs) SQLite3/PostgreSQL/MySQL/MariaDB database by rclone. (Docker)
MIT License
998 stars 115 forks source link

Added `BACKUP_FILE_DATE` env variable #80

Closed benjujo closed 2 years ago

benjujo commented 2 years ago

I made this change, because one of my backups runs weekly, so i prefer to label the file with ISO-8601 week date format , so i use the "%GW%V" string (ex. "backup.2022W34.zip") instead of "%Y%m%d".

ttionya commented 2 years ago

Released in version 1.14.2