Ebulk tool is a wrapper for Embulk, an open-source bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services. It supports any kind of input file formats, parallel and distributed execution to deal with big data sets, transaction control to guarantee All-or-Nothing file transfer, and operation resuming.
Ebulk is as easy as git to use, allowing the big data transfering to be done by using very few commands.
Follow the command mentioned above to install it.
More information about Ebulk can be found here.
Please note that ebulk relies on embulk which needs Java 8 binary to be installed. For this one can download packages for Linux and x86_64 from https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
and then
# then extract
root@debian:/usr/local# tar zxvf /home/ivan/jdk-8u202-linux-x64.tar.gz
# and add to PATH
root@debian:~# export PATH=/usr/local/jdk1.8.0_202/bin/:$PATH
# and verify ...
root@debian:~# java --version