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
+21
View File
@@ -82,6 +82,27 @@ chmod +x status.sh
./status.sh --model qwen2.5:3b
```
## Backup
Создание бэкапа конфигов, списка моделей и snapshot Qdrant:
```bash
chmod +x backup.sh
./backup.sh
```
С кастомной папкой:
```bash
./backup.sh --output-dir /path/to/backups
```
С кастомной коллекцией:
```bash
./backup.sh --collection mydocs
```
## Переменные окружения
- `QDRANT_URL` (default `http://127.0.0.1:6333`)