Go to file
Nick Craig-Wood 6fc88ff32e Use --fast-list flag for sync/copy/move - fixes #1277
Redo test framework to take a -fast-list flag and test remotes with that flag.
2017-06-14 16:49:40 +01:00
.circleci Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00
amazonclouddrive acd: remove revoked credentials, allow oauth proxy config and update docs 2017-06-10 12:02:34 +01:00
b2 Add placeholder support for ListR interface. 2017-06-14 16:49:40 +01:00
bin Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00
cmd core: Implement Walk directory listing and use in place of Lister 2017-06-14 16:49:40 +01:00
crypt Fix problems found with ineffassign 2017-06-13 11:52:36 +01:00
dircache onedrive, drive, amazonclouddrive: make sure we find the root 2017-03-16 09:42:49 +00:00
docs Implement --fast-list flag. 2017-06-14 16:49:40 +01:00
drive drive, acd, onedrive: Cache the directory IDs when reading the parent directory 2017-06-05 12:26:30 +01:00
dropbox Add placeholder support for ListR interface. 2017-06-14 16:49:40 +01:00
fs Use --fast-list flag for sync/copy/move - fixes #1277 2017-06-14 16:49:40 +01:00
fstest core: Implement Walk directory listing and use in place of Lister 2017-06-14 16:49:40 +01:00
ftp Add options to Put, PutUnchecked and Update, add HashOption and speed up local 2017-05-29 12:04:52 +01:00
googlecloudstorage gcs, swift: increase directory listing chunk to 1000 to increase performance 2017-06-14 16:49:40 +01:00
graphics New graphics used by forum.rclone.org 2016-10-04 11:31:42 +01:00
hubic poll for Google Drive changes when mounted 2017-05-28 17:54:52 +01:00
local Add options to Put, PutUnchecked and Update, add HashOption and speed up local 2017-05-29 12:04:52 +01:00
oauthutil dropbox: fix oauth configuration 2017-06-14 16:46:46 +01:00
onedrive drive, acd, onedrive: Cache the directory IDs when reading the parent directory 2017-06-05 12:26:30 +01:00
pacer Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
rest rest: Implement IgnoreStatus option to not parse the error return 2017-03-12 11:44:43 +00:00
s3 Add placeholder support for ListR interface. 2017-06-14 16:49:40 +01:00
sftp Add options to Put, PutUnchecked and Update, add HashOption and speed up local 2017-05-29 12:04:52 +01:00
swift gcs, swift: increase directory listing chunk to 1000 to increase performance 2017-06-14 16:49:40 +01:00
vendor vendor: add github.com/ncw/dropbox-sdk-go-unofficial and remove github.com/stacktic/dropbox 2017-05-30 15:49:29 +01:00
yandex Add placeholder support for ListR interface. 2017-06-14 16:49:40 +01:00
.appveyor.yml Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00
.gitignore Remove obsolete entry 2016-10-04 11:37:18 +01:00
.pkgr.yml Updated .pkgr.yml file to use rclone as its own cli. 2017-03-29 17:48:53 +01:00
.travis.yml Update build to go1.8.3 2017-06-09 12:06:28 +01:00
CONTRIBUTING.md Document another file to edit when making a remote 2017-05-25 09:28:18 +01:00
COPYING Initial commit - some small parts working 2012-11-18 17:32:31 +00:00
Gopkg.lock migrate Gopkg.toml and Gopkg.lock to new format 2017-06-01 16:23:13 +01:00
Gopkg.toml migrate Gopkg.toml and Gopkg.lock to new format 2017-06-01 16:23:13 +01:00
ISSUE_TEMPLATE.md Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
MANUAL.html Version v1.36 2017-03-18 11:16:43 +00:00
MANUAL.md Version v1.36 2017-03-18 11:16:43 +00:00
MANUAL.txt Version v1.36 2017-03-18 11:16:43 +00:00
Makefile Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00
README.md Add CircleCI badge to README 2017-05-19 16:06:43 +01:00
RELEASE.md Start v1.36-DEV development 2017-03-18 11:30:59 +00:00
notes.txt Replace test_all.sh with test_all.go which is cross platform and parallel 2015-12-30 09:26:34 +00:00
rclone.1 Version v1.36 2017-03-18 11:16:43 +00:00
rclone.go Make sure high level retries show with -q - fixes #648 2016-09-12 17:50:19 +01:00
snapcraft-dev.yaml OneDrive vs One Drive 2017-03-29 18:11:33 +01:00
snapcraft.yaml OneDrive vs One Drive 2017-03-29 18:11:33 +01:00

README.md

Logo

Website | Documentation | Contributing | Changelog | Installation | Forum G+

Build Status Windows Build Status CircleCI GoDoc

Rclone is a command line program to sync files and directories to and from

  • Google Drive
  • Amazon S3
  • Openstack Swift / Rackspace cloud files / Memset Memstore
  • Dropbox
  • Google Cloud Storage
  • Amazon Drive
  • Microsoft OneDrive
  • Hubic
  • Backblaze B2
  • Yandex Disk
  • SFTP
  • FTP
  • The local filesystem

Features

  • MD5/SHA1 hashes checked at all times for file integrity
  • Timestamps preserved on files
  • Partial syncs supported on a whole file basis
  • Copy mode to just copy new/changed files
  • Sync (one way) mode to make a directory identical
  • Check mode to check for file hash equality
  • Can sync to and from network, eg two different cloud accounts
  • Optional encryption (Crypt)
  • Optional FUSE mount

See the home page for installation, usage, documentation, changelog and configuration walkthroughs.

License

This is free software under the terms of MIT the license (check the COPYING file included in this package).