Backup Cronjob

Having issues? Post them here, and help other users.
Post Reply
KVIT
Junior Member
Posts: 5
Joined: Mon May 06, 2019 3:02 am

Backup Cronjob

Post 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
Post Reply