Versions Compared

Key

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

...

It should look similar to the manual configuration that we mentioned earlier.

Step 3.

...

Basic usage commands for rclone

The basic syntax goes as follows rclone <function> <source> <destination endpoint>:<bucket><filename>.

the basic functions are:

  • copy

  • sync

  • move

  • check

  • mount

  • serve

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@tlog2 ~]$ ls 
rclontest.csv
[arcc-t01@tlog2 ~]$ rclone copy rcloneTest.csv rclone-test:testbucket/test/rcloneTest.csv

...