You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FULL_PATH="/backup/DB_BACKUP/${CURRENT_DATE}" # define full backup log path
BINLOGS=`find $BINLOG_PATH -name "bin.0*" -type f -mtime -1 | xargs -i zip ${FULL_PATH}/${CURRENT_DATE}_binlog.zip {} ` # get a list of binary log files before 1 days ago
echo -e "\n" | mail -s "$(echo -e 'BINARY BACKUP INFO\nContent-type: multipart/mixed;')" -a "${FULL_PATH}/${CURRENT_DATE}_binlog.zip" ???@naver.com