info['code'].'_'.$date->format('Ymd-His').'.imscc'; $imsccFilePath = $backupDirectory.$imsccFileName; // Zip the course-contents $zip = new \PclZip($imsccFilePath); $zip->create($backupDir, PCLZIP_OPT_REMOVE_PATH, $backupDir); // Remove the temp-dir. rmdirr($backupDir); return $imsccFileName; } }