[압축] 특정 파일 또는 디렉토리 제외 후 압축하기
파일 이관 시 log나 불필요한 tmp, binary까지 압축되는 경우가 있다. 이럴 경우 특정 경로나 파일을 제외한 압축 방식이 필요하며 아래와 같은 시나리오로 적용이 가능하다. 1) tar 실행 시 -X 옵션으로 Exclude 파일 또는 디렉토리를 지정 tar -cvf test.tar -X [exclude_list_file] ./test 2) 테스트 시나리오 a) 특정 디렉토리 하위의 파일 또는 디렉토리 리스트 확인 : find ./test -name "*" b) exclude_list_file 작성 : vi exclude.txt c) 압축 실행 : tar -cvf test.tar -X exclude.txt ./test d) 압축 결과 확인 : tar -tvf test.tar
⑧ IT Sample/ⓒ Command
2019. 5. 23. 16:24
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- SWA
- git
- Architecture
- openstack tenant
- 오픈스택
- aa
- jeus
- 쿠버네티스
- kubernetes
- SA
- 마이크로서비스 아키텍처
- JEUS6
- aws
- 아키텍처
- nodejs
- TA
- openstack token issue
- 마이크로서비스
- Docker
- node.js
- JEUS7
- Da
- JBoss
- OpenStack
- webtob
- k8s
- MSA
- wildfly
- API Gateway
- apache
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함