this post was submitted on 14 Jun 2026
45 points (95.9% liked)

Selfhosted

60177 readers
489 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello,

First let me answer your first question : No, It's not AI generated.

I started working on a new project geared towards small self-hosted environment which automate the use of snapshot to reduce downtime when doing offline backups.

Instead of waiting for the entire external backup to finish to restart the service LaManager create a instantaneous snapshot using Copy on Write (COW) restart the service and upload the external backups reducing downtime significantly.

More details in the readme.md.

Warning the project is still very early so there might be rough edge and bugs, be careful. However I hope to be able to make something nice and usefull out of it.

PS: It is my first post on lemmy after looking around without account here for a while, the lack of history is not me being a bot, I'm just new here.

top 4 comments
sorted by: hot top controversial new old
[–] curbstickle@anarchist.nexus 11 points 1 week ago

Glad to have your first post - welcome!

[–] irmadlad@lemmy.world 9 points 1 week ago (1 children)

I’m just new here.

Welcome to the club bro!

I've bookmarked the project for reading later on this evening. I'll probably have questions then. Thank you for sharing your project with us.

[–] LamaThematique@lemmy.world 6 points 1 week ago

Thanks, don't hesitate to ask :)

[–] LamaThematique@lemmy.world 2 points 1 week ago

After putting it to prod on my homeserver and running some test with a slow remote (a friend homeserver). I was able to have ~30 seconds downtime total across all services for a backup that needed 35 minutes to complete.

Usually an offline backups would have needed to have downtime for the entire 35 minutes to ensure a consistant state. Here i have the same guaranties for much cheaper.

note that the situation I have somewhat extreme but it shows well the benefits.