file list를 tar로 묶는 방법은?

hanpedro의 이미지

test_file.list의 내용,
/etc/httpd.conf
/var/spool/cron/*

tar -cv -T "test_file.list" -f test.tar를 실행하니까,

/etc/httpd.conf : Cannot stat: 그런 파일이나 디렉토리가 없음
/var/spool/cron/* : Cannot stat: 그런 파일이나 디렉토리가 없음

라고 나옵니다. 위의 파일들은 있는 것들입니다.

su로 해도 같은 결과입니다.

test_file.list를 tar로 압축할 수 없을까요?
그리고 z 옵션을 넣고 싶습니다.