The Importance of a Name
joebordes.com
The Importance of a Name
1–9 of 9 posts
Re: The Importance of a Name
#2Re: The Importance of a Name
#3Sounds like lsof could have saved them.
Re: The Importance of a Name
#4Re: The Importance of a Name
#5Can someone explain why this is a naming problem? I just feel like I'm missing something.
Re: The Importance of a Name
#6Can someone explain why this is a naming problem? I just feel like I'm missing something.
Re: The Importance of a Name
#7When I took over as maintainer of the intranet I set up subversion and cleaned up all of this "cp -r version control", which included checking in the latest version of everything and deleting everything else (there were dozens of projects with this kind of "version control", including "project.new", "project.new2", and it wasn't always obvious which one was the live version: could be anything).
Wasn't discovered until a few months later when someone wanted to look up some pictures, by which time the backups had been overwritten. I got some pretty sour looks for that, but seriously, 1) this was a stupid location to store stuff, and 2) version control is not rocket science.
Also: once had a customer who stored a lot of important documents in C:\Temp. I told him that was probably not a good idea.
Re: The Importance of a Name
#8Who would have been launching a container inside the deleteme directory? They were very lucky if that's how they found it. How long did it take to discover that?
Re: The Importance of a Name
#9> Linux was intelligent enough to keep the i-node references even if the parent directory was different so the docker container kept working inside the deleteme_after_202202 directory. Who would have been launching a container inside the deleteme directory? They were very lucky if that's how they found it. How long did it take to discover that?
mv /opt/redash /opt/deleteme_after_202202
until the machine was rebooted.