source:
ntrip/trunk/BNC/bnc.bck@
135
Last change on this file since 135 was 123, checked in by , 19 years ago | |
---|---|
File size: 554 bytes |
Rev | Line | |
---|---|---|
[35] | 1 | |
2 | fileName="bnc`date +%y%m%d`" | |
3 | ||
[52] | 4 | tar -cvf ${fileName}.tar bnc.bck \ |
5 | *.cpp \ | |
6 | *.h \ | |
7 | *.pro \ | |
[123] | 8 | *.html \ |
[52] | 9 | RTCM/*.cpp \ |
10 | RTCM/*.h \ | |
11 | RTCM3/*.cpp \ | |
12 | RTCM3/*.h \ | |
13 | RTIGS/*.cpp \ | |
14 | RTIGS/*.h | |
[35] | 15 | |
16 | gzip ${fileName}.tar | |
17 | mv ${fileName}.tar.gz ${fileName}.tgz | |
18 | chmod 440 ${fileName}.tgz |
Note:
See TracBrowser
for help on using the repository browser.