Home > Article > Backend Development > Is there a way under Linux to download files saved on Qiniu in batches at regular intervals?
Now all client pictures are directly uploaded to Qiniu Space. Then I want to make a timer under Linux to download all the files that need to be downloaded at a certain time every day. I would like to ask friends who are passing by if there is anything good. Method? ? ? ?
Now all client pictures are directly uploaded to Qiniu Space. Then I want to make a timer under Linux to download all the files that need to be downloaded at a certain time every day. I would like to ask friends who are passing by if there is anything good. Method? ? ? ?
Linux can use scheduled tasks to execute scripts crontab
. Write a script to download files and execute it regularly through crontab