서버관련/Command
tar 압축관련
eNFO
2011. 4. 21. 12:14
SMALL
tar czvf [압축파일명.tgz] --exclude=[제외폴더1] --exclude=[제외폴더2] [압축할 경로]
제외폴더의 마지막 / 슬래쉬는 뺄것!!
--ignore-failed-read
권한오류해결
tar -czvfp --ignore-failed-read admin.tar.gz --exclude=data --exclude =dbcon.php admin
이 글은 스프링노트에서 작성되었습니다.
LIST