source: ntrip/trunk/BNC/bnc.bck@ 141

Last change on this file since 141 was 141, checked in by mervart, 18 years ago

* empty log message *

File size: 632 bytes
Line 
1
2fileName="bnc`date +%y%m%d`"
3
4tar -cvf ${fileName}.tar bnc.bck \
5 *.cpp \
6 *.h \
7 *.pro \
8 *.html \
9 *.bmp \
10 *.qrc \
11 RTCM/*.cpp \
12 RTCM/*.h \
13 RTCM3/*.cpp \
14 RTCM3/*.h \
15 RTIGS/*.cpp \
16 RTIGS/*.h
17
18gzip ${fileName}.tar
19mv ${fileName}.tar.gz ${fileName}.tgz
20chmod 440 ${fileName}.tgz
Note: See TracBrowser for help on using the repository browser.