queztion for my fellow gam-devs
-
queztion for my fellow gam-devs
is there an inexpensive service where I can 1) pay them money to 2) store files 3) privately 4) with a firm guarantee that they will not use them to train "models"?
I usually put my projects in some kind of free revision control system as a cheap form of offsite backup, but I'm at a loss of what to do with all my blend files and images
@aeva I use a backup tool called Restic and point it to Backblaze -- also supports other cloud backup providers, Hetzner I think is what people recommend now, thinking of moving. The nice part is this gives versioned backups and encrypts the repo, can do local repos too. I wrote a little script around things and put it behind a specially permissioned backup user, and I periodically run manual backups. I could crontab but I don't need it that often, and need to be careful about rate limits.
-
@raven now we talkin. what's the $$$