I did. Since you posted 3 posts here without a response, I thought I encourage you to go back to the official route for support. But hey, you can post here all you want. Good luck.
I noticed all three of my cPanel accounts I have on the Saturn server were maxed CPU from 9/8 to 9/11. These are low volume sites and this is unusual. One site is only a static html demo site I use for clients that receives no traffic. Was there something going on during that time period? Very weird. Thanks.
Some say it speeds up the site by caching certain files on CloudFlare servers all over the world (closer to your visitors) and relieves the server of some of the work to deliver the content. It also affords your site some protection from hackers and spammers. Hope this helps.
I want to copy file A to file B every hour. I set up this cPanel cron job but it's not working. Any help?
0 * * * * cp /public_html/index_original.html /public_html/index.html
Thanks.