Tôi đang cố gắng sử dụng rync cục bộ (trên máy windows) cho máy chủ từ xa (hộp osx của tôi) để kiểm tra tập lệnh xây dựng triển khai từ xa. Tôi đã thực hiện rsync trước đây chỉ tốt giữa 2 máy chủ linux, nhưng hiện tại tôi đang gặp sự cố. Đây là đầu ra:
$ rsync -v -e ssh myuser@10.86.83.11:/Library/WebServer/sites/staging/app1/ ./export
skipping directory /Library/WebServer/sites/staging/app1/.
sent 8 bytes received 13 bytes 3.82 bytes/sec
total size is 0 speedup is 0.00
$
hoặc là
$ rsync -avz -e ssh myuser@10.86.83.11:/Library/WebServer/sites/staging/app1/ ./export
receiving file list ... done
./
sent 26 bytes received 68 bytes 17.09 bytes/sec
total size is 0 speedup is 0.00
$
thư mục app1 từ xa trống trong khi thư mục xuất cục bộ có 4 thư mục con và sau đó là một loạt các tệp trong mỗi thư mục đó