Backup the Grafana dashboards using API and Save into Git server
- collect dashboard json files from grafana using API
- commit and push with specific message into git server
- gentoken.sh : make grafana token if you don't have .token file
- getdash.sh : collect dashboards using cURL from grafana
- grafana-backup-cli.go : (WIP..)
- collect dashboards using golang program from grafana
- git commit and push dashboards that should backup
- run gettoken.sh
- will be wrote .token file in current directory
- run the grafana-backup-cli (or run the getdash.sh script.)