IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31276


Ignore:
Timestamp:
Apr 13, 2011, 2:00:13 PM (15 years ago)
Author:
Serge CHASTEL
Message:

Use pbzip2 instead of bzip2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/mysql-dump/neb_dump.sh

    r31267 r31276  
    3333
    3434log INFO "Dumping to [$FILENAME]"
    35 /usr/bin/mysqldump -h localhost -u $DB_USERNAME -p$DB_PASSWORD --flush-logs --single-transaction nebulous | bzip2 > $FILENAME
     35/usr/bin/mysqldump -h localhost -u $DB_USERNAME -p$DB_PASSWORD --flush-logs --single-transaction nebulous | pbzip2 > $FILENAME
    3636dump_status=${PIPESTATUS[0]}
    3737if [ "$dump_status" -ne "0" ]; then
Note: See TracChangeset for help on using the changeset viewer.