Question
How can I safely reduce the size of an Unreal Engine project for backup without losing essential data?
I need to back up my Unreal Engine projects, but each project takes up at least 100GB of space on my disk. I want to reduce the size of these backups to save space on cloud storage or external hard drives, without risking any data loss that might prevent me from restoring the project fully.
This question is not about saving space while working, or using the .gitignore file. It's about saving space while archiving projects (let's say you've completed the project, or the project is canceled) somewhere else such as it's about saving space while archiving projects somewhere else such as cloudcloud or hard disk backups.
Thank you.