Re: Tar help need
From: Dennis Clarke (dclarke_at_blastwave.org)
Date: 06/15/04
- Next message: Bob Palowoda: "Re: MEDIA: Red Hat Using Microsoftlike Tactics, Say Linux Vendor's Critics"
- Previous message: ac: "SMC 3.5 & the Process Monitoring Module (Argv Value)"
- In reply to: wilter: "Tar help need"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 15 Jun 2004 10:04:41 -0400
On Tue, 15 Jun 2004, wilter wrote:
> First of all hi to all.
> Second :sorry for my ignorance but i dont have a lot time to search archives
> and last : how to make tar archives for only some files
I know that others have helped you with this but I thought that I would
take a moment to tell you about star instead of just tar. I see that
you're new at this but you can proably hunt around and get star installed.
You would find it to be a lot better than just tar. If you need to tar up
a LOT of files or you want to ensure that you can move files from very
different versions of UNIx or Linux or what-ever then standard tar ( star
) is the way to go.
Generally, for some sort of task like you describe I would first create a
list of the files that I want to put in the archive :
find /export/nfs > /tmp/list.txt
then just tell star that you want to use that list of files ( and
everthing else )
star -c list=/tmp/list file=/bigarea/export_nfs.tar
The possible benefit to using a list like that is that you can use grep on
that /tmp/list.txt to generate subsets of that list.
Dennis
ps: you can get star and everthing else under the Sun at www.blastwave.org
- Next message: Bob Palowoda: "Re: MEDIA: Red Hat Using Microsoftlike Tactics, Say Linux Vendor's Critics"
- Previous message: ac: "SMC 3.5 & the Process Monitoring Module (Argv Value)"
- In reply to: wilter: "Tar help need"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|