Minnesota Supercomputing Institute
1.58.1
1.37, 1.38, 1.54, 1.58.1
Thursday, June 2, 2022
Rclone is a command line program that can be used to synchronize files and directories between a local machine and various cloud storage platforms.
Rclone Documentation
To load this software in a Linux environment run the command(s):
module load rclone
To start using rclone, enter the following command:
rclone config
This will open an interactive dialogue to configure a new remote transfer endpoint. Follow the dialogue prompts to create an endpoint.
Usage
The objects in a remote directory can be listed using rclone ls.
rclone ls remote:path
To copy files to/from a remote, use rclone copy.
rclone copy source:path dest:path
To synchronize a destination to match a source directory, use rclone sync.
rclone sync source:path dest:path