Re: Incremental Backup Script

2010-10-13 Thread Shawn Green (MySQL)
On 10/13/2010 9:18 AM, kranthi wrote: Hi Please be send sample incremental backup script (bash Shell script Easy to understand) Thanks& Regards, Kranthikiran I think you missed the points of the previous replies. MySQL does not do incremental backups the the same way

Re: Incremental Backup

2006-07-19 Thread Greg 'groggy' Lehey
On Tuesday, 18 July 2006 at 10:57:24 +0530, Kaushal Shriyan wrote: > Hi ALL > > I would like to know following 2 things. > > 1) if i would like to take mysql incremental backup weekly > > cp /var/lib/mysql/ /backup/mysqlbak/ Others have already explained why this won'

Re: Incremental Backup

2006-07-18 Thread Praj
Kaushal, Do a flush logs when you do full backup , And copy your Binary log files ( After Full Backup ) for incremental . Correct me if iam wrong . -- Praj Kaushal Shriyan wrote: Hi ALL Can we have incremental backup of MySQL Database and if its there How do we do it Thanks and Regards

Re: Incremental Backup

2006-07-18 Thread Chris
Kaushal Shriyan wrote: Hi ALL Can we have incremental backup of MySQL Database and if its there How do we do it Reposting your question again won't change the responses you have received (it'll actually annoy people more than anything else). -- MySQL General Mailing List For lis

Incremental Backup

2006-07-18 Thread Kaushal Shriyan
Hi ALL Can we have incremental backup of MySQL Database and if its there How do we do it Thanks and Regards Kaushal -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Incremental Backup

2006-07-18 Thread Tim Lucia
http://dev.mysql.com/doc/refman/5.0/en/mysqlhotcopy.html > -Original Message- > From: Kaushal Shriyan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 18, 2006 7:45 AM > To: Tim Lucia > Cc: mysql@lists.mysql.com > Subject: Re: Incremental Backup > > On 7/18/06,

Re: Incremental Backup

2006-07-18 Thread Kaushal Shriyan
> Cc: Kaushal Shriyan; mysql@lists.mysql.com > > Subject: Re: Incremental Backup > > > > Dan Trainor wrote: > > > Kaushal Shriyan wrote: > > >> Hi ALL > > >> > > >> I would like to know following 2 things. > > >> > > >&

RE: Incremental Backup

2006-07-18 Thread Tim Lucia
> -Original Message- > From: Chris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 18, 2006 2:43 AM > To: Dan Trainor > Cc: Kaushal Shriyan; mysql@lists.mysql.com > Subject: Re: Incremental Backup > > Dan Trainor wrote: > > Kaushal Shriyan wrote: > &g

Re: Incremental Backup

2006-07-17 Thread Chris
Dan Trainor wrote: Kaushal Shriyan wrote: Hi ALL I would like to know following 2 things. 1) if i would like to take mysql incremental backup weekly cp /var/lib/mysql/ /backup/mysqlbak/ how can i do it by above command as i would like to run cron weekly for take mysql backup. i would like

Re: Incremental Backup

2006-07-17 Thread Dan Trainor
Kaushal Shriyan wrote: Hi ALL I would like to know following 2 things. 1) if i would like to take mysql incremental backup weekly cp /var/lib/mysql/ /backup/mysqlbak/ how can i do it by above command as i would like to run cron weekly for take mysql backup. i would like to take backup using

Incremental Backup

2006-07-17 Thread Kaushal Shriyan
Hi ALL I would like to know following 2 things. 1) if i would like to take mysql incremental backup weekly cp /var/lib/mysql/ /backup/mysqlbak/ how can i do it by above command as i would like to run cron weekly for take mysql backup. i would like to take backup using cp command only as we