Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: changed script name from dcsupport-upload-logs to support-upload-logs so hourly cron calls it after logrotate

...

Code Block
# yum install -y https://downloads.rclone.org/v1.62.2/rclone-v1.62.2-linux-amd64.rpm
# cp -p dcsupportsupport-upload-logs /etc/cron.hourly/
# chmod +x /etc/cron.hourly/dcsupportsupport-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

...