On Fri, Dec 05, 2003 at 05:21:53PM -0800, David Hummel wrote: > mysqldump -l --opt mydb | gzip > mydb_`date +%y%m%d%H%M%S`.sql.gz Silly me, this is redundant. -l is included when using --opt. -David