Re: TAR Syntaxe

2000-10-30 Thread Joachim Wolf
On Saturday 28 October 2000 18:55, Pierre GAILLY wrote:

  What is the syntax of the exclude option with tar
 tar czvf /folder/file.tar / --exclude=/proc:/share this expression
 doesn't exclude /proc from the source.

check out the  '--exclude-from= FILE'-option

Joachim


Content-Type: text/x-vcard; charset=us-ascii; name=pgailly.vcf
Content-Transfer-Encoding: 7bit
Content-Description: Carte pour Pierre GAILLY




Re: TAR Syntaxe

2000-10-30 Thread Krzys Majewski
Joachim Wolf [EMAIL PROTECTED] writes:

 On Saturday 28 October 2000 18:55, Pierre GAILLY wrote:
 
   What is the syntax of the exclude option with tar
  tar czvf /folder/file.tar / --exclude=/proc:/share this expression
  doesn't exclude /proc from the source.
 
 check out the  '--exclude-from= FILE'-option
 

The syntax is  hairy but it works. Make sure you  have the latest info
file and read it very carefully. -chris








TAR Syntaxe

2000-10-28 Thread Pierre GAILLY
What is the syntax of the exclude option with tar
tar czvf /folder/file.tar / --exclude=/proc:/share this expression
doesn't exclude /proc from the source.




begin:vcard 
n:GAILLY;Pierre
tel;cell:06.60.63.95.29
tel;fax:01.39.22.63.12
tel;work:01.39.22.63.11
x-mozilla-html:FALSE
url:www.alphacsp.com
org:Alpha CSP;DSI
version:2.1
email;internet:[EMAIL PROTECTED]
title:Administrateur réseaux
adr;quoted-printable:;;Espace Media - Technoparc=0D=0A3, rue Gustave Eiffel;POISSY;;78300;FRANCE
fn:Pierre GAILLY
end:vcard


Re: TAR Syntaxe

2000-10-28 Thread Moritz Schulte
Pierre GAILLY [EMAIL PROTECTED] writes:

 What is the syntax of the exclude option with tar
 tar czvf /folder/file.tar / --exclude=/proc:/share this expression
 doesn't exclude /proc from the source.

Have a look at tar's infopage, node Excluding Some Files.

It says that the syntax is:

--exlude=PATTERN

where PATTERN is a shell wildcard. It's not mentioned there that you
can give a colon seperated list of PATTERNs; you can give multiple
--exclude options.

moritz
-- 
/* Moritz Schulte [EMAIL PROTECTED]
 * http://hp9001.fh-bielefeld.de/~moritz/
 * PGP-Key available, encrypted Mail is welcome.
 */