How can I archive/add files to tar format!? (best answer +10points)?

mrmafia

New member
Joined
Feb 6, 2011
Messages
0
Reaction score
0
Points
0
Lets say I have a TAR archive folder, how would I add files to the TAR without creating a new one? 7zip and winrar/zip don't support adding files to TAR format. Can it even be done on windows? If not, what program would I need on linux, as I have a VM. Could you also tell me why, I have a file in the Tar folder that is only 955 bytes, but the TAR archive is 5MB... Please help. Will give best answer!
 
It looks like you need to use either the -r option to add files to the end.
 
Back
Top