You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Привет. Работало, и внезапно перестало.
Предполагаю после обновления rsync
[19:23:59] Running async notification watcher (to save CPU time).
[19:24:00] Initiating a background connection with data/www/project.ru...
[19:24:05] Fast initial rsync synchronization...
rsync: This rsync lacks old-style --compress due to its external zlib. Try -zz.
rsync error: syntax or usage error (code 1) at main.c(1554) [server=3.1.1]
The text was updated successfully, but these errors were encountered:
Нужно собрать rsync на сервере с --with-included-zlib=yes
Во FreeBSD - при сборке порта net/rsync выключить опцию ZLIB_BASE
Ну или попробовать добавить -zz в RSYNC_OPTIONS, вот в этом коммите добавили cc0c465
Я предлагал не собираться без zlib а использовать при сборке реализацию zlib, поставляемую в исходниках rsync, а не системную. Проблема же в несовместимости zlib на клиенте и сервере.
Привет. Работало, и внезапно перестало.
Предполагаю после обновления rsync
[19:23:59] Running async notification watcher (to save CPU time).
[19:24:00] Initiating a background connection with data/www/project.ru...
[19:24:05] Fast initial rsync synchronization...
rsync: This rsync lacks old-style --compress due to its external zlib. Try -zz.
rsync error: syntax or usage error (code 1) at main.c(1554) [server=3.1.1]
The text was updated successfully, but these errors were encountered: