Rclone: Difference between revisions

From Alpine Linux
(added additional information related to Alpine and removed the Delete template)
m (fixed typos)
 
Line 1: Line 1:
[https://rclone.org/ 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.
[https://rclone.org/ 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 [[:Category:S390x|S390x]] and [[:Category:LoongArch64|LoongArch64]]}}
{{Note|The current version of rclone i.e v1.68.2 in Alpine Linux v3.21 does not support [[:Category:S390x|S390x]] and [[:Category:LoongArch64|LoongArch64]]}}


== Installation ==
== Installation ==


The installation of {{pkg|rclone}} package does not involve any additioanal steps.{{cmd|# apk add {{pkg|rclone}}}}
To install {{pkg|rclone}} package, issue the command.{{cmd|# apk add {{pkg|rclone}}}}


== Configuration ==
== Configuration ==
Line 11: Line 11:
To configure rclone, use the rclone config command, following the prompts for your platform of choice:{{cmd|$ rclone config}}
To configure rclone, use the rclone config command, following the prompts for your platform of choice:{{cmd|$ rclone config}}


{{pkg|rclone-browser}}, a GUI for rclone is available in [[Repositories#Testing|Testing repository]].
RcloneBrowser, a GUI for rclone is available in [[Repositories#Testing|testing]] repository with the package name {{pkg|rclone-browser}}.


== See Also ==
== See Also ==


*[https://rclone.org/docs/ Rclone Official website]
*[https://rclone.org/docs/ Rclone official website]
*[https://kapitainsky.github.io/RcloneBrowser/ RcloneBrowser Official website]
*[https://kapitainsky.github.io/RcloneBrowser/ RcloneBrowser official website]


[[Category:Storage]]
[[Category:Storage]]

Latest revision as of 10:24, 17 December 2024

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 Alpine Linux v3.21 does not support S390x and LoongArch64

Installation

To install rclone package, issue the command.

# apk add rclone

Configuration

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

$ rclone config

RcloneBrowser, a GUI for rclone is available in testing repository with the package name rclone-browser.

See Also