Rclone

Rclone is a command line program to manage files on cloud storage [1].

Module

List the available versions:

module spider rclone

Output:

--------------------------

  rclone/1.47

  rclone/1.52.2

  rclone/1.53.1

--------------------------

...

See how to load the version you need:

module spider rclone/<version>

Load any required modules that are reported by the spider command, and then load the rclone module:

module load rclone/<version>

Usage

For example usage and additional documentation see the rclone section of the Transferring Files guide.

References