Rclone: HowTo Update rclone?

Created on 22 Dec 2015  路  3Comments  路  Source: rclone/rclone

Good day.

I have some problems with rclone and a lot of "Duplicate file detected".

$ rclone -V
clone v1.23

It seems i need update rclone to latest version to fix this, correct?

So, can you tell me please how update rclone via Go?

Thanks

question

Most helpful comment

Either download the binary at http://rclone.org/downloads/ or if you have a go install

go get -u -v -f github.com/ncw/rclone

Will produce an updated binary in $GOPATH/bin

I hope that helps!

All 3 comments

Either download the binary at http://rclone.org/downloads/ or if you have a go install

go get -u -v -f github.com/ncw/rclone

Will produce an updated binary in $GOPATH/bin

I hope that helps!

Thanks a lot! It is work for me.

Glad that helped

Was this page helpful?
0 / 5 - 0 ratings