linux to linux, 10TB transfer?
        Posted  
        
            by lostincode
        on Server Fault
        
        See other posts from Server Fault
        
            or by lostincode
        
        
        
        Published on 2010-06-07T21:59:52Z
        Indexed on 
            2010/06/07
            22:02 UTC
        
        
        Read the original article
        Hit count: 536
        
I've looked at all the previous similar questions, but the answers seemed to be all over the place and no one was moving a lot of data (100GB != 10TB).
I've got about 10TB that I need to move from one raid to another, gigabit net, XFS file systems. My biggest concern is having the transfer die midway and not being able to resume easily. Speed would be nice, but ensuring transfer is much more important.
Normally I'd just tar & netcat, but the raid I'm moving from has been super flaky as of late and I need to be able to recover and resume if it drops mid process. Should I be looking at rsync?
© Server Fault or respective owner