From ebfb65524352af3719f2d6bcbbff95ffcb46cb9f Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sat, 12 Apr 2025 11:10:44 +0200 Subject: [PATCH] Update backups.md --- docs/tutorials/maintenance/backups.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/maintenance/backups.md b/docs/tutorials/maintenance/backups.md index ccc8ca7..b18afaf 100644 --- a/docs/tutorials/maintenance/backups.md +++ b/docs/tutorials/maintenance/backups.md @@ -11,11 +11,11 @@ This tutorial is a community contribution and is not supported by the Open WebUI Nobody likes losing data! - If you're self-hosting OpenWebUI, then you may wish to institute some kind of formal backup plan in order to ensure that you retain a second and third copy of parts of your configuration. + If you're self-hosting Open WebUI, then you may wish to institute some kind of formal backup plan in order to ensure that you retain a second and third copy of parts of your configuration. This guide is intended to recommend some basic recommendations for how users might go about doing that. - This guide assumes that the user has installed OpenWebUI via Docker (or intends to do so) + This guide assumes that the user has installed Open WebUI via Docker (or intends to do so) ## Ensuring data persistence @@ -27,7 +27,7 @@ Docker containers are ephemeral and data must be persisted to ensure its surviva If you're using the Docker Compose from the project repository, you will be deploying Open Web UI using Docker volumes. -For Ollama and OpenWebUI the mounts are: +For Ollama and Open WebUI the mounts are: ```yaml ollama: @@ -349,7 +349,7 @@ In addition to scripting your own backup jobs, you can find commercial offerings # Host Level Backups -Your OpenWebUI instance might be provisioned on a host (physical or virtualised) which you control. +Your Open WebUI instance might be provisioned on a host (physical or virtualised) which you control. Host level backups involve creating snapshots or backups but of the entire VM rather than running applications. @@ -388,4 +388,4 @@ In the interest of keeping this guide reasonably thorough these additional subje | Encryption | Modify backup scripts to incorporate encryption at rest for enhanced security. | | Disaster Recovery and Testing | Develop a disaster recovery plan and regularly test the backup and restore process. | | Alternative Backup Tools | Explore other command-line backup tools like `borgbackup` or `restic` for advanced features. | -| Email Notifications and Webhooks | Implement email notifications or webhooks to monitor backup success or failure. | \ No newline at end of file +| Email Notifications and Webhooks | Implement email notifications or webhooks to monitor backup success or failure. |