mirror of
https://github.com/rclone/rclone.git
synced 2025-12-27 05:33:17 +00:00
Added an interface and machinery for resuming failed uploads. Implemented this interface in the local backend. Later on it can be implemented by any supporting backend. Fixes #87