Add backup script for configs and Qdrant snapshot.
Made-with: Cursor
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user