this post was submitted on 08 Jan 2024
65 points (93.3% liked)

Selfhosted

37826 readers
523 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
65
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/selfhosted
 

Hi guys! I think I'm over Joplin. Don't get me wrong, it's simple, it works, but… why is it Postgres db…. I have the server on a small box with like 250 GB of space and backing it up with kopia to Backblaze with free 10 GB, so I'm a bit storage cautious.

With each snapshot, it seems like a good chunk of the database changes, even when I don't use Joplin that day. That results in kopia backing up those changed files, and backups keep growing. Right now the Joplin database is like 200Mb, BUT when I export the notes from the app… all of them weigh 2Mb… including images. Yes there is versioning of notes, but they shouldn't be that big after one-two months lol.

I know I know, I'm being a bit weird about it, but I'm getting daily notifications about backups and I see how they grow each day.

Anyway, do you have any alternatives that have an app on iOS and on Linux? Or should I just use Apple Notes in the browser? Thanks

EDIT: The answer was easier than I thought. Just don’t back it up, it’s synced which means each device has a copy of it anyway so there is not really need for it, thanks @[email protected] !

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 6 months ago (3 children)

Why do you need to back up that server data? The great thing about joplin, is that the full content of your notes (and history) is distributed, like a git repo. As long as you have one device left with your notes, everything else can be bootstrapped from there. If your sync server burns down, start a new one and sync your notes to it again.

[–] [email protected] 1 points 6 months ago (1 children)

Genuine question - doesn't this leave you open to loss of data from database corruption or an app failure (or human error, accidentally deleting a bunch of pages, for example)?

I've used "sync as backup" a lot, and run into these kinds of issues (it's my current OneNote "backup" strategy). I'm just not familiar enough with Joplin to know what risks this exposes.

[–] [email protected] 1 points 6 months ago (1 children)

There is a fail-safe switch in settings preventing the deletion of local copy if the remote is empty

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago)

Well that's something anyway, though I wouldn't rely on it - sometimes things happen.

I'm sure there's a way to do proper backups of database data (e.g. Incrementals, full, etc), that would get the changes.

That's always handled by other teams for systems I've deployed, so I'm joy familiar with current approaches.

[–] [email protected] 1 points 6 months ago

True, should've thought of that. Well, at least this gives me a chance to explore and learn alternatives :P

[–] [email protected] 0 points 6 months ago

I'd rather backup a stack of plain text files, personally. So Obsidian for me.