Help for this page

Select Code to Download


  1. or download this
      $status = system sprintf("/usr/local/bin/gzip %s/%s", 
                               $backupDir, $tar_filename);
    
  2. or download this
      $status = system("/usr/local/bin/gzip", "$backupDir/$gzip_filename");