Is there a way I can diff a gzipped tarball against an existing directory?
I would like to be able to do it without extracting the data from the tarball.
|
|
|
Mount the tarball as a directory, for example with AVFS. Then use
|
|||
|
Turns out that GNU tar has diff built in (-d):
If you are working with tar that does not have this try:
|
|||
|
|