From 1dbf4062174ccbb2f443c361ac36988c1ec1aff2 Mon Sep 17 00:00:00 2001 From: Deckard Date: Fri, 3 Oct 2025 13:55:33 -0400 Subject: [PATCH] update docs on backups --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f488c8a..0c69cdc 100644 --- a/readme.md +++ b/readme.md @@ -115,8 +115,8 @@ acore-compose/ ├── docker-compose-azerothcore-optional.env # Optional services config ├── scripts/ # Deployment, cleanup, and backup automation ├── storage/ # Unified storage root (configurable via STORAGE_ROOT) -│ ├── azerothcore/ # All persistent data (database, configs, tools) -│ └── backups/ # Database backups +│ └── azerothcore/ # All persistent data (database, configs, tools) +│ └── backups/ # Database backups (see backups documentation for sub-folder listing) └── readme.md # This documentation ```