I have two SCO 5.0.5 servers. One is up 24-7 and the other is for testing. I want to copy selected directories from the main server to the test server. I mounted the seleced directories on the test server using NFS. Then, I tried to use cp /mnt/main/dir1/* /dir1, but the command stalls (ps -elf shows no activity).
I think that the size of the files (up to 1GB) is the cause. What is another solution that can handle large files?
I think that the size of the files (up to 1GB) is the cause. What is another solution that can handle large files?