Changeset 9147 for trunk/MagicSoft/Mars/datacenter/scripts/budb
- Timestamp:
- 11/11/08 10:38:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/budb
r9136 r9147 64 64 65 65 # complete databases 66 if ! mysqldump --host= vela--all-databases -u dump | bzip2 -9 -c >| $zipfile 2>> $logfile66 if ! mysqldump --host=$ho --all-databases -u dump | bzip2 -9 -c >| $zipfile 2>> $logfile 67 67 then 68 68 printprocesslog "ERROR mysqldump failed " … … 71 71 echo "writing create commands to $command..." >> $logfile 2>&1 72 72 # commands to create MyMagic 73 if ! mysqldump --host= vela--database $dbname -u dump --no-data >| $command 2>> $logfile73 if ! mysqldump --host=$ho --database $dbname -u dump --no-data >| $command 2>> $logfile 74 74 then 75 75 printprocesslog "ERROR mysqldump failed "
Note:
See TracChangeset
for help on using the changeset viewer.