Friendly fork of rclone from GitHub (https://github.com/rclone/rclone).
Go to file
2017-11-20 12:46:22 +00:00
.circleci
amazonclouddrive fstests: only test uploadswith indeterminate size on remotes that support it 2017-08-22 07:19:43 +02:00
azureblob fstests: only test uploadswith indeterminate size on remotes that support it 2017-08-22 07:19:43 +02:00
b2
bin cache: first version 2017-11-15 15:23:21 +00:00
box
cache cache: first version 2017-11-15 15:23:21 +00:00
cmd
crypt crypt: implement DirChangeNotify 2017-11-19 20:09:52 +00:00
dircache Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
docs
drive
dropbox
fs vfs,mount,cmount,mountlib: allow flags to be overriden by environment variables 2017-11-20 12:46:21 +00:00
fstest
ftp
googlecloudstorage
graphics New graphics used by forum.rclone.org 2016-10-04 11:31:42 +01:00
http
hubic
local local: fix equality check for times 2017-11-05 21:39:49 +00:00
oauthutil
onedrive onedrive: Add option to choose resourceURL during setup of OneDrive Business account if more than one is avauilable for user 2017-11-05 21:41:56 +00:00
pacer pacer: Factor TokenDispenser into pacer from box remote 2017-07-29 23:14:47 +01:00
pcloud
qingstor qingstor: Support hash md5 for upload object 2017-08-31 16:41:08 +01:00
rest
s3
sftp fstests: only test uploadswith indeterminate size on remotes that support it 2017-08-22 07:19:43 +02:00
swift
vendor
vfs vfs: decode flags in Open/OpenFile for debug 2017-11-20 12:46:22 +00:00
webdav
yandex
.appveyor.yml
.gitignore
.pkgr.yml
.travis.yml
CONTRIBUTING.md
COPYING
Gopkg.lock
Gopkg.toml vendor: add github.com/okzk/sdnotify 2017-11-20 11:03:10 +00:00
ISSUE_TEMPLATE.md
MAINTAINERS.md Added Ishuah Kariuki to MAINTAINERS.md 2017-11-09 17:10:32 +03:00
Makefile
MANUAL.html
MANUAL.md
MANUAL.txt
notes.txt
rclone.1
rclone.go
README.md
RELEASE.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

  • Amazon Drive
  • Amazon S3 / Dreamhost / Ceph / Minio / Wasabi
  • Backblaze B2
  • Box
  • Dropbox
  • FTP
  • Google Cloud Storage
  • Google Drive
  • HTTP
  • Hubic
  • Microsoft Azure Blob Storage
  • Microsoft OneDrive
  • Openstack Swift / Rackspace cloud files / Memset Memstore / OVH / Oracle Cloud Storage
  • pCloud
  • QingStor
  • SFTP
  • Webdav / Owncloud / Nextcloud
  • 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
  • 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).