transfer data from cluster to cluster
2
1
Entering edit mode
3.5 years ago
gubrins ▴ 290

Heys,

I'm working with two ssh clusters and I want to transfer some data from one to another. I could download it to my pc and then to the other cluster, but is more than 100 GB and I imagined there would be an easy way to transfer the data between both clusters.

I've been trying to look for info in internet, but I didn't fully got it. If anybody could help me would be great!

Thanks in advance!

cluster data • 952 views
ADD COMMENT
6
Entering edit mode
3.5 years ago
ATpoint 81k

Anything wrong with just rsync it from A to B directly?

Something like this, assuming only the files to be transferred were in the current directory on the source cluster:

rsync --progress ./* username@servername:/path/to/destination
ADD COMMENT
0
Entering edit mode

Thank you very much! Your advice worked and was really useful to me! I appreciate it a lo!

ADD REPLY
3
Entering edit mode
ADD COMMENT
1
Entering edit mode

thanks for your answer too! I used ATpoint's advice but this post explains something similar, thanks!

ADD REPLY

Login before adding your answer.

Traffic: 2655 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6