-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Artur Lewandowski edited this page Sep 19, 2025
·
2 revisions
OctoBackup is a Blazor-based (Wasm) application that helps you create, schedule, and automatically test databases backups with ease.
Its main goal is to automate backup processes and give you a simple UI to manage everything.
You can just create server, schedule backups and forget.
Everything will work on its own and you will get only eventually emails with any errors or statistics.
- Check out Docker Compose file
- Download or copy docker-compose file
- Configure like you want
- Run
docker compose up -d - Open browser at https://localhost:10443 (or any other https port that you provided in dokcer-compose file# )
👉 More details in Installation & Configuration
📖 Documentation
Installation & Configuration
Admin Account
Creating and Managing users
Servers Management
Configuring Server Tunnel
Testing Server Connection
Scheduling Backups
Testing Backups
Troubleshooting