__("Uploads", 'backwpup') . " - " . __("Exclusion Settings", 'backwpup'),
'type' => 'modal'
]);
?>
$file['name'],
"label" => $file['name'],
"name" => "backupuploadsexcludedirs[]",
"icon" => "folder",
"included" => !$file['excluded'],
]);
}
?>
"backupexcludethumbs",
"checked" => BackWPup_Option::get($job_id, 'backupexcludethumbs'),
"label" => __("Exclude thumbnails from the site's uploads folder.", 'backwpup'),
]);
?>