djynen has asked for the wisdom of the Perl Monks concerning the following question:
When the Perl program is run in CRON it won't execute gzip. Is there a reason why gzip will not execute when the Perl program is run in CRON?$status = system sprintf("/usr/local/bin/gzip %s/%s", $backupDir, $tar_filename);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can I run gzip in a Perl program running from CRON?
by Anonymous Monk on Dec 11, 2001 at 10:14 UTC | |
|
Re: Can I run gzip in a Perl program running from CRON?
by hakkr (Chaplain) on Dec 11, 2001 at 17:31 UTC | |
|
Re: Can I run gzip in a Perl program running from CRON?
by Fastolfe (Vicar) on Dec 12, 2001 at 01:46 UTC |