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
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 \