Re: file patterns and tar

2007-08-30 Thread youshi10
On Thu, 30 Aug 2007, CyberLeo Kitsana wrote: Jim Stapleton wrote: I want to create a backup of some parts of my system, but not everything ex, I want to exclude /bin, and /usr/bin, but not /usr/local/bin - same for *sbin, *lib, and *libexec however, if I used tar -jcvf test.tbz \ --ex

Re: file patterns and tar

2007-08-30 Thread CyberLeo Kitsana
Jim Stapleton wrote: > I want to create a backup of some parts of my system, but not everything > > ex, I want to exclude /bin, and /usr/bin, but not /usr/local/bin - > same for *sbin, *lib, and *libexec > > however, if I used > > tar -jcvf test.tbz \ > --exclude /bin --exclude /usr/bin \