I can't exclude any file.
I have these files and directory's:
ampop@portatil:~/documentos/Pagamentos$ ls -l
total 588
drwxr-xr-- 3 ampop ampop 4096 2006-05-31 19:23 BES
drwxr-xr-- 2 ampop ampop 4096 2006-05-31 19:27 Clix
-rw-r--r-- 1 ampop ampop 5 2006-06-18 13:58 exclude.lst
-rw-r--r-- 1 ampop ampop 5 2006-06-18 13:52 exclude.lst~
-rw-r--r-- 1 ampop ampop 6 2006-06-18 14:11 file
-rw-r--r-- 1 ampop ampop 28 2006-06-18 13:46 lst~
-rw-r--r-- 1 ampop ampop 256000 2006-06-18 13:57 teste.tar
-rw-r--r-- 1 ampop ampop 303129 2006-06-18 14:11 teste.tar.gz
drwxr-xr-- 2 ampop ampop 4096 2006-06-12 10:53 TVcabo
I do:
$ tar -zcvpf ./teste.tar.gz * --exclude=file
And I get this:
BES/
BES/31-05-06
BES/Cartão de crédito/
BES/Cartão de crédito/31-05-06_1
BES/Cartão de crédito/31-05-06_2
Clix/
Clix/31-05-06
exclude.lst
exclude.lst~
file
lst~
teste.tar
teste.tar.gz
TVcabo/
TVcabo/12_06_06
tar: --exclude=file: Não é possível stat: Arquivo ou diretório não encontrado
tar: Saída por erro atrasada pelos erros anteriores
What's wrong?