Re:Incremental Backup Script

2010-10-13 Thread kranthi
Hi Please be send sample incremental backup script (bash Shell script Easy to understand) Thanks Regards, Kranthikiran

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: dbnightly maintenance backup script

2007-05-16 Thread Ofer Inbar
On Thu, May 10, 2007 at 03:23:31PM -0400, Ofer Inbar [EMAIL PROTECTED] wrote: http://thwip.sysadmin.org/dbnightly The version I put up there had a minor bug: 176c176 my ($sec,$min,$hour,$mday,$mon,$year) = localtime(time); $year+=1900; --- my ($sec,$min,$hour,$mday,$mon,$year) =

dbnightly maintenance backup script

2007-05-10 Thread Ofer Inbar
I wrote a perl script to handle all of our regular mysql maintenance tasks, which I thought might be useful to others. It's meant for an enviroment with binary logging turned on, but is fairly flexible. Although if you're backing up multiple databases you'll have to modify it a bit, since in our

RE: dbnightly maintenance backup script

2007-05-10 Thread Daevid Vincent
- From: Ofer Inbar [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 12:24 PM To: mysql@lists.mysql.com Subject: dbnightly maintenance backup script I wrote a perl script to handle all of our regular mysql maintenance tasks, which I thought might be useful to others. It's meant

Re: mysql backup script

2004-06-16 Thread Steve Buehler
of the type of backups that I needed and how they were to be done, webmin was not an option. Thanks though. Steve At 11:29 AM 6/15/2004, Brian Reichert wrote: On Tue, Jun 15, 2004 at 08:04:00AM -0500, Steve Buehler wrote: I am having a problem with a backup script that is written in a shell (/bin/sh

mysql backup script

2004-06-15 Thread Steve Buehler
I am having a problem with a backup script that is written in a shell (/bin/sh) script to backup my mysql databases. For some reason on any day with an even number I get the following error: MySQL could not be stopped, exiting... It is really weird because it will run on odd number days without

Re: mysql backup script

2004-06-15 Thread Brian Reichert
On Tue, Jun 15, 2004 at 08:04:00AM -0500, Steve Buehler wrote: I am having a problem with a backup script that is written in a shell (/bin/sh) script to backup my mysql databases. For some reason on any day with an even number I get the following error: MySQL could not be stopped, exiting

Re: my backup script

2003-05-30 Thread Jeremy Zawodny
On Thu, May 29, 2003 at 12:37:46AM -0700, Jeremy Zawodny wrote: On Thu, May 29, 2003 at 12:10:09AM -0700, Daevid Vincent wrote: Ps. And yes, I sent that as a link in my resume because I'm unemployed and would love any offers for coding work with PHP, Linux, SQL, etc... ;-) Well, if

RE: my backup script

2003-05-30 Thread Daevid Vincent
that they were looking for a good backup script, and I was replying to that. Not to mention an excellent example of bash shell scripting that contains multiple examples of code that I had to scour the web for -- now someone else could cut/paste out the parts they need to do a different task. So, you can

Re: my backup script

2003-05-30 Thread Jeremy Zawodny
On Thu, May 29, 2003 at 02:19:11PM -0700, Daevid Vincent wrote: Whoa. Easy there killer. First, it's kinda uncool to accuse me of spamming when I sent it one time to three separate lists all relevant: SVLUG, RedHat and mySQL. Just because YOU are on multiple lists, doesn't mean that others

my backup script

2003-05-29 Thread Daevid Vincent
I've just spent the past few days writing this backup script... http://resume.daevid.com follow the link for it. It will do weekly full backups on Sunday and daily diff backups. It also does daily dumps of all databases in the mysql db directory then combines them into a single .tgz file

Re: my backup script

2003-05-29 Thread Jeremy Zawodny
On Thu, May 29, 2003 at 12:10:09AM -0700, Daevid Vincent wrote: Ps. And yes, I sent that as a link in my resume because I'm unemployed and would love any offers for coding work with PHP, Linux, SQL, etc... ;-) Well, if you're gonna pimp your resume here, I'll respond similarly. :-) We use

RE: backup script

2003-02-22 Thread Don Read
On 19-Feb-2003 Jeff Mao wrote: Greetings all, Not sure if this is the right place to ask this,...I use the following script on an OS X server to backup my mysql databases: #!/bin/sh DATE=`/bin/date +%Y%m%d_%H%M%S`; cd /Users/usernmae/Documents; /usr/bin/mysqldump -hhost -uusername

backup script

2003-02-19 Thread Jeff Mao
Greetings all, Not sure if this is the right place to ask this,...I use the following script on an OS X server to backup my mysql databases: #!/bin/sh DATE=`/bin/date +%Y%m%d_%H%M%S`; cd /Users/usernmae/Documents; /usr/bin/mysqldump -hhost -uusername -ppassword --all-databases

Re: backup script

2003-02-19 Thread Sigurd Urdahl
Jeff Mao [EMAIL PROTECTED] writes: Greetings all, Not sure if this is the right place to ask this,...I use the following script on an OS X server to backup my mysql databases: #!/bin/sh DATE=`/bin/date +%Y%m%d_%H%M%S`; cd /Users/usernmae/Documents; /usr/bin/mysqldump -hhost

Re: backup script

2002-08-27 Thread Terence
] To: [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 6:26 AM Subject: backup script Has anyone a shell script example to backup all mysql databases at 3 o'clock at the night? Thanks... ilyas - Before posting, please check: http

backup script

2002-08-26 Thread Ilyas Keser
Has anyone a shell script example to backup all mysql databases at 3 o'clock at the night? Thanks... ilyas - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: backup script

2002-08-26 Thread Gerald R. Jensen
Keser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 26, 2002 5:26 PM Subject: backup script Has anyone a shell script example to backup all mysql databases at 3 o'clock at the night? Thanks... ilyas - Before

Re: backup script

2002-08-26 Thread Mark Stringham
Anyone done it on widows? Thanks Mark - Original Message - From: Ilyas Keser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 26, 2002 4:26 PM Subject: backup script Has anyone a shell script example to backup all mysql databases at 3 o'clock at the night? Thanks

Re: backup script

2002-08-26 Thread Dicky Wahyu Purnomo
Pada Mon, 26 Aug 2002 20:37:46 -0600 Mark Stringham [EMAIL PROTECTED] menulis : Anyone done it on widows? Thanks Mark for dumping, the syntax is same ... mysqldump bla bla bla ;-) but for the time, you have to use scheduler application to run the mysqldump :D -- Write clearly -

Re: Re: backup script

2002-08-26 Thread conquer
the execute application to backup.bat. english not my mother tongue,so i am sorry for my english. Anyone done it on widows? Thanks Mark - Original Message - From: Ilyas Keser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 26, 2002 4:26 PM Subject: backup script Has