0
私は、私は次のエラーを取得するしかし、rsyncのrsyncはそのようなファイルやディレクトリ
rsync -r -e -ssh [email protected]<ip>:/home/<user>/public_html/image.jpg /var/www/html/image.jpg
を使用して別のサーバ(と思うのCentOS)からの私のUbuntu 14.04のサーバーにファイルを取得しようとする次のコマンドを使用を返します:
rsync: Failed to exec -ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(85) [Receiver=3.1.0]
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.0]
問題なくSSHでログインし、フォルダをディレクトリに変更できます。 (私はこれを行うべきではありません知っているが、サーバーが2日で削除されます。)
私は再帰的に777にホームフォルダを入れてみましたが、これは動作しませんでした