Cron - UNIX- , . , cron .
cron :
(, download.sh):
#!/bin/bash
# URL ,
DOWNLOAD_URL="https://example.com/path/to/file.zip"
# ,
DOWNLOAD_DIR="/path/to/download/directory"
#
curl -o "$DOWNLOAD_DIR/file.zip" "$DOWNLOAD_URL"
:
chmod +x download.sh
cron:
crontab -e
, (, 3 ):
0 3 * * * /path/to/your/script/download.sh
.
, cron . , "Cron Download" - , .