1
mirror of https://github.com/rclone/rclone synced 2024-09-29 04:49:43 +02:00
Go to file
Nick Craig-Wood 0cb5c4aa73 gcs: detect bucket presence by listing it - fixes #2193
Doing it like this enables the use of a service account that only has
the "Storage Object Admin" role.
2018-04-06 12:45:15 +01:00
.circleci
backend gcs: detect bucket presence by listing it - fixes #2193 2018-04-06 12:45:15 +01:00
bin
cmd serve restic: Print actual listener address 2018-04-04 14:56:26 +01:00
docs Add Eri Bastos to contributors 2018-04-05 20:20:53 +01:00
fs serve restic: Print actual listener address 2018-04-04 14:56:26 +01:00
fstest link: allow creating public link to files and folders - closes #1562 2018-03-29 09:10:19 +02:00
graphics
lib
vendor vendor: update all dependencies 2018-03-19 15:51:38 +00:00
vfs vfs: add remote control for directory cache flushing 2018-03-17 10:34:02 +00:00
.appveyor.yml
.gitignore
.pkgr.yml
.travis.yml
CONTRIBUTING.md
COPYING
Gopkg.lock vendor: update all dependencies 2018-03-19 15:51:38 +00:00
Gopkg.toml vendor: update all dependencies 2018-03-19 15:51:38 +00:00
ISSUE_TEMPLATE.md
MAINTAINERS.md
Makefile Fix make tarball 2018-04-02 11:42:53 +01:00
MANUAL.html Version v1.40 2018-03-19 10:06:13 +00:00
MANUAL.md Version v1.40 2018-03-19 10:06:13 +00:00
MANUAL.txt Version v1.40 2018-03-19 10:06:13 +00:00
notes.txt
rclone.1 Version v1.40 2018-03-19 10:06:13 +00:00
rclone.go
README.md
RELEASE.md release: add another step to update the release dependencies #2172 2018-03-23 12:43:18 +00:00

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