this post was submitted on 23 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

515 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I'm looking for a mongodb backup with the following feature:

- Customizable S3-compatible storage as destination to store backup

- Customizable mongodb credentials to run mongodump and mongorestore

- Customizable cronjob to run periodic backups

- Manual backup on demand

- List all backups (maybe simply getting name of all backups from S3-compatible storage)

- Restore database from backups

- Preferably comes with a webapp to do all the things listed above.

Some of the repos I found online does not come with list backup, restore from backup, or a web app. Building one is rather simple engineering-wise IMO but I just want to see if there's an OSS version before embarking on building one.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here