On Jan 30, 2008, at 10:44 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 buys
you nothing, since it is a single file.

-j is the bzip2 compression option. :)
[JS] Yes, but tar is just extra baggage.

Good point, duh.

David


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to