Rclone: Difference between revisions
(→Installation: rclone is available in the repos) |
(update installation instructions) |
||
Line 3: | Line 3: | ||
= Installation = | = Installation = | ||
{{ | {{cmd|# apk add {{pkg|rclone}}}} | ||
= Usage = | = Usage = | ||
Line 36: | Line 9: | ||
To configure rclone, use the rclone config command, following the prompts for your platform of choice: | To configure rclone, use the rclone config command, following the prompts for your platform of choice: | ||
{{cmd| rclone config}} | {{cmd|$ rclone config}} | ||
See the detailed documentation available on the [https://rclone.org/docs/ rclone] website. | See the detailed documentation available on the [https://rclone.org/docs/ rclone] website. | ||
[[Category:Storage]] | [[Category:Storage]] |
Revision as of 10:46, 10 November 2023
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.
Installation
# apk add rclone
Usage
To configure rclone, use the rclone config command, following the prompts for your platform of choice:
$ rclone config
See the detailed documentation available on the rclone website.