Changeset 7348 for trunk/MagicSoft/Mars/datacenter/scripts/copyscript
- Timestamp:
- 09/12/05 15:19:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7339 r7348 194 194 195 195 #copy file 196 $totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`197 $totapepath=`dirname $totapefile`196 totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'` 197 totapepath=`dirname $totapefile` 198 198 makedir $totapepath >> $scriptlog 2>&1 199 199 if ! cp -v $file $totapepath >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.