this post was submitted on 06 Jul 2023
23 points (89.7% liked)

Selfhosted

39947 readers
463 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
 

I've been using Bash scripts with cronjobs to schedule daily backups, and then sync the backup to BackblazeB2 after the local backup has completed.

However, it's a bit messy and has a failure point where a locally corrupted repo could be uploaded to the remote repo. It also doesn't send emails on failure or success.

you are viewing a single comment's thread
view the rest of the comments
[–] spez_@lemmy.world 1 points 1 year ago (1 children)

This looks great. I wonder if it's possible to expose this to the (local) internet so I can access it via e.g. restic.mydomain.com

[–] amp@kbin.social 2 points 1 year ago

nope, but you're not the first one to ask, so maybe I'll write that one day.