Eşitlemek istiyorum Server1
ve Server2
'ın günlükleri LogServer
.
Şunun için Server1
:
rsync -avz -e 'ssh -p 2188' user@server1:/usr/local/servers/logs/* /usr/local/logs/
Bu işe yarıyor, ancak şunlar için Server2
:
rsync -avz -e 'ssh -p 2188' user@server2:/usr/local/servers/logs/* /usr/local/logs/
Başarısız:
shell-init: error retrieving current directory: getcwd: cannot access parent directories: no such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: no such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: no such file or directory
rsync: getcwd(): No such file or directory (2)
rsync error: errors selecting input/output files, dirs (code 3) at util.c(992) [sender=3.0.6]
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.6]
Hem Server1
ve Server2
aynı sürümü Amazon ile barındırılmaktadır rsync
.
Komuttaki her dizinin mevcut olduğundan eminim. Bu sorunu nasıl çözebilirim?
GÜNCELLEME: Denedim ssh -p 2188 user@server2 pwd
ve işe yaramıyor:
shell-init: error retrieving current directory: getcwd: cannot access parent directories: no such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: no such file or directory
Ekran görüntüsü
ls -R /usr/local/servers
hatasız çalışır mı?