Everyone is working hard.
My question is
What should I do when I want to automatically retrieve data from another site from my server every day?
Should I use a script? If you need to use it
How do you write it? Where do you save it? Please tell me how to use it.
I'm sorry it's a rudimentary question.
linux api
If you use crontab, you can create an event at a specified time and at a repeated time
I don't know what data it is, but I'll put a shell script or something that gets data from another site from the server
You run a file that you import every few minutes or hours with crontab
It doesn't matter if you store the imported data anywhere You can save it in a place like this
How to use it
Read this article for more information
© 2024 OneMinuteCode. All rights reserved.