Comment 2 for bug 684350

Revision history for this message
Bartosz Fenski (fenio) wrote :

SOURCE=mysqldump
MYSQL_USER=root
MYSQL_PASS=xxxx
FILTER="bzip2 gpg_symmetric"
DESTINATION=ftp_file
FTP_HOST=xx.xx.xx.xx
CURL_OPTIONS="-u xxxx:xxxx"
GPG_PROGRAM=/usr/bin/gpg
GPG_PASSPHRASE=xxxx
FILE=mysql-%Y-%m-%d_%H:%M.tar.bz2.gpg
FILES_TO_KEEP=5
ROTATE_ACCESS=ftp
ROTATE_LOCATION=${FILE}
USE_REPORTERS="console log"
COMBINED_LOG=combined.log
ERROR_LOG=error.log

I just want to launch mysqldump with option --skip-lock-tables.