Re: GNU Tar ---exclude-from

2021-08-23 Thread Nathan Stratton Treadway
On Sun, Aug 22, 2021 at 13:58:48 -0400, Robert Murphy wrote: > I am having trouble with the --exclude-from option in version 1.13. It > appears --exclude-from does not work. Below is the command line I am using > and multiple --exclude-from file(s). > > tar -c -f x9.tar -v --exclude-from=xx.tx

Re: GNU Tar ---exclude-from

2021-08-22 Thread Sergey Poznyakoff
Robert Murphy ha escrit: > I am having trouble with the --exclude-from option in version 1.13. It Tar 1.13 is 22 years old. Please use more recent version (e.g. 1.34, released on 2021-02-13). Regards, Sergey

GNU Tar ---exclude-from

2021-08-22 Thread Robert Murphy
I am having trouble with the --exclude-from option in version 1.13. It appears --exclude-from does not work. Below is the command line I am using and multiple --exclude-from file(s). tar -c -f x9.tar -v --exclude-from=xx.txt *.* Below are multiple --exclude-from files that I have tried to u