';
printf(esc_html__("The %s is set to create packages in the 'DupArchive' format. This custom format is used to overcome budget host constraints."
. " With DupArchive, Duplicator is restricted to processing sites up to %s. To process larger sites, consider these recommendations. ", 'duplicator'), $lnk, $duparchive_max_limit, $duparchive_max_limit);
echo '';
echo '
';
$new1_package_url = admin_url('admin.php?page=duplicator&tab=new1');
$new1_package_nonce_url = wp_nonce_url($new1_package_url, 'new1-package');
$lnk = '
' . esc_html__('Step 1', 'duplicator') . '';
printf(__('- Add data filters to get the package size under %s: ', 'duplicator'), $duparchive_max_limit);
echo '
';
_e("- In the 'Size Checks' section above consider adding filters (if notice is shown).", 'duplicator');
echo '
';
printf(__("- In %s consider adding file/directory or database table filters.", 'duplicator'), $lnk);
echo '
';
echo '
';
$lnk = '
' . esc_html__('covered here.', 'duplicator') . '';
printf(__("- Perform a two part install %s", 'duplicator'), $lnk);
echo '
';
$lnk = '
' . esc_html__('ZipArchive Engine', 'duplicator') . '';
printf(__("- Switch to the %s which requires a capable hosting provider (VPS recommended).", 'duplicator'),$lnk);
echo '
';
$lnk = '
' . esc_html__('Duplicator Pro', 'duplicator') . '';
printf(__("- Consider upgrading to %s for large site support. (unlimited)", 'duplicator'), $lnk);
echo '