Ah, I hope you can recover everything.
The simplest solution which I use a lot (including my family photos and videos), I pay 9.99 for 2TB Google drive:
https://one.google.com/home This way, local folder is automatically synchronized with online storage. Important - this will not safe you from deleting files (you may be able to recover some until 1 month, but not after that).
At company I use NAS server (I have simple TS-453A:
https://www.amazon.com/QNAP-Professi.../dp/B017YB7T6U ). I have two disks mirrored (for important stuff and for clients who do not want to have projects in cloud) + 1 big HDD. Some important folders are automatically backed up to Google drive (this is in case of sudden lost), all the other folders and files are backed up once a week to Amazon glacier (
https://aws.amazon.com/glacier/ ) low cost archive storage. All these backups are supported by applications on the NAS server, you just need to set them up. All folders from NAS are mapped to local network - this makes it fast to work with the files and on background they are automatically backed up. Again, this will not help if you delete files by accident.
At company I also use Github (Team plan $25 / month = $300 / year for 5 people, now they have also Unlimited private repositories on the Free plan, maybe check it out:
https://github.com/pricing ). Paying for this is one of the best things I have ever done. I use it a lot - mostly for software projects, but I do upload there now also my HW projects. The best is, even if you would delete something by accident on your hardrive, you can always go to github and find it there, including all the previous versions. It may be a little bit tricky to get used to work with git, but once you know how to use it, it is a great tool. Here is an example of our open source project:
https://github.com/FEDEVEL/28pinsImportant: I do not use Github with Altium as proper SVN integration. I tried SVN directly in Altium and it just didnt feel right for me. Instead, when I finish something important, I simply push the whole directory to github, that is how I use it. For everyday backup I relay on the Googledrive.
At this time, probably also other solutions exists, but I use google drive as it was one of the first things what existed when I needed it and I am happy with it - so no plans to change it for now.
I am also curious what other people use, how they backup their files and what is their experience with SVN. Please share. Thank you.