tar question

chloe K chloekcy2000 at yahoo.ca
Sun Nov 9 23:48:34 UTC 2008


Thank you 
  it works
   
  how about untar
   
  tar cvf file.tar -T selectfile.txt
   
  inside the selectfile.txt
   
  eg:
   
  /var/www/html/version3/abc.html
  /var/www/html/version3/image/abc.jpg
  /var/www/html/version3/cgi-bin/abc.cgi
   
   
  how can I untar it
   
  as all inside in /var/www/html instead of /var/www/html/version3
   
  Thank you again
   
   
  

"Mikkel L. Ellertson" <mikkel at infinity-ltd.com> wrote:
  chloe K wrote:
> Hi
> I have number of selected files to backup and it is also in different
> folders
> How can I make it easy?
> 
> eg:
> tar zcvf select-file.tar.gz from selected file or tar zcvf
> select-file.tar.gz (from selected files in file.txt)?
> 
> Thank you for your help
> 
Check out the -T or --files-from= option.
Something like: (Double check the syntax!)

tar zcv -T file.txt -f elect-file.tar.gz

You will probable find the tar info file more helpful then the tar
man page.

Mikkel
-- 

Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-- 
fedora-list mailing list
fedora-list at redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

       
---------------------------------
All new Yahoo! Mail - Get a sneak peak at messages with a handy reading pane.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20081109/bd3e5d23/attachment-0001.htm>


More information about the fedora-list mailing list