-
Program to compare multiple files (Windows)
For my work, I have to back up every editing project in a server. I do this manually because the files have to be organized in a certain way in the server and the same folder can be used and modified by other editors, which means that the main folder of each project in the server is not a mirror of the corresponding folder in my pc.
So everytime I backup some files I have to manually browse each folder, to check for any error.
Something I thought could help would be a program that checks if every file in the main folder of each project in my pc has a copy in the corresponding folder in the server (even if the folder in the server has other files that aren’t in my pc).
Do you know about a program that could do that? Also, do you think there is something else I could try? I can’t change the way the files are organized in the server, but I was thinking about ways to automate some steps of the process if possible.
Any advice is appreciated!