Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				Also: have a backup strategy, make them regularly and make sure they are restorable.
- 
				
				@gronostaj I generally agree, but it was the same day's work. It'd be hard to do backup every few hours. I just accidentally wiped out everything. considering most of it was on GIT, it did not seem reasonable to use one of those recoverations tools; I just went and programmed everything again in two hours hehe
- 
				
				@elvieeejo I've once typed `sudo rm /var` instead of `sudo rm var`.
 
 What I learned:
 
 1. My weekly whole disk backups are totally worth it.
 
 2. It may be a good idea to run Docker containers with the same user ID as host's.
Related Rants
- 
						
							 sasikanth29A group of wolves is called a pack. A group of crows is called a murder. A group of developers is called a m... sasikanth29A group of wolves is called a pack. A group of crows is called a murder. A group of developers is called a m...
- 
						
							 gururaju58*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ... gururaju58*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
- 
						
							 gggggggggg20"Whenever I see a door that says push I pull first to prevent conflicts" gggggggggg20"Whenever I see a door that says push I pull first to prevent conflicts"









Yesterday I was cleaning my computer and accidentally wiped out all my dev folder (I got confused with another folder named "dev" that I had just downloaded) and I lost all my work.
Fortunately, most of everything (or the most important at least) was on GIT. I only lost my yesterday's work which was not pushed (only locally committed).
Kids, remember pushing before leaving the building
rant
real story
backup
accident
work
git