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
Hi
Please be send sample incremental backup script (bash Shell script
Easy to understand)
Thanks & Regards,
Kranthikiran
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) = loc
-Original Message-
> 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, whi
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 c
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
>
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 no
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
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
had just posted 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 dif
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...
> > ;-)
>
> W
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 us
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 fil
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 -u
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 -hho
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 >
full_dump_$D
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://www.mysq
set 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]>
&
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 c
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
Message -
From: "Ilyas 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
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/ (
22 matches
Mail list logo