Ignore:
Timestamp:
08/29/05 19:04:23 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7233 r7339  
    194194
    195195         #copy file
     196         $totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`
     197         $totapepath=`dirname $totapefile`
     198         makedir $totapepath >> $scriptlog 2>&1
     199         if ! cp -v $file $totapepath >> $scriptlog 2>&1
     200         then
     201            echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1
     202         fi
     203         
    196204         if mv -v $file $newpath >> $scriptlog 2>&1
    197205         then
Note: See TracChangeset for help on using the changeset viewer.