Advertisement
Guest User

migration-issue

a guest
Jun 29th, 2018
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. hi.
  2. in my old vps:
  3. root@ar:/# rsync -avr -e "ssh -p 22378 root@my-new-vps-ip" --numeric-ids --exclude=/etc/fstab --exclude=/etc/network/* --exclude=/proc/* --exclude=/tmp/* --exclude=/sys/* --exclude=/dev/* --exclude=/mnt/* --exclude=/boot/* --exclude=/etc/udev --exclude=/etc/netplan/* --exclude=/etc/sysconfig/network-scripts/* --exclude=/etc/systemd/network/* root@my-old-vps-ip:/* /
  4. The authenticity of host '[my-new-vps-ip]:22378 ([my-new-vps-ip]:22378)' can't be established.
  5. ECDSA key fingerprint is 9f:50:97:dc:14:45:94:d6:ea:a6:7e:e7:0a:82:6a:13.
  6. Are you sure you want to continue connecting (yes/no)? yes
  7. Warning: Permanently added '[my-new-vps-ip]:22378' (ECDSA) to the list of known hosts.
  8. root@my-new-vps-ip's password:
  9. bash: my-old-vps-ip: command not found
  10. rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
  11. rsync error: remote command not found (code 127) at io.c(226) [Receiver=3.1.1]
  12. root@ar:/# which rsync
  13. /usr/bin/rsync
  14. root@ar:/#
  15.  
  16. in my new vps (remote vps)
  17. root@umh:~# which rsync
  18. /usr/bin/rsync
  19. root@umh:~#
  20.  
  21. SO HOW TO SOLVE THE ERROR ON MY OLD VPS?
  22. tks a lot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement