MySQL Forums
Forum List  »  Backup

Backup Problem
Posted by: Ankur Ganguli
Date: December 08, 2005 11:48PM

Hi,

I am running this script bellow in a RedHat Linux System - Kernel 2.4.21-32.0.1.ELsmp for three different databases;

folder=`date +%d-%m-%Y`
cd /backup
mkdir dbbackup_$folder
cd dbbackup_$folder

mysqldump --opt dbname > /backup/dbbackup_$folder/dbname.sql
mysqldump --opt dbname > /backup/dbbackup_$folder/dbname.sql
mysqldump --opt dbname > /backup/dbbackup_$folder/dbname.sql

But from last there is no backup is taken; in the destination folder there is 3 *.sql file are there but the it contain nothing and the file size is 0 bytes. Before that the backup is fine. So please give me some suggestion or solution for this problem.

Thanks & regards
Ankur

Options: ReplyQuote


Subject
Views
Written By
Posted
Backup Problem
3541
December 08, 2005 11:48PM
2109
January 05, 2006 02:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.