Page 1 of 1

Backup Cronjob

Posted: Mon Aug 12, 2019 3:06 am
by KVIT
Hello guys,

i have a new "problem".
I wanted to write a cronjob, which allows a server to download the nems backup file.

I tried this command: * 10 * * 0-6 /usr/bin/wget -O "Nems_Backup/backup.nems" https://myIP/backup/ --user=USERNAME --password=PASSWORD --no-check-certificate
i wrote it in the root crontab.

If i run this command in terminal it works just fine.

Maybe someone can help.

Best regards

KVIT