9 messages in com.mysql.lists.gui-toolsRe: [Fwd: [Fwd: Backup DB Data functi...
FromSent OnAttachments
edwa...@ita.org.mo07 Dec 2006 20:48 
edwa...@ita.org.mo11 Dec 2006 06:48 
Brandon Whitehead11 Dec 2006 07:02 
Mike Lischke11 Dec 2006 07:44 
Ugo Grandolini11 Dec 2006 09:09 
Mike Lischke11 Dec 2006 11:32 
Ugo Grandolini12 Dec 2006 02:36 
Mike Lischke12 Dec 2006 05:32 
edwa...@ita.org.mo12 Dec 2006 06:39 
Subject:Re: [Fwd: [Fwd: Backup DB Data function]]
From:Brandon Whitehead (whit@u.washington.edu)
Date:12/11/2006 07:02:48 AM
List:com.mysql.lists.gui-tools

Hi,

The most straightforward way to accomplish a backup (in my opinion) does not involve the GUI tools. This is probably best done using the mysql/bin/mysqldump program. Once you figure out which parameters you want to send, place the contents into a shell script (a .bat file in windows) and then create a scheduled task in cron (use scheduled tasks in windows).

Best Regards, Brandon

On 11 Dec 2006, at 6:48, edwa@ita.org.mo wrote:

Dear All,

How to do the backup ( DB Data ) as schedule and on line ? Is there a sample ?