source:
ntrip/trunk/BNC/bnc.bck@
570
Last change on this file since 570 was 220, checked in by , 18 years ago | |
---|---|
File size: 671 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 \ |
[220] | 9 | *.png \ |
[141] | 10 | *.qrc \ |
[220] | 11 | *.rc \ |
[52] | 12 | RTCM/*.cpp \ |
13 | RTCM/*.h \ | |
14 | RTCM3/*.cpp \ | |
15 | RTCM3/*.h \ | |
16 | RTIGS/*.cpp \ | |
17 | RTIGS/*.h | |
[35] | 18 | |
19 | gzip ${fileName}.tar | |
20 | mv ${fileName}.tar.gz ${fileName}.tgz | |
[220] | 21 | chmod 400 ${fileName}.tgz |
Note:
See TracBrowser
for help on using the repository browser.