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

link|improve this question

80% accept rate
could you give more information. Is it identical hardware/software? What operating system is it? – The Unix Janitor Mar 20 '10 at 19:20
feedback

1 Answer

up vote 5 down vote accepted

-n means 'dry run', as in, no files are actually copied.

link|improve this answer
seriously , lemme try , such a silly mistake i was doing – vinayrks Mar 20 '10 at 19:44
thanks thanks it working – vinayrks Mar 20 '10 at 19:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.