mirror of
https://github.com/rclone/rclone.git
synced 2025-07-02 15:51:49 +08: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