I’ve been working on a project for a few days now and I saved every few minutes or whenever I made a big change. Today when I logged on to my project it gave me a version from a few days ago. Is there any way I can get my saves back?
I highly recommend installing and using a modern source control system like git and committing regularly, generally at each phase of getting something working. That way you will understand precisely what you have changed and it will be committed and commented, and can easily be pushed to cloud-based storage such as github, Bitbucket or gitlab.