I want to backup all of my projects so if something happens to my PC my work wont we lost?
so when i restore it, all of my content that i imported and blueprints and all settings stays there like nothing was ever lost!
is that possible… ? and if yes then also how do i restore my backup…??
Thanks
You only have to make a copy of your project folder. For example, i got a project name Something, inside C:\Users\UserName\Documents\UnrealProjects, all i need to do is thrown the entire project Something into another folder or a zip file, then put it into somewhere safe. Beware that even though my project is a pretty small one, it still take around 1gb to 2gb. You can keep several version of the same project in different folder at the same time too.
If you copy this folder, you will copy all of your projects. But this is way more than you need to copy.
Even if you are using an external harddrive, you can use “Perforce” to let UE4 copy the files to your harddrive automatically. You can tell it what files and folders it should copy and it will create versions so you can go back to an earlier version if you broke something.
Perforce is for free if you only use it for <= 20 people. You can find tutorials about setting it up easily in the interwebs or ask for help here/on the forum.
I guess the most important folders of a project are the source, content, saved and config folders.
You especially need Config, Content and Source in that folder, as well as the .uproject file, the rest can be rebuilt by the engine. (You might want to keep Intermediate/ProjectFiles, to keep specific settings, but I’m not sure about this)
I also recommend using something like Perforce though (I haven’t used Perforce specifically, but doing that stuff manually every x hours/days isn’t really the perfect way to make backups, especially when it comes to software engineering)