Rclone: Difference between revisions

From UFRC
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 140: Line 140:
           -1 2022-09-28 15:31:03        -1 UFIT-RC-SysSecPlan
           -1 2022-09-28 15:31:03        -1 UFIT-RC-SysSecPlan
</pre>
</pre>
To copy a local file/directory to a remote dropbox location:
<pre>
<pre>
To copy a local file/directory to a remote dropbox location:
$ rclone copy /path/to/local/source remote:/path/to/remote/
$ rclone copy /path/to/local/source remote:/path/to/remote/
</pre>
</pre>

Latest revision as of 20:07, 30 October 2023

Description

rclone website  

Rclone is a command line program to manage files on cloud storage, including Amazon Drive, Backblaze B2, Citrix Sharefile, Dropbox, Google Cloud Storage, Google Photos, Google Drive, Microsoft Azure Blob Storage, OpenDrive, Zoho, and more.

Environment Modules

Run module spider rclone to find out what environment modules are available for this application.

System Variables

  • HPC_RCLONE_DIR - installation directory

Additional Information

Examples

Add DropBox Remote

Expand to see an example to add DropBox Remote.