Hacker News new | ask | show | jobs
by maestrae 545 days ago
Been looking at these tools and honestly, my big issue is backup - specifically, I want a dead simple way to continuously back up my links to something like S3. Not really interested in relying on the Internet Archive or having to set up and babysit yet another backup system. is it like completely antithetical to the average self-hoster ethos to use the cloud where it makes sense?

I really like hoarder, but kind of surprised how many tools either totally skip over backup functionality or treat it as an afterthought (like this Hoarder issue here: https://github.com/hoarder-app/hoarder/issues/75). Feels like this should be a no-brainer feature, right?

2 comments

If you're hosting it yourself, I would expect that you also make backups of your whole server and/or database if one is involved. A custom backup feature built into the app seems redundant.
Just rclone the docker volume/mount to s3 or what have you. Or you can get fancy and directly do docker volumes in s3 using a storage driver.