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