Ignore:
Timestamp:
07/04/06 08:51:49 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7525 r7776  
    178178         fi
    179179
    180          #copy file
    181          totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`
    182          totapepath=`dirname $totapefile`
    183          makedir $totapepath >> $scriptlog 2>&1
    184          if ! cp -v $file $totapepath >> $scriptlog 2>&1
    185          then
    186             echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1
    187          fi
    188          
    189180         if mv -v $file $newpath >> $scriptlog 2>&1
    190181         then
Note: See TracChangeset for help on using the changeset viewer.