Friendly fork of rclone from GitHub (https://github.com/rclone/rclone).
Go to file
2017-08-04 19:37:53 +01:00
.circleci
amazonclouddrive
b2
bin Add new QingStor remote 2017-08-04 17:25:47 +01:00
box
cmd Add new QingStor remote 2017-08-04 17:25:47 +01:00
crypt
dircache
docs
drive implement rcat – fixes #230, fixes #1001 2017-08-03 21:42:35 +02:00
dropbox
fs Add new QingStor remote 2017-08-04 17:25:47 +01:00
fstest Add new QingStor remote 2017-08-04 17:25:47 +01:00
ftp
googlecloudstorage
graphics New graphics used by forum.rclone.org 2016-10-04 11:31:42 +01:00
http
hubic
local implement rcat – fixes #230, fixes #1001 2017-08-03 21:42:35 +02:00
oauthutil
onedrive implement rcat – fixes #230, fixes #1001 2017-08-03 21:42:35 +02:00
pacer
qingstor
rest
s3
sftp
swift
vendor
yandex
.appveyor.yml
.gitignore
.pkgr.yml
.travis.yml
CONTRIBUTING.md
COPYING
Gopkg.lock
Gopkg.toml
ISSUE_TEMPLATE.md
MAINTAINERS.md
Makefile
MANUAL.html
MANUAL.md
MANUAL.txt
notes.txt
rclone.1
rclone.go
README.md
RELEASE.md
snapcraft-dev.yaml
snapcraft.yaml

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
  • Backblaze B2
  • Box
  • Dropbox
  • FTP
  • Google Cloud Storage
  • Google Drive
  • HTTP
  • Hubic
  • Microsoft OneDrive
  • Openstack Swift / Rackspace cloud files / Memset Memstore
  • QingStor
  • SFTP
  • 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).