Changeset 8331 for trunk/MagicSoft/Mars/datacenter/scripts/zipscript
- Timestamp:
- 02/19/07 14:28:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/zipscript
r7970 r8331 54 54 do 55 55 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 57 59 then 58 60 chmod a-w $file >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.