ysde / grafana-backup-tool

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

backup to git #251

Open beasteers opened 7 months ago

beasteers commented 7 months ago

Being able to use github as a storage backend would be nice because then you'd be able to view diffs, do branching/PRs, etc.

nodens commented 7 months ago

Agreed. I'm looking into grafana-backup right now, an while I plan to use the --no-archive flag and use a wrapper of some sort to commit, tag and push, there is still a need for an archive to restore.

It would be nice to at least have the option to restore from a folder (of course, git integration allowing to restore a specific commit/tag/branch/point in time would be awesome, but that'd be a start).