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

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

* empty log message *

File size: 554 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 RTCM/*.cpp \
10 RTCM/*.h \
11 RTCM3/*.cpp \
12 RTCM3/*.h \
13 RTIGS/*.cpp \
14 RTIGS/*.h
15
16gzip ${fileName}.tar
17mv ${fileName}.tar.gz ${fileName}.tgz
18chmod 440 ${fileName}.tgz
Note: See TracBrowser for help on using the repository browser.