Open
Description
We deploy an experiment, see an issue with some of our injected config files, then tear down and redeploy the system again. The files in /tmp/minimega/files, specifically snapshot images, do not update when there is a change to the contents of the snapshot image file. As discussed with @djfritz, this is because of the simple filename comparison that is currently used. It'd be great if there was a "dirty" flag that would inform the remote node that there is a new copy of the file in question. It would then stay in sync with the latest changes.