![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with script - run by cron | richo king | Shell Programming and Scripting | 2 | 03-05-2008 08:36 PM |
| startup script wont start up | msearson1 | UNIX for Dummies Questions & Answers | 7 | 11-08-2006 05:13 PM |
| why wont this script run? | BG_JrAdmin | Shell Programming and Scripting | 2 | 08-27-2006 07:45 PM |
| Cron Script Q | doublek321 | Shell Programming and Scripting | 2 | 07-06-2004 10:35 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I have written a simple bash script that will run a wget command to recursively ftp an entire directories and it's contents.
#!/bin/bash wget -r -N ftp://user ass@server//VOL1/dirIf I run from the regular command line it works fine. root@BUSRV: /media/backup1$ ./gwbu When I put it in the crontab, it doesn't run. 00 20 * * * /media/backup1/./gwbu Can anyone take a look at what I have and help me understand why it is not running through crontab? Thanks in advance! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|