Difference between revisions of "Rclone"
Line 67: | Line 67: | ||
=== Installation === | === Installation === | ||
− | + | Rclone can be installed as follows: (https://rclone.org/install/) | |
+ | |||
+ | <code> | ||
+ | curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip<br /> | ||
+ | unzip rclone-current-linux-amd64.zip<br /> | ||
+ | cd rclone-*-linux-amd64<br /> | ||
+ | sudo cp rclone /usr/bin/<br /> | ||
+ | sudo chown root:root /usr/bin/rclone<br /> | ||
+ | sudo chmod 755 /usr/bin/rclone<br /> | ||
+ | </code> | ||
+ | |||
+ | Then you can the configuration process: | ||
+ | |||
+ | <code>rclone config</code><br /> | ||
+ | and follow the instructions for a headless server <br /> | ||
+ | |||
+ | For Dropbox I had to run rclone on a desktop with a browser, giving permission for rcloe to be allowed to connect to Dropbox and then copy and pasting a key string across to the smeserver. | ||
+ | |||
=== Uninstall === | === Uninstall === | ||
Revision as of 14:58, 11 March 2018
rclone logo | |
Maintainer | brianr |
---|---|
Url | https://wiki.contribs.org |
Licence | GPL |
Category | |
Tags | cli, centos, SME, install |
Maintainer
Version
Not yet built into an rpm. Requires command level knowledge to install,
Description
Rclone is a program written in go to allow local files to be saved to one of many cloud servers. It tries to emulate rsync.
Current cloud providers supported are:
Amazon Drive Amazon S3 Backblaze B2 Box Ceph DigitalOcean Spaces Dreamhost Dropbox FTP Google Cloud Storage Google Drive HTTP Hubic Memset Memstore Microsoft Azure Blob Storage Microsoft OneDrive Minio Nextloud OVH Openstack Swift Oracle Cloud Storage Ownloud pCloud put.io QingStor Rackspace Cloud Files SFTP Wasabi WebDAV Yandex Disk The local filesystem
I have only tested it against Dropbox.
Installation
Rclone can be installed as follows: (https://rclone.org/install/)
curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
unzip rclone-current-linux-amd64.zip
cd rclone-*-linux-amd64
sudo cp rclone /usr/bin/
sudo chown root:root /usr/bin/rclone
sudo chmod 755 /usr/bin/rclone
Then you can the configuration process:
rclone config
and follow the instructions for a headless server
For Dropbox I had to run rclone on a desktop with a browser, giving permission for rcloe to be allowed to connect to Dropbox and then copy and pasting a key string across to the smeserver.
Uninstall
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-rclone component or use this link
Below is an overview of the current issues for this contrib:
Changelog
Only released version in smecontrib are listed here.