mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 10:03: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