Anybody have a recommendation for some version control software that's relatively easy to pickup and foolproof?
I only need it for local backup and revisions, no collaboration.
I have some storage space with unity collab. That might be easiest thing because its dead simple. But it's also kind of buggy and I don't really trust it. Mostly I am backing up assets, but there is some scripts as well.
Replies
Create syncronity is the cheap ass solution, just writes backups each X hours to another harddrive but no versioning
I used a cloud drive from Sync.com which has versioning when I worked by myself, that worked very well but such should not be recommended for teams. There can be sync errors but so far I got everything back, and this is automatic no annoying manual versioning, as such I would recommend that, as you have to do nothing and can bring it with you.
https://www.perforce.com/products/helix-core/free-version-control
https://www.reddit.com/r/qnap/comments/dehngo/how_to_protect_your_data_raid_is_not_a_backup/
svn is shit by comparison but it's better than git for art stuff
Tldr: just use perforce - it's free
On storage..
SSDs are expensive and AFAIK have a shorter expected lifespan than magnetic disks, as such they make very little sense for mass storage. They're fast but since any network is significantly slower than the access speed of even an ancient IDE disk you're gaining precisely fuck all in practice.
If you need mass storage invest in capacity and redundancy, not speed. Go for the raid options that duplicate data, back anything really vital up to a cloud service and save up some spare cash for data recovery in the future.
The above is not to say it's impossible to have superfast mass storage but it's not the sort of thing you buy with your own money
Once a project is complete, or inactive, it gets stored on HDD. Which for me is NAS.
SSD is automatically backed up on the NAS as well. It just works.
Our NAS also has home movies of the kids, all our photos, our bank and tax documents. All encrypted, so if someone steals the NAS they just get a brick.
Yes, takes a bit of work to learn all the options, and set it up. But ultimately very worth it. Data and memories are irreplaceable IMHO.
But yeah. Unless you actually need revision history on the files it's a waste of disk space and simple backups are sufficient.