Go to file
Nick Craig-Wood f5e60b6e37 Rename to rclone 2013-06-27 20:09:40 +01:00
.gitignore Rename to rclone 2013-06-27 20:09:40 +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
accounting.go Implement stats counting and reporting and return errors in return code 2013-01-03 22:50:00 +00: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 Fix after go vet 2012-12-26 12:27:26 +00:00
fs.go Implement fs.ListDir / lsd command 2013-01-23 22:43:20 +00:00
fs_drive.go Rename to rclone 2013-06-27 20:09:40 +01:00
fs_local.go Rename to rclone 2013-06-27 20:09:40 +01:00
fs_s3.go Fix after goamz interface change 2013-06-27 19:46:31 +01:00
fs_swift.go go fmt 1.1 style 2013-06-27 20:06:44 +01:00
notes.txt Rename to rclone 2013-06-27 20:09:40 +01:00
rclone.go Rename to rclone 2013-06-27 20:09:40 +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!