Email Print sshfs Most comfortable way to migrate files between 2 servers is creating a mount via sshfs. yum install sshfs (fuse-sshfs from EPEL on Redhat + derivates) sshfs root@10.0.1.x:/var/www/ /mnt/ww.blabla.com/ -o reconnect -C -o workaround=all < Prev