I have compressed a folder using tar like this:
tar cvfz folder.tar.gz folder/
Now, say I have changed some of the files in that folder, added some and removed some. And now I want to update my archive.
Is there a way I can sort of only compress the changes? So that files in the folder that has not been changed won't be recompressed?