Skip to content

Commit

Permalink
Removed influx script and old backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Slyke committed Oct 30, 2020
1 parent 036bcad commit 55539cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 105 deletions.
3 changes: 1 addition & 2 deletions scripts/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ echo "" >> $LOGFILE
echo "Executing prebackup scripts" >> $LOGFILE
bash ./scripts/backup_restore/pre_backup_complete.sh >> $LOGFILE 2>&1

echo "./docker-compose.yml" >> $BACKUPLIST
echo "./services/" >> $BACKUPLIST
echo "./volumes/" >> $BACKUPLIST
[ -f "./docker-compose.yml" ] && echo "./docker-compose.yml" >> $BACKUPLIST
Expand Down Expand Up @@ -143,7 +142,7 @@ if [[ -f "$TMPBACKUPFILE" ]]; then
rm -rf $BACKUPLIST >> $LOGFILE 2>&1
rm -rf $TMPBACKUPFILE >> $LOGFILE 2>&1
else
echo "Something went wrong backing up. The backup file doesn't exist. Temporary files were not removed"
echo "Something went wrong backing up. The temporary backup file doesn't exist. No temporary files were removed"
echo "Files: "
echo " $BACKUPLIST"
fi
Expand Down
103 changes: 0 additions & 103 deletions scripts/docker_backup.sh

This file was deleted.

0 comments on commit 55539cc

Please sign in to comment.