Add backup script for configs and Qdrant snapshot.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-20 23:04:18 +10:00
parent 98ac672695
commit e736dd0f37
3 changed files with 136 additions and 0 deletions
+8
View File
@@ -125,3 +125,11 @@ cd ~/openclaude-LLM-local/docs/rag-mcp-starter
chmod +x status.sh
./status.sh
```
## 13) Бэкап перед обновлениями
```bash
cd ~/openclaude-LLM-local/docs/rag-mcp-starter
chmod +x backup.sh
./backup.sh
```