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
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
Most helpful comment
Either download the binary at http://rclone.org/downloads/ or if you have a go install
Will produce an updated binary in
$GOPATH/binI hope that helps!