update docs on backups

This commit is contained in:
Deckard
2025-10-03 13:55:33 -04:00
parent beafe708e2
commit 1dbf406217

View File

@@ -115,8 +115,8 @@ acore-compose/
├── docker-compose-azerothcore-optional.env # Optional services config ├── docker-compose-azerothcore-optional.env # Optional services config
├── scripts/ # Deployment, cleanup, and backup automation ├── scripts/ # Deployment, cleanup, and backup automation
├── storage/ # Unified storage root (configurable via STORAGE_ROOT) ├── storage/ # Unified storage root (configurable via STORAGE_ROOT)
── azerothcore/ # All persistent data (database, configs, tools) ── azerothcore/ # All persistent data (database, configs, tools)
│ └── backups/ # Database backups └── backups/ # Database backups (see backups documentation for sub-folder listing)
└── readme.md # This documentation └── readme.md # This documentation
``` ```