Is it possible to create a 7-zip command line which only adds a file if that filename is not already present in the archive, like:
7za a -SkipExistingFiles archive.7z myfile.ext
If the above is run twice it must add the first time, not the next. No matter which file date/time/size.
I have read about the -u switch but can't make it work.