2013년 1월 31일 목요일
Using AIX tar exclude option
create "ex.txt" file
--------------------------------------------------------------------------------
./medicine.war/attachmemt
--------------------------------------------------------------------------------
tar -X ex.txt -cvf medicine.war.tar ./medicine.war
2011년 8월 3일 수요일
특정 디렉토리 제외하고 tar 하기
특정 디렉토리 제외하고 tar 하기
(일부 Unix 기종에서는 lst 파일이 압축될 목록에 없어야 적용이 된다고 함)
tar -cvf bstrip.tar -X exclude.lst ./*
# cat exclude.lst
./athtemp
./att_files
./athtemp
./att_files
피드 구독하기:
글 (Atom)