- for (x-ui):
wget https://raw.githubusercontent.com/SinaBigSmoke/backup-xray-discord/main/SinaBigSmoke_xui.sh
- for (marzban):
wget https://raw.githubusercontent.com/SinaBigSmoke/backup-xray-discord/main/SinaBigSmoke_marzban.sh
- for (hiddify):
wget https://raw.githubusercontent.com/SinaBigSmoke/backup-xray-discord/main/SinaBigSmoke_hiddify.sh
- for x-ui:
chmod +x SinaBigSmoke_xui.sh
- for marzban:
chmod +x SinaBigSmoke_marzban.sh
- for hiddify:
chmod +x SinaBigSmoke_hiddify.sh
- for x-ui:
./SinaBigSmoke_xui.sh
- for marzban:
./SinaBigSmoke_marzban.sh
- for hiddify:
./SinaBigSmoke_hiddify.sh
- 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
.