Changeset 7339 for trunk/MagicSoft/Mars/datacenter/scripts/copyscript
- Timestamp:
- 08/29/05 19:04:23 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7233 r7339 194 194 195 195 #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 196 204 if mv -v $file $newpath >> $scriptlog 2>&1 197 205 then
Note:
See TracChangeset
for help on using the changeset viewer.