You can use this tool to create a backup of this site and (optionally) restore it to another server, or another WordPress installation on the same server.
Here is how it works: the "Backup" function will give you a URL that you can then copy and paste into the "Restore" dialog of a new WordPress site, which will clone the original site to the new site. You must install the plugin on the new site and then run the WP Clone > Restore function.
Choose your selection below: either create a backup of this site, or choose which backup you would like to restore.
Advanced Settings"; } echo "
Scan and repopulate the backup list" . "Use the above button to refresh your backup list. It will list all the zip files found in the backup directory, it will also remove references to files that no longer exist.
"; wpa_wpc_sysinfo(); echo "Delete backups and remove database entries" . "WP Clone does not remove backups when you deactivate the plugin. Use the above button if you want to remove all the backups.
"; echo ''; ?>';
echo 'Memory limit: ' . ini_get('memory_limit');
if( false === ini_set( 'memory_limit', '257M' ) ) {
echo ' memory limit cannot be increased';
} else {
echo '';
}
echo 'Maximum execution time: ' . ini_get('max_execution_time') . ' seconds';
echo 'PHP version : ' . phpversion() . '';
echo 'MySQL version : ' . $wpdb->db_version() . '';
if (ini_get('safe_mode')) { echo 'PHP is running in safemode!'; }
printf( 'Root directory : %s
', WPCLONE_ROOT );
if ( ! file_exists( WPCLONE_DIR_BACKUP ) ) {
echo 'Backup path :Backup directory not found. '
. 'Unless there is a permissions or ownership issue, refreshing the backup list should create the directory.';
} else {
echo 'Backup directory : ' . WPCLONE_DIR_BACKUP . '
';
}
echo 'Files : ';
if ( file_exists( WPCLONE_DIR_BACKUP ) && !is_writable(WPCLONE_DIR_BACKUP)) { echo 'Backup directory is not writable, please change its permissions.'; }
if (!is_writable(WPCLONE_WP_CONTENT)) { echo 'wp-content is not writable, please change its permissions before you perform a restore.'; }
if (!is_writable(wpa_wpconfig_path())) { echo 'wp-config.php is not writable, please change its permissions before you perform a restore.'; }
echo '