Changeset 7576 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 03/08/06 02:07:44 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles
r7501 r7576 33 33 34 34 # change permission for files 35 # perhaps needed as the tapes are read by the user tape36 35 ssh tape@dc07 chmod -R g+w /magic/datacenter/fromtape/rawdata/* 37 36 # output for chmod with -v or -c (only changes) 38 # for files transferes via internet perhaps also needed for user lapalma 37 38 #find directories, which have to be copied 39 dirs=`ls /magic/datacenter/fromlapalma/RAWchk/*/*.finished | sed -e 's/RAWchk/RAW/g' | cut -d/ -f1-6` 40 # change permission for this dirctories 41 ssh lapalma@mercury chmod -R g+w $dirs 42 # move directories to the tapedirectory 43 mv -v $dirs /magic/datacenter/fromtape/rawdata/ 44 39 45 40 46 # find rawfiles
Note:
See TracChangeset
for help on using the changeset viewer.