Skip to content
"rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
Branch: master
Clone or download
ncw b2: ignore malformed `src_last_modified_millis`
This fixes rclone returning `listing failed: strconv.ParseInt` errors
when listing files which have a malformed `src_last_modified_millis`.
This is uploaded by the client so care is needed in interpreting it as
it can be malformed.

Fixes #3065
Latest commit 6fb1c8f Mar 25, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci build: don't attempt to upload artifacts for pull requests on circleci Jan 25, 2019
.github
backend b2: ignore malformed `src_last_modified_millis` Mar 25, 2019
bin bin/get-github-release: fetch the most recent not the least recent Mar 18, 2019
cmd cmd: implement RetryAfter errors which cause a sleep before a retry Mar 25, 2019
docs docs: Fix typo - fixes #3071 Mar 25, 2019
fs
fstest test_all: add the vfs tests to the integration tests Mar 17, 2019
graphics New graphics used by forum.rclone.org Oct 4, 2016
lib lib/atexit: add SIGTERM to signals which run the exit handlers on unix Mar 16, 2019
vendor vendor: update github.com/ncw/swift to help with #3041 Mar 25, 2019
vfs test_all: add the vfs tests to the integration tests Mar 17, 2019
.appveyor.yml
.gitignore
.golangci.yml
.pkgr.yml
.travis.yml build: use matrix build for travis Mar 17, 2019
CONTRIBUTING.md doc: Add more info on testing to CONTRIBUTING Jan 12, 2019
COPYING
MAINTAINERS.md Add Sebastian Bünger - @buengese to the MAINTAINERS list Dec 29, 2018
MANUAL.html Version v1.46 Feb 9, 2019
MANUAL.md Version v1.46 Feb 9, 2019
MANUAL.txt
Makefile build: use matrix build for travis Mar 17, 2019
README.md
RELEASE.md vendor: update to latest versions of everything Oct 25, 2018
go.mod vendor: update github.com/ncw/swift to help with #3041 Mar 25, 2019
go.sum
notes.txt
rclone.1
rclone.go

README.md

Logo

Website | Documentation | Download | Contributing | Changelog | Installation | Forum | G+

Build Status Windows Build Status CircleCI GoDoc

Rclone

Rclone ("rsync for cloud storage") is a command line program to sync files and directories to and from different cloud storage providers.

Storage providers

Please see the full list of all storage providers and their features

Features

  • MD5/SHA-1 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, e.g. two different cloud accounts
  • Optional encryption (Crypt)
  • Optional cache (Cache)
  • Optional FUSE mount (rclone mount)

Installation & documentation

Please see the rclone website for:

Downloads

License

This is free software under the terms of MIT the license (check the COPYING file included in this package).

You can’t perform that action at this time.