is there a way to use tar to pack a directory and check the source data for changes after taring?
Well I want to pack a folder. But it can happen that the content of the folder is changed during the packing process. I need a way for tar to check if the source files have changed after the archive has been created. If so, the packed files should be overwritten with the new source files