rsync for copying file
- by vinayrks
I am migrating my old server to new server . I used this server for hosting website . first I tried sftp but due to huge number of files and connection time out , it simply didn't work .
then I tried rsync .rsync working good , but only problem I am facing it updating file very nicely & fastly but do not copy new files
please help me . because still i need to transfer lots of file.
I am using this command :
rsync -anv -e ssh oldserver:/path/ /path