Update Introduction
parent
5583b7b035
commit
5ec5f131b7
1 changed files with 8 additions and 1 deletions
|
@ -1 +1,8 @@
|
|||
`regularbm` is an automated backup solution designed to create consistent, secure snapshots of an Open WebUI instance. It operates by extracting data from the live Docker container, packaging it, and delivering it to a secure cloud storage endpoint in Amazon S3.
|
||||
`regularbm` is an automated backup solution designed to create consistent, secure snapshots of an Open WebUI instance. It operates by extracting data from the live Docker container, packaging it, and delivering it to a secure cloud storage endpoint in Amazon S3.
|
||||
|
||||
The project consists of two main components:
|
||||
|
||||
- **`regularbm.py`**: A Python script that orchestrates the entire backup and upload process.
|
||||
- **`cloudformation_template.yaml`**: An Infrastructure as Code (IaC) template that defines and deploys all required AWS resources.
|
||||
|
||||
The core design principles are **Security**, **Automation**, and **Maintainability**.
|
Loading…
Add table
Add a link
Reference in a new issue