I am upgrading my server. I only got FTP and SSH. I want to move an entire directory of files consisting of around 2000 files to my new server which runs PLESK. Then, I got to move the MySQL database as well. What I am doing is downloading all the files from 1 server through FTP, to my computer, then uploading it to the new 1 through FTP. Is there a safer and more efficient way of doing this? I need to verify that all the files are there.
If you want to do it more faster than compress the whole folder using ssh and then wget the backup to new server and extract it.. Its faster and no data loss Rep is appreciated
use rsync it can check the remote file and will copy the file from the source if the destination file doesnt exits or older then the source file. Also faster.
Examples http://www.google.co.in/search?rlz=1C1GGLS_enIN303&sourceid=chrome&ie=UTF-8&q=rsync+examples