Files
VPS_Setup/crontab.txt
2025-10-05 03:55:18 +00:00

24 lines
1.3 KiB
Plaintext

GNU nano 7.2 /tmp/crontab.x8yt7o/crontab
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').
#
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.
#
# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).
#
# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
#
# For more information see the manual pages of crontab(5) and cron(8)
#
# m h dom mon dow command
0 20 * * * root /root/docker/Sandbox_1/cron_scripts/data_pull_binance_us_naked.sh >> /root/docker/Sandbox_1/cron_scripts/data_pull_binance_us_naked.log 2>&1
0 21 * * * root /root/docker/Sandbox_1/cron_scripts/data_transfer_to_nas.sh >> /root/docker/Sandbox_1/cron_scripts/data_transfer_to_nas.log 2>&1 && echo "$(date '+%Y-%m-%d %H:%M:%S') - Cron job fin>