We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d0af4 commit 1893766Copy full SHA for 1893766
backup-mysql-databases
@@ -72,6 +72,6 @@ cd ${BACKUP_BASE_DIR}/mysql
72
#
73
# Upload the backup files to a remote server
74
75
-if [[ $BACKUP_OFFSITE_ENABLED -eq "yes" ]]; then
+if [[ $BACKUP_OFFSITE_ENABLED == "yes" ]]; then
76
/opt/local/bin/rsync -avz ${RSYNC_OPTS} ${BACKUP_BASE_DIR}/mysql ${BACKUP_USER}@${BACKUP_HOST}:${BACKUP_REMOTE_DIR}
77
fi
0 commit comments