I deal with a system which is deployed over several servers and serveral environments. Is there a tool I can use to visually bulk compare several files (spread amonst many servers) at once, so I can for example compare production from two weeks ago with production from now, or so that I can compare production with test?
feedback
|
|
You can use RSync from the Unix side (or from Cygwin on Windows) -- your Unix/Linux environment may be able to mount SMB, if it can then you're in luck... RSync has some command-line options that will show you which files will be synchronized (because they're different), but without actually doing the synchronization. You could re-direct this output into a text file and load it in your favourite word processor, spreadsheet, or database from there. | |||
|
feedback
|