Ignore:
Timestamp:
11/11/08 10:38:56 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/budb

    r9136 r9147  
    6464
    6565# complete databases
    66 if ! mysqldump --host=vela --all-databases -u dump | bzip2 -9 -c >| $zipfile 2>> $logfile
     66if ! mysqldump --host=$ho --all-databases -u dump | bzip2 -9 -c >| $zipfile 2>> $logfile
    6767then
    6868   printprocesslog "ERROR mysqldump failed "
     
    7171echo "writing create commands to $command..." >> $logfile 2>&1
    7272# commands to create MyMagic
    73 if ! mysqldump --host=vela --database $dbname -u dump --no-data >| $command 2>> $logfile
     73if ! mysqldump --host=$ho --database $dbname -u dump --no-data >| $command 2>> $logfile
    7474then
    7575   printprocesslog "ERROR mysqldump failed "
Note: See TracChangeset for help on using the changeset viewer.