You wrote about deplatforming-- heads up that DigitalOcean does deplatform people. I have direct firsthand knowledge of DigitalOcean deplatforming a security disclosure professional reporting a root breach bug. For your secure backups, I can suggest Tarsnap by Colin Percival, who's a security expert and a frequent contributor on Hacker News. I don't get anything for recommending Tarsnap; I'm just a customer. https://…
$0.25 /GB is pretty expensive. I'm using Hetzner Storage Box [1] which has tonnes of connectivity options where 1TB is only 9.40€ (works out at 0.0094€ /GB) [1] https://www.hetzner.com/storage/storage-box
Replacing Dropbox in favor of DigitalOcean spaces
141–150 of 201 posts
Re: Replacing Dropbox in favor of DigitalOcean spaces
#142You wrote about deplatforming-- heads up that DigitalOcean does deplatform people. I have direct firsthand knowledge of DigitalOcean deplatforming a security disclosure professional reporting a root breach bug. For your secure backups, I can suggest Tarsnap by Colin Percival, who's a security expert and a frequent contributor on Hacker News. I don't get anything for recommending Tarsnap; I'm just a customer. https://…
Am I reading that right, that 1TB of storage used would be $256 per month + bandwidth costs?
Re: Replacing Dropbox in favor of DigitalOcean spaces
#143dropbox client does so many more things (including compression,delta uploads,filehandle watch, incremental backup and so on)
i mean its fine if thats what you want,but that is not a backup solution by any means
Re: Replacing Dropbox in favor of DigitalOcean spaces
#144Earlier quoted context omitted.
As tarsnap is run by a single person, it seems hard to suggest it to serious businesses due to the inherent risks there as well as the extremely high storage costs and difficult cleanup procedures compared to competing tools. I tend to prefer solutions like restic + B2 for their price and support, where you at least have a larger company behind the storage backend, you could even directly use it with S3 and it'd stil…
Unfortunately restic was a no go for me due to not being compatible with B2 keys that only have the permissions readFiles,writeFiles,listBuckets,listFiles (no deleteFiles). I don't want the attacker to be able to delete any backups if the manage to get to the B2 keys. I believe this is the ticket that would add support for this to restic: https://github.com/restic/caddy/issues/2
In short, give rclone your keys, (small ~/.rclone config file) tell restic to use an rclone backend and add an extra argument when running restic. (See the blog link above, all explained)
There's an open issue for this which doesn't seem to have moved: https://github.com/restic/restic/issues/2134 - it does have a couple of PRs linked on there which implement proper soft-delete.
Re: Replacing Dropbox in favor of DigitalOcean spaces
#145There is a lot of open source file sync software out there (ownCloud, NextCloud, Seafile, Syncthing, ...) that would be much better suited for a self-hosted Dropbox replacement than a single bash script. You are many orders of magnitude more likely to lose your data due to a code bug or unstable network than deplatforming. I looked into setting up something of the sort for myself a little while ago, but unfortunately…
Yes. Been using Syncthing and it's been great. Only down side is there's no iOS port.
Re: Replacing Dropbox in favor of DigitalOcean spaces
#146Re: Replacing Dropbox in favor of DigitalOcean spaces
#147High efficiency and very high performance trustless backup setup: send incremental (encrypted, compressed) ZFS snapshots to rsync.net, hetzner, or buyvm. This produces smaller backups than rsync or similar tools, produces them faster, and also shields your data from prying eyes, as it’s all encrypted when it leaves your machine.
Re: Replacing Dropbox in favor of DigitalOcean spaces
#148You wrote about deplatforming-- heads up that DigitalOcean does deplatform people. I have direct firsthand knowledge of DigitalOcean deplatforming a security disclosure professional reporting a root breach bug. For your secure backups, I can suggest Tarsnap by Colin Percival, who's a security expert and a frequent contributor on Hacker News. I don't get anything for recommending Tarsnap; I'm just a customer. https://…
Wait, their pricing is $0.25 per GB per month, so $250 per month for 1 TB? What the heck?
Re: Replacing Dropbox in favor of DigitalOcean spaces
#149Earlier quoted context omitted.
> They ban/lock first, ask questions later Given the sheer volume of dodgy packets that originate from DO network space, I find this surprising.
I guess I’m not terribly surprised. It fits a narrative, not of being overly protective, but of run-of-the-mill incompetence. Someone once used a DigitalOcean droplet to run an aggressive layer 7 denial of service attack against a service I host. I notified DO via their web form, didn’t get a reply for three days, then got told to email to their abuse@ email address instead. Dutifully, I mailed abuse@ and included th…
Furious the second time, I sent a crafted image of an invalid ID to check if they actually even care. It seems they don't, as the account got unlocked all the same.
Re: Replacing Dropbox in favor of DigitalOcean spaces
#150There is a lot of open source file sync software out there (ownCloud, NextCloud, Seafile, Syncthing, ...) that would be much better suited for a self-hosted Dropbox replacement than a single bash script. You are many orders of magnitude more likely to lose your data due to a code bug or unstable network than deplatforming. I looked into setting up something of the sort for myself a little while ago, but unfortunately…
Yes. Been using Syncthing and it's been great. Only down side is there's no iOS port.