Go to file
Nick Craig-Wood f1a08ad6bf Namespace the swift options 2013-06-28 18:24:06 +01:00
drive Rename fs.FsX to fs.X 2013-06-28 08:57:32 +01:00
fs Rename fs.FsX to fs.X 2013-06-28 08:57:32 +01:00
local Rename fs.FsX to fs.X 2013-06-28 08:57:32 +01:00
s3 Rename fs.FsX to fs.X 2013-06-28 08:57:32 +01:00
swift Namespace the swift options 2013-06-28 18:24:06 +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
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 Rename to rclone 2013-06-27 20:09:40 +01:00
rclone.go Rename fs.FsX to fs.X 2013-06-28 08:57:32 +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!