I'm using zip
to create an incremental archive.
I would like it to only echo the file if there was a change between source and the archive, or if it's an added
file.
This would mean if I ran it twice in a row it would echo no files. (easy detection of changes is the point).
Is this possible?
Right now it echoes for every file, even if there has been no change.
I am using this command:
zip -r --test "Dest.zip" ./Source