tar cvfzp 압축할경로/압축할파일명.tar.gz 압축할폴더명 --exclude 압축할때제외할 폴더및파일명 --ignore-failed-read
예 ) tar cvfzp ./my_back.tar.gz ./my --exclude ./my/logs --ignore-failed-read
*주의사항
tar -cvfzp 이런식으로 옵션 앞에 - 를 붙이게 되면
tar: Exiting with failure status due to previous errors
위 에러가 남.
반응형
'Linux' 카테고리의 다른 글
[Linux] crontab 파일 수정 없이 한줄로 작성하기 (0) | 2021.03.25 |
---|---|
[Linux] 폴더별 사용 용량 확인 방법 (0) | 2021.03.08 |
ncloud 에서 NAS 확장 Mount 하기 (0) | 2020.01.29 |
CentOS7 Nginx/PHP 설치 및 conf 설정 (0) | 2020.01.15 |
vi 에디터 여러줄 주석 처리 (0) | 2019.05.07 |