queztion for my fellow gam-devs
-
-
@aeva Backblaze, it's cheap as hell, you can encrypt your storage and the first 10gb is free
I have 100GB sitting in it and it costs me $1 a month inc. tax
-
-
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 had looked into setting up a free perforce server on Oracle hosted vm - but then its with Oracle too
But the idea was enough around the same thought
-
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've been using Filen (https://filen.io/) - their free tier gives you 10gb but there are paid options too which seem pretty reasonable
-
@aeva 1 TB seems to be 3.20 EUR per month: https://www.hetzner.com/storage/storage-box/
There are probably similar offers from other companies as well, because offsite backups at a different provider are a common requirement for professional deployments.
OVH also has something, but their website is confusing, rather than a base price they charge per GB and month.
@aeva BTW be aware that internal Windows Backup makes a full image of the system disk by default, that's a bit silly, takes ages to transfer and uses a lot of space. Best to deselect that and only use file versioning for the relevant directories, that's somewhat lightweight and also gives you access to multiple old versions, timestamped (that's the "Previous Versions" tab in file properties).
-
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 For me, the solution is a Strato Vserver running gitea, and all my asset files go into git lfs.
-
@aeva phone a friend for offsite
@pupxel @aeva my solution for that is syncthing. I have a few folder which are replicated between my phone, my home server, laptop, desktop PC, a raspberry pi playing music at home. If house burn down, I still have the phone as every other remote is at home.
In theory, syncthing allow you to have remote purely for storage, where the data is encrypted and therefore cannot be read locally. This with a cheap VPS sound like a decent solution to your issue
-
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 perforce is free for small teams
-
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 Hetzner have a hosted Nextcloud service. I’ve been using it for a while now. The price is very reasonable.
You can map your own subdomain to it as well. -
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 $$$