1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-17 20:27:52 +02:00
Nick Craig-Wood af4ef8ad8d Implement --no-traverse flag to stop copy traversing the destination remote.
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
2016-06-29 17:38:50 +01:00
2016-06-28 08:51:57 +01:00
2016-06-28 08:51:57 +01:00
2016-06-28 08:51:57 +01:00
2016-06-28 08:51:57 +01:00
2016-06-28 08:51:57 +01:00
2016-06-28 08:51:57 +01:00
2016-06-28 08:51:57 +01:00
2016-06-15 21:48:14 +01:00
2016-06-28 08:51:57 +01:00
2016-06-28 08:51:57 +01:00
2016-05-30 20:32:35 +01:00
2016-01-07 20:31:23 +00:00
2016-01-07 20:31:23 +00:00
2016-06-03 20:34:19 +01:00
2016-06-18 16:58:37 +01:00
2016-06-18 16:58:37 +01:00
2016-06-18 16:58:37 +01:00
2013-06-27 20:09:40 +01:00
2016-06-18 16:58:37 +01:00
2016-06-28 08:51:57 +01:00

Logo

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

Build Status Windows Build Status GoDoc

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

Description
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Readme 362 MiB
Languages
Go 98.5%
Python 0.4%
Shell 0.4%
HTML 0.3%
JavaScript 0.2%
Other 0.1%