Go to file
Nick Craig-Wood eefe789fc2 More notes 2013-10-25 12:05:37 +01:00
drive Make imports absolute and use own copy of goamz pending patch inclusion 2013-07-11 17:37:33 +01:00
fs Fix differences print out on check 2013-07-02 08:33:17 +01:00
local Make imports absolute and use own copy of goamz pending patch inclusion 2013-07-11 17:37:33 +01:00
s3 Make imports absolute and use own copy of goamz pending patch inclusion 2013-07-11 17:37:33 +01:00
swift Make imports absolute and use own copy of goamz pending patch inclusion 2013-07-11 17:37:33 +01:00
.gitignore Rename _junk directory so go build ./... doesn't see into it 2013-06-29 10:43:20 +01: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
chtimes.go Fix loss of precision for setting timestamps so roundtrip happens properly 2012-12-01 12:05:17 +00:00
chtimes_linux.go Retire chtimes except for !go1.1 now it is in the standard library 2013-06-27 20:09:40 +01:00
notes.txt More notes 2013-10-25 12:05:37 +01:00
rclone.go Make imports absolute and use own copy of goamz pending patch inclusion 2013-07-11 17:37:33 +01: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!