backup_name.'-'.$backupDir;
$dir = $backup_dirname.$bkpName;
if(file_exists($dir)) {
$backup_count++;
if($backupDir == 'db.sql.gz') {
$dirName = 'Database';
} else {
$dirName = str_replace('.zip','',$backupDir);
}
$size = filesize($dir);
$backup_type = explode('.',$backupDir);
$id = (int) $backup->id;
?>
(formatSizeUnits($size); ?>)
1){ ?>
Download All