Recently I transferred a set of data from one server to hpcc(high-performance computing) Command is like:
scp /folder1/*.fastq.gz xxx@hpcc:/home/
scp /folder2/*.fastq.gz xxx@hpcc:/home/
scp /folder3/*.fastq.gz xxx@hpcc:/home/
I open several terminals to transfer the data at the same time. And in total I have ~50 such fastq.gz files, each around 10GB. I'm just wondering is there any possibility that data(esp. such large data) will be distorted when being transferred in the way mentioned above?
Because data on the server is in good-shape; while some data after being copied to hpcc is distorted.
thx thx