On Jan 29, 2008, at 10:02 AM, Jerry Schwartz wrote:
mysqldump -A > file.dump tar -jcf file.dump rsync[JS] You could also just pipe the output of mysqldump through gzip. tar buysyou nothing, since it is a single file.
-j is the bzip2 compression option. :) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]