Summary and Setup

Rclone is a command-line application for managing and moving files on cloud and local storage. It is designed for copying files between cloud storage providers, and between cloud storage and a local workstation or server.

Learning Objectives


After attending this training, participants will be able to:

  • Describe what rclone is and its role as a command-line tool for cloud storage management.
  • Install and configure rclone on their laptop.
  • Create and manage remote connections to cloud storage.
  • Execute basic rclone commands using proper syntax and command flags.
  • Perform file transfers between local and remote storage locations.
  • Differentiate between rclone’s copy, sync, and move commands and select the appropriate one for a given task.
  • Navigate and utilize rclone documentation and online resources for troubleshooting.
Prerequisite

Prerequisites

Before joining the rclone Training Workshop, participants should be able to:

  • Navigate a command-line interface (e.g., Terminal on macOS/Linux or Command Prompt/PowerShell on Windows).
  • Understand basic file system operations such as copying, moving, and listing directory contents.
  • Download and install software on their operating system.
  • Comprehend basic cloud storage concepts, including the differences between local and remote storage.

See Shell Novice by Software Carpentry for a helpful introduction to using the command line.

Software Setup


Rclone is a cross-platform application that runs on Linux, Windows, and macOS. Below you’ll find tailored installation instructions for your operating system. For more details or alternative methods, visit the Rclone download page.

Rclone downloads for various OS