1
mirror of https://github.com/rclone/rclone synced 2024-10-05 12:39:53 +02:00
Go to file
Nick Craig-Wood ffd11662ba cache: fix nil pointer deref when using lsjson on cached directory
This stops embedding the fs.Directory into the cache.Directory because
it can be nil and implements an ID method which checks the nil status.

See: https://forum.rclone.org/t/runtime-error-with-cache-remote-and-lsjson/6305
2018-08-05 09:42:31 +01:00
.circleci
backend cache: fix nil pointer deref when using lsjson on cached directory 2018-08-05 09:42:31 +01:00
bin build: keep track of compile failures better in cross-compile 2018-07-02 10:09:18 +01:00
cmd mount/cmount: implement --daemon-timeout flag for OSXFUSE 2018-07-19 13:26:51 +01:00
docs mega: add --mega-hard-delete flag - fixes #2409 2018-08-03 15:07:51 +01:00
fs fs: add multipliers for SizeSuffix 2018-07-29 18:17:05 +01:00
fstest
graphics
lib Implement new backend config system 2018-07-16 21:20:47 +01:00
vendor vendor: Port new Azure Blob Storage SDK #2362 2018-07-14 10:49:58 +01:00
vfs vfs: enable vfs-read-chunk-size by default 2018-07-29 18:17:05 +01:00
.appveyor.yml
.gitignore
.gometalinter.json
.pkgr.yml
.travis.yml build: build macOS beta releases with native compiler on travis #2309 2018-06-26 09:39:44 +01:00
CONTRIBUTING.md
COPYING
Gopkg.lock vendor: get Gopkg.lock back in sync 2018-07-16 22:02:11 +01:00
Gopkg.toml vendor: Port new Azure Blob Storage SDK #2362 2018-07-14 10:49:58 +01:00
ISSUE_TEMPLATE.md
MAINTAINERS.md
Makefile build: build macOS beta releases with native compiler on travis #2309 2018-06-26 09:39:44 +01:00
MANUAL.html
MANUAL.md
MANUAL.txt
notes.txt
rclone.1
rclone.go Implement new backend config system 2018-07-16 21:20:47 +01:00
README.md acd: Make very clear in the docs that rclone has no ACD keys #2385 2018-07-15 14:21:19 +01:00
RELEASE.md vendor: update all dependencies 2018-06-17 17:59:12 +01: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 (See note)
  • Amazon S3 / Dreamhost / Ceph / Minio / Wasabi
  • Backblaze B2
  • Box
  • Dropbox
  • FTP
  • Google Cloud Storage
  • Google Drive
  • HTTP
  • Hubic
  • Mega
  • Microsoft Azure Blob Storage
  • Microsoft OneDrive
  • OpenDrive
  • 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).