0

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

Insyte
  • 9,394
  • 3
  • 28
  • 45
vinayrks
  • 157
  • 1
  • 8

1 Answers1

5

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

Xorlev
  • 1,855
  • 14
  • 12