Go to file
Martin Kristensen 0d6e1afe54 drive: only request owner field when using --drive-auth-owner-only
This fixes the note @ncw made in #1359
2017-04-24 10:35:42 +01:00
Godeps Update vendor directory 2017-02-17 16:49:51 +00:00
amazonclouddrive crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
b2 crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
bin Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
cmd allow modTime to be changed even before all writers are closed (fixes #1197 -- again) 2017-03-31 01:28:08 +02:00
crypt crypt: report the name:root as specified by the user 2017-04-22 09:28:05 +01:00
dircache onedrive, drive, amazonclouddrive: make sure we find the root 2017-03-16 09:42:49 +00:00
docs Add Martin Kristensen to contributors 2017-04-23 17:03:20 +01:00
drive drive: only request owner field when using --drive-auth-owner-only 2017-04-24 10:35:42 +01:00
dropbox crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
fs Print password prompts to stderr 2017-04-22 09:38:39 +01:00
fstest crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
googlecloudstorage crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
graphics New graphics used by forum.rclone.org 2016-10-04 11:31:42 +01:00
hubic crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
local crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
oauthutil oauthutil: Print redirection URI if using own credentials. 2017-04-22 10:37:46 +01:00
onedrive onedrive: swap to using http://localhost:53682/ as redirect URL. 2017-04-22 10:08:18 +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 crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
sftp crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
swift crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
vendor vendor: Update go-acd 2017-03-06 19:21:18 +00:00
yandex crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +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 travis: only run go latest on OS X and include go tip, but allow failures 2017-02-17 10:34:29 +00:00
CONTRIBUTING.md Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
COPYING Initial commit - some small parts working 2012-11-18 17:32:31 +00: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 Update references from HTTP to HTTPS where possible 2017-03-29 05:38:34 -07:00
README.md OneDrive vs One Drive 2017-03-29 18:11:33 +01:00
RELEASE.md Start v1.36-DEV development 2017-03-18 11:30:59 +00:00
appveyor.yml Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +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 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
  • 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).