Ignore:
Timestamp:
02/19/07 14:28:52 (18 years ago)
Author:
snruegam
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7970 r8331  
    5454do
    5555   echo "zipping $file ..." >> $scriptlog 2>&1
    56    if ssh pegasus nice -n 19 gzip -1f $file >> $scriptlog 2>&1
     56#   if ssh pegasus nice -n 19 gzip -1f $file >> $scriptlog 2>&1
     57   if ssh phoenix nice -n 19 gzip -1f $file >> $scriptlog 2>&1
     58
    5759   then
    5860      chmod a-w $file >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.