My "workspace" folder includes a hidden folder called ".metadata". Is it important to backup this folder regularly?
Yes, go ahead and delete the . metadata.
You should find something like your-eclipse-workspace\. metadata\. plugins\org. eclipse.
The workspace is a directory on the disk where the Eclipse platform and all the installed plug-ins store preferences, configurations and temporary information. Subsequent Eclipse invocations will use this storage to restore the previous state. As the name suggests, it is your "space of work".
One way to fix a corrupted eclipse workspace is to delete the folder <workspace location>\. metadata\. plugins\org.
The .metadata
folder is an area where Eclipse plug-ins can save any information they want to save. This will include things like your preference settings, information about the contents of projects and the indices the Java plug-in uses to find classes and methods quickly.
It also includes the .log
file where Eclipse logs errors.
Exactly what is stored there depends on the plug-ins you have installed (one of my plug-ins has a database in the .metadata) so it is a good idea to back it up (along with the projects).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With