Changeset 7776 for trunk/MagicSoft/Mars/datacenter/scripts/copyscript
- Timestamp:
- 07/04/06 08:51:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7525 r7776 178 178 fi 179 179 180 #copy file181 totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`182 totapepath=`dirname $totapefile`183 makedir $totapepath >> $scriptlog 2>&1184 if ! cp -v $file $totapepath >> $scriptlog 2>&1185 then186 echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1187 fi188 189 180 if mv -v $file $newpath >> $scriptlog 2>&1 190 181 then
Note:
See TracChangeset
for help on using the changeset viewer.