Possible Duplicate:
Add/update a file to an existing tar.gz archive?
I have some game files I wish to update daily and they create a tar.gz of the folder, but instead of making a full tar.gz of all the files over again each day I'm trying to find a way to have it check the directory for files changed/added/deleted and update the archive to save time and CPU instead of recreating the archive from scratch every day. How can I do this?
I was trying to use --listed-incremented with no luck so far.