forked from TrueCloudLab/rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
af4ef8ad8d
Refactor sync/copy/move * Don't load the src listing unless doing a sync and --delete-before * Don't load the dst listing if doing copy/move and --no-traverse is set `rclone --no-traverse copy src dst` now won't load either of the listings into memory so will use the minimum amount of memory. This change will reduce the amount of memory rclone uses dramatically too as in normal operations (copy without --notraverse or sync) as it no longer loads the source file listing into memory at all. Fixes #8 Fixes #544 Fixes #546 |
||
---|---|---|
amazonclouddrive | ||
b2 | ||
dircache | ||
docs | ||
drive | ||
dropbox | ||
fs | ||
fstest | ||
googlecloudstorage | ||
graphics | ||
hubic | ||
local | ||
oauthutil | ||
onedrive | ||
pacer | ||
rest | ||
s3 | ||
swift | ||
yandex | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
CONTRIBUTING.md | ||
COPYING | ||
cross-compile | ||
ISSUE_TEMPLATE.md | ||
make_manual.py | ||
Makefile | ||
MANUAL.html | ||
MANUAL.md | ||
MANUAL.txt | ||
notes.txt | ||
rclone.1 | ||
rclone.go | ||
rclone_test.go | ||
README.md | ||
redirect_stderr.go | ||
redirect_stderr_unix.go | ||
redirect_stderr_windows.go | ||
RELEASE.md | ||
upload-github | ||
versioncheck.go |
Website | Documentation | Contributing | Changelog | Installation | G+
Rclone is a command line program to sync files and directories to and from
- Google Drive
- Amazon S3
- Openstack Swift / Rackspace cloud files / Memset Memstore
- Dropbox
- Google Cloud Storage
- Amazon Cloud Drive
- Microsoft One Drive
- Hubic
- Backblaze B2
- 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
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).