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