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

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

* empty log message *

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