Changeset 7576 for trunk/MagicSoft/Mars
- Timestamp:
- 03/08/06 02:07:44 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7575 r7576 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/03/06 Daniela Dorner 21 22 * datacenter/script/movingrawfiles: 23 - added moving of files, that are transferred via internet 24 25 26 2006/03/08 Thomas Bretz 27 20 28 * mcalib/MCalibrateData.cc: 21 29 - take the bad pixel information into account when calculating the -
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.