How about Syncthing?
Comment on Google calls Drive data loss “fixed,” locks forum threads saying otherwise | Ars Technica
Gormadt@lemmy.blahaj.zone 11 months ago
Yeah my data is still missing
It only affected files I created on drive via the web for me so their explanation doesn’t even apply to me
Screw this I’m actually going to finish setting up my own cloud service because fuck this
Now the question is OwnCloud or NextCloud?
Akareth@lemmy.world 11 months ago
Gormadt@lemmy.blahaj.zone 11 months ago
One of the key things I do with Google drive is utilizing the office suite it has
Though Syncthing looks cool it doesn’t really fit my use case as far as I can tell
ikidd@lemmy.world 11 months ago
Nextcloud by a mile. That’s where the primary devs from Owncloud went, consequently all new work has been done there. As well, Owncloud got sold to some shitbird corporate suite just recently, it’ll be dead in a year.
Gormadt@lemmy.blahaj.zone 11 months ago
NextCloud it is then
I’ve currently got an overkill system running TrueNAS Scale so I’ll be using the docker image for sure
redcalcium@lemmy.institute 11 months ago
Just some tips when using nextcloud official docker container. Do not use the ‘latest’ tag. Instead, use the version tag (e.g. “27-apache”). This is to prevent breaking your install when you accidentally upgrading between major versions that way too far apart (say, v23 to v27).
When upgrading nextcloud containers, always upgrade one major version at a time. For example, if you’re currently in v25 and want to upgrade to v27, upgrade to v26 first before upgrading to v27. Not sure if nextcloud already added some safeguard for this, but this issue often bites new nextcloud selfhosters in the past.