Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On a laptop or desktop: Before using Pathfinder with your own workstation with rclone, you will need to make sure you download it and it is installed properly from the rclone website. The rclone website also has much more information on using rclone including several commands and other documentation with installation instructions.

On TetonBeartooth: Use the module spider rclone command to discover which version or versions of rclone are installed on TetonBeartooth. Once you have identified which version, use the module load rclone command to enable rclone for this Teton Beartooth session. Once that is done, you can check to see if the rclone module is available by using the module avail command.

...

More information on each function can be found at https://rclone.org/#what. An example of a copy from Teton to Pathfinder would be:

Code Block
[arcc-t01@tlog2t01@blog2 ~]$ ls 
rclonetest.csv
[arcc-t01@tlog2t01@blog2 ~]$ rclone copy rcloneTest.csv rclone-test:testbucket/

...