bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] using -C and -T together


From: Nathan Stratton Treadway
Subject: Re: [Bug-tar] using -C and -T together
Date: Sat, 14 Sep 2013 14:18:11 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Aug 27, 2013 at 21:16:50 +0000, Bruce Halstead wrote:
> 
> In GNU tar   1.25 the following command the -C (chg-dir) does not work.
>    tar -b 128 -T /tmp/archive_list.txt -C /dir-to-archive -V volume-name 
> --totals -cvRf /dev/nst0
> 
> 
> In GNU tar   1.25 the following command the -C (chg-dir) does work.
>    tar -b 128  -C /dir-to-archive -V volume-name --totals -cvRf /dev/nst0   
> /file-to-archive
> 
> Both of these commands work in GNU tar 1.15.1

Does it work if you switch the order of the -C and -T options, i.e.
   tar -b 128 -C /dir-to-archive -T /tmp/archive_list.txt -V volume-name 
--totals -cvRf /dev/nst0


                                                        Nathan

----------------------------------------------------------------------------
Nathan Stratton Treadway  -  address@hidden  -  Mid-Atlantic region
Ray Ontko & Co.  -  Software consulting services  -   http://www.ontko.com/
 GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt   ID: 1023D/ECFB6239
 Key fingerprint = 6AD8 485E 20B9 5C71 231C  0C32 15F3 ADCD ECFB 6239



reply via email to

[Prev in Thread] Current Thread [Next in Thread]