Transfer files from IBM Cloud Object storage to Azure blob

405 views Asked by At

Hi I want to migrate a huge volume of files as a cronjob from my IBM Cloud Object Storage to Azure. Simplest way is to download from IBM cloud to some intermediate server and upload it to Azure. But, is there any solution available which will copy the files from IBM COS to Azure directly. Thanks a lot in advance.

1

There are 1 answers

0
Sarah Anderas On

There is a way how to upload your files directly from IBM to Azure blob,

  • Rclone can do it(a command-line program)

  • Precog ( allow you to move data from IBM Cloud Object Storage to Azure Blob Storage directly )

  • AWS CLI ( as silent said, you can use the S3 API on the IBM Cloud storage with Azure Data Factory)

  • Gs Richcopy ( GUI tool which can be used to transfer directly from IBM cloud to Azure blob )

  • SyncBack Pro (lightweight GUI tool which can be used to transfer directly from IBM cloud to Azure blob ).

Answering @ShantanuMitra , Azcopy is workable with Azure storage but I didn't find a way to use it to transfer directly from IBM cloud to Azure blob