rsync for coping file
        Posted  
        
            by vinayrks
        on Server Fault
        
        See other posts from Server Fault
        
            or by vinayrks
        
        
        
        Published on 2010-03-20T19:16:04Z
        Indexed on 
            2010/03/20
            19:21 UTC
        
        
        Read the original article
        Hit count: 396
        
rsync
|server-migration
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
© Server Fault or respective owner