Add installation instructions for rsync on B servers in SYNC_SETUP.md to ensure proper synchronization setup.
Publish telemt-bot Docker image / build-and-push (push) Successful in 25s

This commit is contained in:
Denozordec
2026-03-11 14:53:39 +07:00
parent 1e18b2cbd3
commit f1bcc205cc
+7
View File
@@ -137,6 +137,13 @@ sync {
## 6) Первичная синхронизация (один раз)
**Важно:** на каждом B (`gt1.ivx.su`, `gt2.ivx.su`) должен быть установлен `rsync`:
```bash
# Выполнить на каждом B-сервере:
apt update && apt install -y rsync
```
На `mtg.ivx.su`:
```bash