wget https://raw.githubusercontent.com/SinaBigSmoke/backup-xray-discord/main/SinaBigSmoke_xui.sh
wget https://raw.githubusercontent.com/SinaBigSmoke/backup-xray-discord/main/SinaBigSmoke_marzban.sh
wget https://raw.githubusercontent.com/SinaBigSmoke/backup-xray-discord/main/SinaBigSmoke_hiddify.sh
chmod +x SinaBigSmoke_xui.sh
chmod +x SinaBigSmoke_marzban.sh
chmod +x SinaBigSmoke_hiddify.sh
./SinaBigSmoke_marzban.sh
./SinaBigSmoke_hiddify.sh
As a guide, you can add this description to the cron entry for scheduling:
Minutes: Enter a number between 0 and 59.
Hour: Enter a number between 0 and 23.
Day of the month: Enter a number between 1 and 31.
Month: Enter a number between 1 and 12.
Day of the week: Enter a number between 0 and 7 (0 and 7 refer to the same day of the week, which typically means Sunday).
To schedule a cron job every day at 10:30 AM, you can enter: 30 10 * * *
.
To schedule a cron job every minute, you can enter: * * * * *
.
To schedule a cron job every Sunday at 8 PM, you can enter: 0 20 * * 0
.