Rclone

From Alpine Linux
Revision as of 04:16, 17 December 2024 by Prabuanand (talk | contribs) (added additional information related to Alpine and removed the Delete template)

Rclone is a command line program to sync files and directories to and from a large variety of cloud providers, including Google Drive, Backblaze, and Amazon S3.

Note: The current version of rclone i.e v1.68.2 in V3.21 does not support S390x and LoongArch64

Installation

The installation of rclone package does not involve any additioanal steps.

# apk add rclone

Configuration

To configure rclone, use the rclone config command, following the prompts for your platform of choice:

$ rclone config

rclone-browser, a GUI for rclone is available in Testing repository.

See Also