[root@server kh21]# tar cvf /home/backup.tar --exclude=home/kh21/adir/ .
./
./.kde/
./.kde/Autostart/
./.kde/Autostart/.directory
./.screenrc
./.bash_logout
./.bash_profile
./.bashrc
./.bash_history
./a
./b
./list.txt
./test/
./adir/ <=============== 제거대상
./adir/1 <=============== 제거대상
./adir/2 <=============== 제거대상
[root@server kh21]# cat list.txt (제거하고자 하는 디렉토리)
/home/kh21/adir
왜 제외가 안될까요??