...
Download rclone for your platform fromĀ http://rclone.org/downloads/, unzip, and put the binary in your PATH. OS packages and containers are also available.
For CentOS/RHEL just RHEL 8/9 execute the following steps:
Code Block |
---|
yum install epel-release
yum install rclone
rclone selfupdate |
"yum install epel-release
" and "yum install rclone
" but then you must run "rclone selfupdate
" to avoid issues in the older v.1.57 version.
...