Go to file
Nick Craig-Wood 7d786204b4 Add -config option to specify a config file 2014-03-15 17:01:13 +00:00
drive Remove filesystem flags and put in config file with editor 2014-03-15 16:06:11 +00:00
fs Add -config option to specify a config file 2014-03-15 17:01:13 +00:00
local Remove filesystem flags and put in config file with editor 2014-03-15 16:06:11 +00:00
s3 Remove filesystem flags and put in config file with editor 2014-03-15 16:06:11 +00:00
swift Remove filesystem flags and put in config file with editor 2014-03-15 16:06:11 +00:00
.gitignore Remove filesystem flags and put in config file with editor 2014-03-15 16:06:11 +00:00
COPYING Initial commit - some small parts working 2012-11-18 17:32:31 +00:00
README.md Rename to rclone 2013-06-27 20:09:40 +01:00
notes.txt More notes 2013-10-25 12:05:37 +01:00
rclone.go Remove filesystem flags and put in config file with editor 2014-03-15 16:06:11 +00:00
rclone_test.go Rename to rclone 2013-06-27 20:09:40 +01:00

README.md

Rclone

Sync files and directories to and from

  • Openstack Swift
  • Rackspace cloud files
  • Amazon S3
  • Google Drive
  • The local filesystem

FIXME

Install

Rclone is a Go program and comes as a single binary file.

Download the relevant binary from

Or alternatively if you have Go installed use

go get github.com/ncw/rclone

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:

There you can file bug reports, ask for help or contribute patches.

Authors

Contributors

  • Your name goes here!