Rt3 mysqldump options

I am running RT 3.4.2 on RHEL4 with mysql 4.1.10a.

From what I read at:
http://dev.mysql.com/doc/mysql/en/mysqldump.html

It sounds like I want to cron this backup command:
mysqldump --single-transaction > rt3.sql

Correct?
Phil

Phil Lawrence wrote:

I am running RT 3.4.2 on RHEL4 with mysql 4.1.10a.

From what I read at:
http://dev.mysql.com/doc/mysql/en/mysqldump.html

It sounds like I want to cron this backup command:
mysqldump --single-transaction > rt3.sql
imho +‘–add-drop-table’, +‘–quick’