Yes, but recreation of any customization takes minutes if you use the correct distribution.
For example my root and home are on a tmpfs and therefore get deleted on every boot. Recreating every file in my system is done every boot, so reinstalling == booting (pretty much, partitioning is still manual).
When you regularly create and destroy a few dozen servers you care about reproducibility of installations and configurations. But even when you only have your home pc your drive can die at any point and you don’t want to figure out again how to fix that weird bug you once had or realize that you missed your docker images in your backup regimen.
If you nuke my pc from orbit I have it set up again in 10mins. Exactly. Every single file.
Yes, but recreation of any customization takes minutes if you use the correct distribution.
For example my root and home are on a tmpfs and therefore get deleted on every boot. Recreating every file in my system is done every boot, so reinstalling == booting (pretty much, partitioning is still manual).
(why do you do that, though?)
https://grahamc.com/blog/erase-your-darlings/
When you regularly create and destroy a few dozen servers you care about reproducibility of installations and configurations. But even when you only have your home pc your drive can die at any point and you don’t want to figure out again how to fix that weird bug you once had or realize that you missed your docker images in your backup regimen.
If you nuke my pc from orbit I have it set up again in 10mins. Exactly. Every single file.
Comprehensible and respectable, even if it is on a level I cannot even think of reaching.