ysde / grafana-backup-tool

A Python-based application to backup Grafana settings by using the Grafana API
MIT License
877 stars 277 forks source link

Expose BACKUP_FILE_FORMAT to env #223

Closed vindex10 closed 1 year ago

vindex10 commented 1 year ago

This change is also backward compatible, but turns out to be useful to disable "timed backups". if you set BACKUP_FILE_FORMAT=dump or any other name that datetime.strftime() does not consider as date or time you end up with the target directories not timed

acjohnson commented 1 year ago

And thank you for this as well @vindex10