2013-06-27 21:00:01 +02:00
|
|
|
Rclone
|
|
|
|
======
|
2012-11-18 18:32:31 +01:00
|
|
|
|
2013-06-27 21:00:01 +02:00
|
|
|
Sync files and directories to and from
|
|
|
|
|
|
|
|
* Openstack Swift
|
|
|
|
* Rackspace cloud files
|
|
|
|
* Amazon S3
|
|
|
|
* Google Drive
|
|
|
|
* The local filesystem
|
2012-11-18 18:32:31 +01:00
|
|
|
|
|
|
|
FIXME
|
|
|
|
|
|
|
|
|
|
|
|
Install
|
|
|
|
-------
|
|
|
|
|
2013-06-27 21:00:01 +02:00
|
|
|
Rclone is a Go program and comes as a single binary file.
|
2012-11-18 18:32:31 +01:00
|
|
|
|
|
|
|
Download the relevant binary from
|
|
|
|
|
2013-06-27 21:00:01 +02:00
|
|
|
- http://www.craig-wood.com/nick/pub/rclone/
|
2012-11-18 18:32:31 +01:00
|
|
|
|
|
|
|
Or alternatively if you have Go installed use
|
|
|
|
|
2013-06-27 21:00:01 +02:00
|
|
|
go get github.com/ncw/rclone
|
2012-11-18 18:32:31 +01:00
|
|
|
|
|
|
|
and this will build the binary in `$GOPATH/bin`. You can then modify
|
|
|
|
the source and submit patches.
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
FIXME
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
This is free software under the terms of MIT the license (check the
|
|
|
|
COPYING file included in this package).
|
|
|
|
|
|
|
|
Contact and support
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
The project website is at:
|
|
|
|
|
2013-06-27 21:00:01 +02:00
|
|
|
- https://github.com/ncw/rclone
|
2012-11-18 18:32:31 +01:00
|
|
|
|
|
|
|
There you can file bug reports, ask for help or contribute patches.
|
|
|
|
|
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
|
|
|
- Nick Craig-Wood <nick@craig-wood.com>
|
|
|
|
|
|
|
|
Contributors
|
|
|
|
------------
|
|
|
|
|
|
|
|
- Your name goes here!
|