swagfin / SemanticBackup

A .NET API that automatically backups database based on scheduled time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Database Backup

SemanticBackup is a powerful .NET API service designed to automate the backup process for supported databases including SQL Server, MariaDB, and MySQL. With this API, you can easily schedule and manage backups, ensuring the safety and integrity of your valuable data.

Key Features

  • Background Service: The API runs as a background service, ensuring continuous and automatic backups without user intervention.
  • Supported Databases: Supports popular databases like SQL Server, MariaDB, and MySQL, providing flexibility for your specific needs.
  • Custom Backup Schedules: Configure personalized backup schedules to suit your requirements.
  • Dashboard: Monitor the backup status and manage settings through an intuitive and user-friendly dashboard.

Deploy on Docker

docker pull ghcr.io/swagfin/semantic-backup:latest
docker run -d -p 8080:8080 ghcr.io/swagfin/semantic-backup:latest

Screenshots

Dashboard Screenshot of the API dashboard displaying backup status and analytics

Backup Screenshot of the API in action, performing a database backup.

Contributing

Contributions to the Database Backup API are welcome! If you would like to contribute, please follow the guidelines outlined in the contributing documentation.

License

The SemanticBackup is released under the MIT License.

About

A .NET API that automatically backups database based on scheduled time

License:MIT License


Languages

Language:CSS 60.4%Language:C# 16.6%Language:JavaScript 16.5%Language:HTML 6.5%Language:Dockerfile 0.1%Language:Makefile 0.0%