Anyone have experience with the Gtar option --exclude='FileGlob' ?

"Mr. James W. Laferriere" <[email protected]> Fri, 14 Jun 2002 10:17:07 -0400 (EDT)
Newsgroups gmane.linux.application
Message-ID <Pine.LNX.4.44.0206141000470.6883-100000@filesrv1.baby-dragons.com>
	Hello All ,  I am using Gtar 1.13 & I have to be using this
	function incorrectly as tar still stuffs the 'FileGlob' files
	into the tarball everytime .  Yes I know about the
	[ -l, --one-file-system ] .  I'd prefer not to use the /dev/nst0
	device entry in the script I am trying to build that using '-l'
	would cause .  Tia ,  JimL

	I have tried :

	--exclude="proc/*"
	--exclude="proc/."

	Ex: below .
cd /
tar --blocking-factor=128 \
    --read-full-blocks \
    --create \
    --same-permissions \
    --same-owner \
    --exclude="proc/*" \
    -f /dev/st0 \
    etc/passwd \
    etc/shadow \
    etc/group \
    .

       +------------------------------------------------------------------+
       | James   W.   Laferriere | System    Techniques | Give me VMS     |
       | Network        Engineer |     P.O. Box 854     |  Give me Linux  |
       | [email protected] | Coudersport PA 16915 |   only  on  AXP |
       +------------------------------------------------------------------+

-
To unsubscribe from this list: send the line "unsubscribe linux-apps" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html