This document explains how to transfer data to ResearchDrive with a linux computer.
There are several methods to transfer data from a linux computer:
Note: replace references to [source path] and [destination path] with the folder locations you want to use such as /home or /mnt/researchdrive/myfolder
cp [source path] [destination path]
Refer to the cp man page for additional details.
mv [source path] [destination path]
Refer to the mv man page for additional details.
rsync [options] [source path] [destination path]
Refer to the rsync man page or SS64 - rsync for additional details.
Note: replace references to [source path] and [destination path] with the folder locations you want to use such as /home or /mnt/researchdrive/myfolder
diff [options] [source path] [destination path]
Refer to the diff man page or SS64 - diff for additional details.