...
Just install rclone on the SCS and copy the provided script to /etc/cron.hourly/
. Be sure to sudo rclone selfupdate
if you have a v1.57 version from EPEL to avoid checksum bugs.
Code Block |
---|
# yum install -y https://downloads.rclone.org/v1.6268.21/rclone-v1.6268.21-linux-amd64.rpm # cp -p support-upload-logs /etc/cron.hourly/ # chmod +x /etc/cron.hourly/support-upload-logs # run-parts --test /etc/cron.hourly # verify the new script is listed- this --test flag does not work on the CSN but is not critical |
...