man 뒤져보니 -I 옵션에 압축 프로그램으로 사용할 명령어를 넣어주는게 있네
-I, --use-compress-program=COMMAND Filter data through COMMAND. It must accept the -d option, for decompression. The argument can contain command line options. |
tar -I pigz -xf /mnt/sd/current/backup/bigbackup_web.tar.gz -C /tmp
[링크 : https://stackoverflow.com/questions/36917882/how-to-use-pigz-with-tar]
'Linux' 카테고리의 다른 글
tar with pigz (0) | 2021.02.23 |
---|---|
grep regexp match list (0) | 2021.02.22 |
리눅스 스마트 카드 api (0) | 2021.02.02 |
linux smart card (0) | 2021.02.02 |
minicom 폭 늘리기 (0) | 2021.01.28 |
linux shared memory 확인 및 삭제 (0) | 2021.01.22 |
댓글을 달아 주세요