ttionya / vaultwarden-backup

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

Custom zip name #121

Open mr-n0cturne opened 11 months ago

mr-n0cturne commented 11 months ago

Hello.

could you please make the zip filename customizable. Current pattern: BACKUP_FILE_ZIP="${BACKUP_DIR}/backup.${NOW}.${ZIP_TYPE}" Desired pattern: BACKUP_FILE_ZIP="${BACKUPDIR}/**${ZIPNAME}**${NOW}.${ZIP_TYPE}"

Thank you!

ttionya commented 11 months ago

I haven't encountered a scenario where I need to modify file names. Could you please share the specific context in which you encountered this?