Stewart,
Tuesday, February 26, 2002, 5:13:58 PM, you wrote:

SG> I want to create a cron job that does nightly backups of a database, tars 
SG> and gzips it, then ftps it to another server.

SG> I was wondering what the perferred method of copying the data would be. 
SG> mysqldump, mysqlhotcopy or just copying the files.

mysqlhotcopy is used only on the same box where MySQL server is
running. Look at:
     http://www.mysql.com/doc/m/y/mysqlhotcopy.html

Info about mysqldump you can find at:
     http://www.mysql.com/doc/m/y/mysqldump.html

Direct copying files is not recommended way to backup databases. 

SG> =S.




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to