Skip to content

Commit

Permalink
fix backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 21, 2018
1 parent db6a3ad commit 5810edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ popd
/opt/geonovum/smartem/git/services/influxdb-dc1/backup.sh

# Config data
SE_CONFIG_DIR=/var/smartem/config
pushd ${SE_CONFIG_DIR}
tar -cvzf ${BACKUP_DIR}/grafana_config.tar.gz grafana
popd
#SE_CONFIG_DIR=/var/smartem/config
#pushd ${SE_CONFIG_DIR}
# tar -cvzf ${BACKUP_DIR}/grafana_config.tar.gz grafana
#popd

# Calibration images
SE_ETL_DIR=/opt/geonovum/smartem/git/etl
Expand Down

0 comments on commit 5810edc

Please sign in to comment.