mirror of
https://github.com/rclone/rclone.git
synced 2025-12-24 04:04:37 +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