Find the answer to your Linux question:
Results 1 to 2 of 2
how to add a folder toa tar file without uncompressing it?is it possible?...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    5

    appending a folder to a tar file

    how to add a folder toa tar file without uncompressing it?is it possible?

  2. #2
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    Just use the -r flag:

    Code:
    tar -r filename.tar folder/
    For more information see the tar man page
    Linux User #453176

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...