mirror of
https://github.com/rclone/rclone
synced 2024-12-13 01:13:58 +01:00
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 |
||
---|---|---|
.. | ||
content | ||
layouts | ||
static | ||
config.json | ||
README.md |