Go to file
Nick Craig-Wood 4f9e805d44 acd: Work around 408 REQUEST_TIMEOUT and 504 GATEWAY_TIMEOUT errors
Amazon Drive sometimes returns errors at the end of large uploads

  * 408 REQUEST_TIMEOUT
  * 504 GATEWAY_TIMEOUT
  * 500 Internal error

The file may have been uploaded correctly though, so, on error, wait
for up to 2 minutes for it to appear if it was fully
uploaded (configure timeout with --acd-upload-wait-time).

Issues: #601 #605 #606
2016-08-18 17:39:23 +01:00
amazonclouddrive acd: Work around 408 REQUEST_TIMEOUT and 504 GATEWAY_TIMEOUT errors 2016-08-18 17:39:23 +01:00
b2 New B2 API endpoint 2016-08-15 15:59:19 +02:00
cmd Correct parameter order for copy/sync etc 2016-08-06 00:07:36 +01:00
dircache
docs Add Per Cederberg to contributors 2016-08-18 17:10:50 +01:00
drive
dropbox
fs Add BasicInfo interface shared between Dir and Object 2016-08-05 17:45:27 +01:00
fstest acd: Work around 408 REQUEST_TIMEOUT and 504 GATEWAY_TIMEOUT errors 2016-08-18 17:39:23 +01:00
googlecloudstorage
graphics
hubic
local
oauthutil
onedrive
pacer
rest
s3
swift
yandex
.gitignore
.travis.yml
CONTRIBUTING.md
COPYING
ISSUE_TEMPLATE.md
MANUAL.html Use cobra autogenerated docs 2016-08-04 21:47:14 +01:00
MANUAL.md Use cobra autogenerated docs 2016-08-04 21:47:14 +01:00
MANUAL.txt Use cobra autogenerated docs 2016-08-04 21:47:14 +01:00
Makefile Use cobra autogenerated docs 2016-08-04 21:47:14 +01:00
README.md
RELEASE.md
appveyor.yml
cross-compile
make_manual.py Use cobra autogenerated docs 2016-08-04 21:47:14 +01:00
notes.txt
rclone.1 Use cobra autogenerated docs 2016-08-04 21:47:14 +01:00
rclone.go Factor each commmand into its own package 2016-08-05 17:13:54 +01:00
upload-github

README.md

Logo

Website | Documentation | Contributing | Changelog | Installation | 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 One Drive
  • Hubic
  • Backblaze B2
  • Yandex Disk
  • 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

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).