Descripción
XCloner is a backup plugin that allows you to safely back up and restore your WordPress sites. You can send your site backups to SFTP, Dropbox, Amazon, Google Drive, Backblaze and other locations. You can create backups manually or automatically with XCloner’s built-in scheduler.
XCloner enables you to automatically generate backups with the built-in cron script. These cron jobs can run daily, weekly, monthly or even hourly.
XCloner allows you to generate custom backups of any WordPress site, and then restore the backup on any other location with the help of the automatic restore script we provide!
XCloner has many useful safety features. For example, XCloner will generate a core, plugins, themes or languages files backup before the automatic update of WordPress core, plugins, themes or languages files.
Remote Storage for WordPress Backups
XCloner allows you to send your backups to remote storage locations supporting FTP, SFTP, DropBox, Amazon S3, Google Drive, WebDAV, Backblaze, Azure and many more to come
You can generate “Differential Backups” so your backup will include only files modified after a certain date. This can decrease the space needed to store your backups.
XCloner also has safety features to make sure your backups are successful. One example: you have the ability to split backups into multiple smaller parts if a certain size limit is reached. Another example: XCloner can also store a local copy of the backup that it will then delete when the backup has been sent to the remote location.
Secure, GDPR Compliant WordPress Backups
XCloner es la mejor elección de copia de seguridad para las personas que se preocupan acerca de la seguridad y la privacidad.
XCloner uses open source standards like TAR, MySQL and CSV formats so you can be sure that your backups can be restored in a variety of ways, giving you more flexibility and full control.
XCloner has a built-in security layer to protect your backups. You can create encrypted backup archives with AES-128-CBC algorithm. This encryption helps to ensure that your data is still GDPR compliant even if the backup fails.
Restore Backups Anywhere
You can restore backups on any location compatible with your website by using the XCloner restore feature. Your site clone can be restored on a totally different server, with new server and MySQL details.
XCloner will attempt to extract the backup archive files for you, as well as import the MySQL dump and update your WordPress configuration details.
The restore script is located inside the XCloner archive, in the /restore/ directory. XCloner can restore your original file and directory permissions. XCloner can also automatically update the new host settings to the configuration file.
XCloner tiene una variedad de opciones de restauración que incluyen: Todos los archivos, solo archivos de plugins, solo archivos de tema, solo archivos subidos y solo copia de seguridad de la base de datos.
XCloner funciona mejor con el escritorio de Watchful
Watchful is a web developers toolbox for remotely managing and monitoring multiple WordPress websites. Simply add all your production and staging sites into the Watchful Dashboard and use our tools to monitor uptime and site backups, plus updates to WordPress and core and plugins, and more. XCloner integrates smoothly with Watchful. You’ll be amazed at how much time and money you save managing your WordPress sites with Watchful.
Capturas
Instalación
- In the WordPress backend, select Plugins > Add New.
- In the search bar enter
xcloner
. - When the XCLoner listing is shown, click the ‘Install` button.
- Following installation, click the
Activate
button.
UPGRADE:
XCloner can be updated from the plugins list in the WordPress backend.1. In the WordPress backend, select Plugins > Add New.
2. In the search bar enter xcloner
.
3. When the XCLoner listing is shown, click the ‘Installbutton.
Activate` button.
4. Following installation, click the
UPGRADE:
XLCloner can be updated from the plugins list in the WordPress backend.
FAQ
-
Where does XCloner keep it’s Database Backups?
-
XCloner los almacena en archivos de volcado mysql separados, dentro de una carpeta llamada xcloner-XXXXX dentro de la ruta raíz del archivo de copia de seguridad , donde XXXXX es un número de hash que es idéntico a los últimos 5 caracteres del nombre de respaldo ,
así que si el nombre de respaldo es backup_localhost -2017-02-16_15-36-sql-1c6c6.tgz, el archivo de copia de seguridad mysql se almacenará en la carpeta xcloner-1c6c6 /.
-
¿Cómo puedo restaurar mi copia de seguridad?
-
XCloner proporciona una secuencia de comandos de restauración fácil de usar disponible en el menú «Copias de seguridad del sitio -> Restaurar copias de seguridad», el proceso también se describe allí.
Si la opción de restauración de XCloner falla, puedes restaurar manualmente tu copia de seguridad de la siguiente manera:
- extract the backup archive files to your new location
- locate the xcloner-XXXXX folder inside your backup root folder, and look for the mysql backup in database-sql and import it through phpmyadmin
- update your wp-config.php file to reflect the new mysql details
-
How do I know which Files were include in the Backup?
-
El panel de copias de seguridad de XCloner Manager proporciona una utilidad fácil para ver cada lista de archivos de contenido de copia de seguridad. También almacena una copia de los archivos de copia de seguridad archivados dentro del archivo xcloner-XXXXX / backup_files.csv en un formato CSV fácil de leer.
-
Do you have a Log for the created Backup?
-
Sí, si la opción Xcloner Logger está habilitada , almacenará un archivo de registro dentro de la carpeta xcloner-XXXXX dentro del archivo de copia de seguridad , el archivo se llamará xcloner-xxxxx.log
-
¿Qué son las copias de seguridad diferenciales?
-
Differential Backups contain files modified after a certian period of time. So each time backup runs, modified files after that period of time are added to a new Backup archive.
Compared to Incremental Backups, which contain only modified files from the previous run, they use more space but are more reliable for files restore.
They will use considerably less space than a full backup however. -
Why Differential Backups and will you support Incremental Backups?
-
The main difference comes from how reliable a backup set it. For instance, if something happens to one backup archive from the Incremental Backup set, then it is possible you will lose
the files changes in that period of time, however if the same case happens to a Differential Backup, then the files can easily be recovered from any of the other Differential Backups. The
storage difference between Incremental Backups and Differential Backups is not significant and considering the reliability of the Differential Set so we have decided, for now, to not implement
further Incremental Backups. -
What would a good Backup Procedure be with Differential Backups?
-
As a general rule, I would recommend setting a weekly full site backup schedule and then a daily schedule for a differential backup. You can also include a daily backup of the database in the same Differential Backup.
Of course, schedules can be adjusted accordingly to how often you update your site, the size of it and the storage space available.
Reseñas
Colaboradores y desarrolladores
«Backup, Restore and Migrate WordPress Sites With the XCloner Plugin» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Backup, Restore and Migrate WordPress Sites With the XCloner Plugin» está traducido en 2 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «Backup, Restore and Migrate WordPress Sites With the XCloner Plugin» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
4.7.5
- Move changelog to a separate file (https://github.com/watchfulli/XCloner-Wordpress/issues/315)