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

Added ability to specify a subfolder in the GCS bucket #264

Closed abalalaev closed 3 months ago

abalalaev commented 4 months ago

It is often convenient to store infrastructure backups in the single bucket using sub-folders. This PR allows you to specify sub-folders or not to specify them in order to save backups to the root of the GCS bucket. Dockerfiles for restoring a backup from GCS bucket have also been corrected.

ysde commented 3 months ago

@abalalaev Thanks for the PR!