IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31277


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

Localize pbzip2

File:
1 edited

Legend:

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

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