The ideal state for a file system where you're running build infrastructure is to disable file opening for write, instead it should only allow file creation for write. There is too much overwriting files in infrastructure that goes unnoticed because there are no easy defaults to stop it
9 months ago