git-fat icon indicating copy to clipboard operation
git-fat copied to clipboard

Feature Request: rclone support

Open Jwink3101 opened this issue 6 years ago • 2 comments

I may do the work myself but I wanted to document it.

rclone is "rsync for the cloud" and has many of the same features as rsync. I think it would be easy enough to add an rclone mode instead of rsync. Then, users can use S3, B2, etc. Basically, whatever they want!

The biggest downside to rclone over rsync is that rclone doesn't apply the rsync algorithm to only make small changes. However, the way git-fat works, I don't think it matters. git-fat pushes full copies of every file based on their sha1 so even a small change still needs a whole new copy.

I am not sure how the API would look. Probably something like if [rclone] is in .gitfat it will use rclone mode. Users would have to have rclone obviously!

Jwink3101 avatar Sep 10 '19 16:09 Jwink3101

Yes, I'd be interested in a way to support a range of cloud storage without git-fat needing to support each custom interface. See also #86.

jedbrown avatar Sep 10 '19 21:09 jedbrown

This will be an awesome enhancement and would leave git-lfs out of water.

malaybasu avatar Mar 05 '20 19:03 malaybasu