10 Nov
2018
10 Nov
'18
11:32
Op zaterdag 10 november 2018 11:14:08 CET schreef Bob Williams:
I have a bash script to download the files from a remote website, which contains the following line:
wget -r -l 8 -nH -nv --user=user --password=password ftp://web5.pipeten.co.uk/some_folder -o /home/bob/logs/wget-log
When I run the script from the command line, it works perfectly. When I run it from my crontab it doesn't because DNS lookup on web5.pipeten.co.uk fails.
30 8 * * 6 bash /home/bob/bin/bb_backup.sh
What have I missed? Remove the 'bash ' part.
-- Gertjan Lettink a.k.a. Knurpht openSUSE Board Member openSUSE Forums Team -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org