I am trying to reduce data transfer to my embedded Linux device by creating patches for almost similar binaries. I have memory constraints on my device and hence heavy algorithms like bsdiff and bspatch are unaffordable on my target for binary sizes of around 36-60 MB. I would like to know the commands that have the best algorithms for diffing and
Tag: patch
How can I create a patch to delete a folder and create new folder using diff?
For example I have two directories say old and new. The directory old has a sub-directory abc and the directory new has a sub-directory cde. I tried creating patch by using I got following output in file.patch: and when I tried to patch the file I got following error: When I try to create patch by using: I get empty