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

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

* empty log message *

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