Rclone: Difference between revisions

From UFRC
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 18: Line 18:
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}


Rclone is a command line program to manage files on cloud storage.
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.


<!--Modules-->
<!--Modules-->
Line 34: Line 34:
==Examples==
==Examples==
===Add DropBox Remote===
===Add DropBox Remote===
 
<div class="mw-collapsible mw-collapsed" style="width:70%; padding: 5px; border: 1px solid gray;">
''Expand to see an example to add DropBox Remote.''
<div class="mw-collapsible-content" style="padding: 5px;">


I've verified that the https://rclone.org/dropbox/ and https://rclone.org/drive/ procedures worked on HiPerGator. Here's dropbox remote setup:
I've verified that the https://rclone.org/dropbox/ and https://rclone.org/drive/ procedures worked on HiPerGator. Here's dropbox remote setup:
Line 139: Line 141:
</pre>
</pre>


To copy a local file/directory to a remote dropbox location:
<pre>
$ rclone copy /path/to/local/source remote:/path/to/remote/
</pre>
</div></div>
|}}
|}}
<!--Job Scripts-->
<!--Job Scripts-->

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.