|
Posted by Rudi Menter on 11/08/06 12:28
Ike wrote:
> exec( "zip -mj \backups\temp\cookbook.zip \backups\temp\cookbook.sql 2>&1",
> $output, $res );
> if( $res > 0 ) {
> error( true,"COMPRESSION FAILED\n".implode( "\n", $output));
>
> COMPRESSION FAILED
> The system cannot execute the specified program.
Ok, zip has been run since the system cannot produce the message
COMPRESSION FAILED from itself, so you need to check the arguments.
Regards
--
Navigation:
[Reply to this message]
|