add backup

This commit is contained in:
2022-11-14 23:27:52 +07:00
parent 2dcc2fb760
commit d87ed68561
2 changed files with 10 additions and 0 deletions

8
loki-server/README.md Normal file
View File

@@ -0,0 +1,8 @@
# tweaks
grafana:
1. backup
```bash
docker run --rm --volumes-from grafana-storage -v $(pwd):/backup ubuntu tar xcvf /backup/grafana-backup.tar.gz /var/lib/grafana
```