Bug#318805: tar: --exclude option ignored

2005-11-08 Thread Vladislav Moskovets
Package: tar
Version: 1.15.1-2
Followup-For: Bug #318805

--exclude options ignored by newest tar


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-woody-12
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages tar depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

tar recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#318805: tar: --exclude option ignored (Re Bug 318805) (fwd)

2005-09-21 Thread Arthur H. Johnson II

-- Forwarded message --
Date: Wed, 21 Sep 2005 15:17:49 -0400 (EDT)
From: Arthur H. Johnson II [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: Re: tar: --exclude option ignored (Re Bug 318805)


This is in regards to the Debian Bug 318805, which is actually a GNU bug,
not on the fault of the all holy Debian crew.

I don't know if you got a reply to this yet, but I had the same problem.
There is a workaround to this bug.  Change the command:

tar -cf $1 /home/user --exclude 'user/src/*'

To read:

tar --exclude 'user/src/*' -cf $1 /home/user

Apparently now the excludes have to come first on the command line now.
I've NEVER seen excludes come first.  Crazy eh?

On Sun, 17 Jul 2005 [EMAIL PROTECTED] wrote:

 Package: tar
 Version: 1.15.1-2
 Severity: normal


 Tar no longer respects the --exlude option.  Here is a portion of
 the script that was working previously:

 tar -cf $1 /home/user --exclude 'user/src/*'

 I've tried multiple variations of this syntax, but nothing seems to work.

 Thanks,
 Bill


 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.11
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

 Versions of packages tar depends on:
 ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries 
 an

 -- no debconf information




-- 
Arthur H. Johnson II
[EMAIL PROTECTED]
-- 
ICQ:  31770438 AIM:  bytor4232
MSN:  bytor4232YIM:  bytor4232
-- 
The city's central computer told you? R2D2, you know
better than to trust a strange computer! (C3PO)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#318805: tar: --exclude option ignored

2005-07-18 Thread bcjhodgeman
Package: tar
Version: 1.15.1-2
Severity: normal


Tar no longer respects the --exlude option.  Here is a portion of 
the script that was working previously:

tar -cf $1 /home/user --exclude 'user/src/*'

I've tried multiple variations of this syntax, but nothing seems to work.

Thanks,
Bill


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages tar depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]