I need to copy over 100TB of data from one server to another via network. What is the best option to do this? I am planning to use rsync but is there a better tool or better way of doing this?<br><br>For example, I plan on doing <br>
rsync -azv /largefs /targetfs <br><br>/targetfs is a NFS mounted filesystem. <br><br>Any thoughts?<br><br>TIA<br><br><br>