Rclone: Difference between revisions

From Alpine Linux
(propose deletion)
(use level 2 headings)
 
Line 3: Line 3:
[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.


= Installation =
== Installation ==


{{cmd|# apk add {{pkg|rclone}}}}
{{cmd|# apk add {{pkg|rclone}}}}


= Usage =  
== Usage ==


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:  

Latest revision as of 11:02, 10 November 2023

This material is proposed for deletion ...

There are no alpine specific instructions needed (Discuss)
Make sure no other pages link here and check the page's history before deleting.

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.