BackWPup – WordPress Backup Plugin

Descripción

The backup plugin BackWPup can be used to save your complete installation including /wp-content/ and push them to an external Backup Service, like Dropbox, S3, FTP and many more, see list below. With a single backup .zip file you are able to easily restore an installation.

Please understand: this free version will not be supported as well as the BackWPup Pro version. With our premium version you get first class support and more features.

  • Copia de seguridad de la base de datos (necesita mysqli)
  • Exportación XML de WordPress
  • Genera un archivo con los plugins instalados
  • Optimiza la base de datos
  • Revisa y repara la base de datos
  • File backup
  • Copias de seguridad en formato zip, tar, tar.gz, tar.bz2 (necesita gz, bz2, ZipArchive)
  • Almacena la copia de seguridad en un directorio
  • Almacena la copia de seguridad en servidor FTP (necesita ftp)
  • Almacena la copia de seguridad en Dropbox (necesita curl)
  • Store backup to S3 services (needs curl)
  • Almacena la copia de seguridad en Microsoft Azure (Blob) (necesitas curl)
  • Store backup to RackSpaceCloud (curl)
  • Almacena la copia de seguridad en SugarSync (necesitas curl)
  • PRO: almacena la copia de seguridad en Amazon Glacier (necesitas curl)
  • PRO: almacena la copia de seguridad en Google Drive (necesitas curl)
  • PRO: Almacenar la copia de seguridad en HiDrive (necesita cURL)
  • PRO: Almacenar la copia de seguridad en HiDrive (necesita cURL)
  • Envia el registro de eventos y copias de seguridad por correo electrónico
  • Multi-site support only as network admin
  • Versión pro y soporte disponible en – BackWPup Pro
  • NEW – PRO: Restore your backups with only a few clicks from your WordPress backend. Also available as Standalone App.
  • NUEVO – PRO: Cifrar los archivos de la copia de seguridad y restaurar desde copias de seguridad cifradas.

In case you need to comply with the new GDPR regulation, check out our post BacKWPup, Backups and GDPR.

Requisitos

  • WordPress 3.9 and PHP 7.2 required! (read more about recommended php version and why you should switch to modern php)
  • To use the Plugin with full functionality PHP 7.2 with mysqli, FTP,gz, bz2, ZipArchive and curl is needed.
  • Las funciones del plugin que no funcionan con motivo de los ajustes de tu servidor, no se mostrarán en el área de administración.

Nuestros amigos de OSTraining han hecho un tremendo trabajo con sus video tutoriales en BackWPup. La serie completa de cinco videos ha sido realizada disponibles de forma gratuita en YouTube.

(¿Eres novato con WordPress? Echa un vistazo todos los videos de entrenamiento de WordPress de OSTraining!)

Recuerda: ¡la copia de seguridad más cara es aquella que nunca haces! y por favor, prueba tus copias de seguridad

Obtén la versión BackWPup Pro con más funcionalidades.

Made by WP Media

Capturas

  • Working job and jobs overview
  • Crear/editar tarea
  • Mostrando registro de eventos
  • Gestiona los archivos de copia de seguridad
  • Escritorio

FAQ

¿Cómo reestablezco una copia de seguridad?

Restoring backups made with BackWPup can be done multiple ways. Please take a look at our documentation here to learn more.

BackWPup Pro includes a convenient restore feature to restore your backups directly from your WordPress admin.

BackWPup Pro also offers many additional features including more settings, destinations, a Standalone Restore App and of course access to our premium support. To learn more about the differences between BackWPup Free and Pro, have a look at this chart.

Mi tarea de copia de seguridad parece que no funciona según lo planeado.

BackWPup utiliza el propio sistema de tareas cron de WordPress (WP Cron) para ejecutar las tareas de copia de seguridad programadas. Para que WordPress sepa cuando ejecutar la tarea, tu «reloj interno» necesita ser ajustado regularmente. Eso ocurre cada vez que alguien(incluido tú) visita tu sitio.
Si ocurre que tu sitio no es visitado en un periodo de tiempo, el reloj interno de WordPress se retrasa. En ese caso requiere una tarea programada del lado del servidor que realice la petición regularmente a http://your-site.tld/wp-cron.php y le diga a WordPress que hora es.

Una forma simple de averiguar si WP Cron está funcionando como debe en tu sitio, es crear una entrada y establecer la fecha de publicación en algun momento posterior, por ejemplo 10 minutos después. Entonces, sales de tu sitio (esto es importante) y vuelve dentro de 11 minutos y verifica si tu entrada programada ha sido publicada. Si no ha sido publicada, eres el afortunado de tener un problema con tu WP Cron.

¡Eh! esto quiere decir: «ERROR: ¡no está definido correctamente el destino de la copia de seguridad!»

Eso significa que ha comenzado una tarea de copia de seguridad, pero BackWPup no sabe dónde guardar los archivos de la copia. Cancela por favor la tarea en curso y re-edita su configuración. Debería haber un pestaña «En: …» en la configuración de tu tarea de copia. ¿Has establecido correctamente un destino de la copia de seguridad?

Ha comenzado una tarea de copia de seguridad, pero parece que no está sucediendo nada, incluso cuando la reinicio manualmente.

Solución #1

  • Open BackWPup->Ajustes
  • Ir a la pestaña de informaciones.
  • Find Server self connect: in the left column.
  • Si dice algo similar a (401) Autorización requerida en la columna derecha, ve a la pestaña Red y establece el usuario y contraseña para la autentificación en la parte del servidor.
  • Prueba otra vez iniciando la tarea de copia de seguridad.

Solución #2

  • Open wp-config.php and find the line where it says if ( !defined('ABSPATH') ).
  • Somewhere before that line add this: define( 'ALTERNATE_WP_CRON', true );

Solución #3

No es una solución exactamente, pero una forma de identificar el problema real: mira las observaciones en la parte superior del WP Cron

Obtengo este mensaje de error: `El test de respuesta HTTP tiene el error «Tiempo de conexión terminado»`

BackWPup performs a simple HTTP request to the server itself every time you click run now or whenever a backup job starts automatically. The HTTP response test message could mean:
* Your host does not allow loop back connections. (If you know what WP_ALTERNATE_CRON is, try it.)
* Your WordPress root directory or backup directory requires authentication. Set username and password in Settings->Network.
* The Server can’t resolve its own hostname.
* A plugin or theme is blocking the request.
* Other issues related to your individual server and/or WordPress configuration.

Obtengo un error fatal: `No puede crear el directorio: […]/wp-content/backwpup-[…]-logs en […]/wp-content/plugins/backwpup/inc/class-job.php …`

Please set CHMOD 775 on the /wp-content/ directory and refresh the BackWPup dashboard. If that doesn’t help, try CHMOD 777. You can revert it to 755 once BackWPup has created its folder.

Cuando edito una tarea la pestaña Archivos se queda cargada siempre.

Ve a Ajustes->General y desactiva «Mostrar el tamaño de las carpetas en la pestaña de archivos si la tarea es editada». El cálculo del tamaño de las carpetas puede llevar tiempo en sitios con muchas carpetas.

Generé una lista de mis plugins instalados, pero es dificil su lectura.

Intenta abrir el archivo de texto en un editor como Notepad++ (Windows) o TextMate (Mac) para observar los saltos de línea.

!Mi proveedor de hosting me ha notificado que BackWPup está causando una carga inaceptable del servidor¡

Ve a Ajustes->Tareas y prueba alguna opción diferente para «reducir la carga del servidor».

¿Puedo cancelar via FTP una copia de seguridad en curso?

Si. Ve a tu directorio temporal de BackWPup y localiza un archivo llamado backwpup-xyz-working.json donde “xyz” es una cadena aleatoria de números y caracteres. Elimina ese archivo para cancelar la tarea de copia de seguridad que se está ejecutando en este momento.

¿Puedo mover el directorio temporal a una ubicación diferente?

Si. Necesitas tener permisos de escritura en el archivo wp-config.php (habitualmente ubicado en el directorio raíz de tu instalación de WordPress).

  • Open wp-config.php and find the line where it says if ( !defined('ABSPATH') ).
  • Somewhere before that line add this: define( 'WP_TEMP_DIR', '/absolute/path/to/wp/your/temp-dir' );
  • Sustituye /absolute/path/to/wp/ con la ruta absoluta de tu instalación de WordPress y your/temp-dir con la ruta absoluta a tu nuevo directorio temporal.
  • Guardar el archivo.

¿Qué significan esos marcadores en los nombres de archivo?

  • %d = dos dígitos para el día del mes, con ceros a la izquierda
  • %j = día del mes, sin ceros a la izquierda
  • %m = día del mes, con ceros a la izquierda
  • %n = representación del mes (sin ceros a la izquierda)
  • %Y = cuatro dígitos representando el año
  • %y = dos dígitos representando el año
  • %a = antes del meridiano (am) y después del meridiano (pm) en minúsculas
  • %A = antes del meridiano (AM) y después del meridiano (PM) en mayúsculas
  • %B = Swatch Internet Time
  • %g = hora en formato 12 horas, sin ceros a la izquierda
  • %G = hora en formato 24 horas, sin ceros a la izquierda
  • 5h = hora en formato 12 horas, con ceros a la izquierda
  • %H = hora en formato 24 horas, con ceros a la izquierda
  • %i = dos dígitos representando los minutos
  • %s = dos dígitos representando los segundos

Reseñas

12 de diciembre de 2023 1 respuesta
The free version doesn't have restore options, I could handle that, however the fact that they further cripple it to really only support DropBox & FTP is a step way too far. If you want to save your backups locally and perhaps manually move them to the cloud then this does look like a good plug to test for that. Back to the "UpdraftPlus - Backup/Restore" plugin for me. The only reason I'm looking elsewhere is that the free version this plugin doesn't let you schedule the backup times. I volunteer for a non-profit so I don't want to pay for every little thing.
27 de agosto de 2023 1 respuesta
It's a scam! Paying $70 for an extension, then $40 a day to keep it, is a big scam!!!I don't even believe in what this company does and how they treat customers.What a shame !!!
15 de agosto de 2023 1 respuesta
Dangerous at the highest level. We used BackWPup to create and download a backup file (I have the file to prove it). One week later, the Logs and Backups in the plugin show empty, and apparently, the only way to restore from the downloaded backup file is to buy a Pro subscription. We made this backup before making major changes to the website, believing that it will be restorable, and now it is lost. Who TF needs a backup plugin that only creates (and, apparently, loses without any trace) backup files but does not have a restore option?
5 de abril de 2023
Unfortunately, the plugin activating routine not checking the server possibilities before activating, and try to work on unsupported PHP version, kills the site. Should be correct this routine
28 de marzo de 2023
The fact, that there is no easy restore option should be clearly stated on the plugin's description page. The fact that it is only available only in the Pro version is, in my view, an ugly tactic to force non technical users to purchase it they need to restore something.
Leer todas las 1.006 reseñas

Colaboradores y desarrolladores

«BackWPup – WordPress Backup Plugin» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«BackWPup – WordPress Backup Plugin» está traducido en 18 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «BackWPup – WordPress Backup 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.0.4

Release date: March 12, 2024

  • Fixed: Changed directory structure of BackWPup temporary files to prevent unauthorized access of database backup.

4.0.3

Release date: February 22, 2024

  • Fixed: Security issue where FTP passwords were stored in the database in plaintext.

4.0.2

Release date: November 22, 2023

  • Fixed: Disallow backups or logs directories from being outside of wp-content directory for security purposes

4.0.1

Release date: October 18, 2023

  • Changed (pro): Clarified instructions in the «Path to mysqldump file» field
  • Changed: Upgraded minimum version to PHP 7.2.5
  • Fixed (pro): Restoring a compressed database backup resulted in a «Could not get size of SQL file» error
  • Fixed (pro): 500 error in Restore app, due to missing dependencies
  • Fixed (pro): Escaped previously unescaped SQL query
  • Fixed (pro): Security issue regarding location of restore files
  • Fixed (pro): PHP warning when configuring a wizard with the glacier destination
  • Fixed: Missing nonce validation on certain AJAX endpoints
  • Fixed: Escaping for values on log output
  • Fixed: Escaping of sendmail command
  • Fixed: Corrected an invalid URL in the documentation link found in the plugin overview
  • Fixed: Various deprecation notices on PHP 8.0+
  • Fixed: Issue where webp thumbnail images were not excluded despite enabling the «Don’t backup thumbnails from the site’s uploads folder» option
  • Fixed: Ensure validation of logfile parameter during job run

4.0.0

Release Date: November 16, 2022

  • Added: Support for additional S3 storage classes
  • Added: Support for Glacier Instant Retrieval
  • Added: Created backwpup_ftp_use_passive_address filter for when FTP is behind NAT
  • Added: Support for object lock in S3 by adding Content-MD5 header
  • Added (pro): Include unique IV when encrypting archives
  • Added (pro): Default character set fetched from alternative database credentials
  • Changed: Upgraded minimum version to PHP 7.2
  • Changed (pro): Upgraded Google Drive SDK to V3
  • Fixed: Better support for PHP 8
  • Fixed: PHP warning when backing up to S3 destination
  • Fixed: Unable to download from S3 when using predefined region
  • Fixed: Unable to download from SugarSync
  • Fixed: Backups downloaded twice from MS Azure
  • Fixed: wp-config.php backed up twice when parent folder is included in backup
  • Fixed: Text fields too long on SugarSync destination settings
  • Fixed: Dropbox runs out of memory when more than 50 files in folder
  • Fixed (pro): Authentication of OneDrive when HTTP_REFERER not set.
  • Fixed (pro): Displayed creation date of OneDrive backups was incorrect
  • Fixed (pro): Disabled mysqldump radio button when binary cannot be found
  • Fixed (pro): HiDrive does not detect when refresh token expires
  • Removed: Unnecessary AWS and Google library files to save on package size.

Version 3.10.0

Release Date: September 1, 2021

  • Added: Support for Dropbox short-lived access tokens
  • Fixed (pro): Prevent out of memory error on HiDrive backups
  • Fixed (pro): Small files uploaded twice to HiDrive
  • Fixed (pro): Fatal error on plugin update if $transient is null
  • Fixed (pro): Restore of stored functions, procedures, and triggers
  • Fixed: Export of stored functions, procedures, and triggers including delimiters
  • Fixed: Support emojis and other 4-byte characters in database dump
  • Fixed: PHP 8 deprecation notice in XML export

Version 3.9.0

Release Date: June 10, 2021

  • Added (pro): Migrate website to another URL
  • Added (pro): Validation for database credentials on restore
  • Added: PHP notice for outdated PHP versions less than 7.2
  • Fixed (pro): License deactivated on settings save
  • Fixed (pro): Corrupted path name in Google Drive destination
  • Fixed (pro): Unable to download backup from Google Drive
  • Fixed: Unable to connect to custom S3 endpoints
  • Fixed: Intermittent error selecting restore strategy
  • Fixed: Memory leaks when uploading to S3
  • Fixed: PHP 7.4 Deprecation notices
  • Fixed: PHP 8 compatibility issues
  • Fixed: Remove BackWPup user roles on uninstall in multisite
  • Fixed: Correctly handle relative upload paths
  • Fixed: Display welcome page even after consent dialog clicked
  • Fixed: Exclude non backup files from the backups page
  • Fixed: Format dates as ISO-formatted dates instead of binary hex in MySQL backup
  • Fixed: Don’t pre-fill database credentials when backing up non-WordPress database
  • Fixed: Description of replacement patterns for archive name
  • Fixed: Added missing destinations to destination list in about page
  • Fixed: Made BackWPup banner local
  • Removed: Phone home client
  • Removed: Remote admin notices

Version 3.8.0

Release Date: September 22, 2020

  • Added: OneDrive destination for Pro version
  • Added: HiDrive destination for Pro version
  • Added: WordPress 5.5 compatibility
  • Added: PHP 7.4 compatibility
  • Added: Option to keep BackWPUp data after plugin uninstall
  • Added: More default excluded folders and files for BackWPUp
  • Fixed: Custom S3 destination return error after Amazon library update
  • Fixed: PHP Notice: Undefined index: dbdumpdbcharset
  • Fixed: Cannot use variables for the xml file name
  • Fixed: Deprecated: Non-static method BackWPup_Admin::admin_css() should not be called statically
  • Fixed: Prevent click on overlay disable backup download process
  • Fixed: BackWPUp redirects even in the CLI environment

Version 3.7.1

Release Date: March 30, 2020

  • Fixed: Error Notices CSS is loaded on all pages and overwrite the color of other plugins notices
  • Updated: License system update for premium version (Pro version)

Version 3.7.0

Release Date: Nov 27, 2019

  • Updated: Raise the minimum PHP version required by BWU to 5.6
  • Updated: Microsoft Azure Storage Blob PHP Client Library
  • Fixed: S3 custom url not used for bucket selection
  • Fixed: S3 malformed error message when authentication credentials are wrong
  • Fixed: S3 selecting an invalid service raise no error
  • Fixed: Rackspace uses old cacert.pem file
  • Fixed: Log page not correcty sorted
  • Added: Option to enable or disable the phone home client

Version 3.6.10

Release Date: July 8, 2019

  • Fixed: Azure Supports https on uploading
  • Fixed: Auto remove old backup files not working when archive file name have prefix «backwpup»
  • Added: Filter to extend list of S3 destinations
  • Removed: S3 multipart upload checkbox, now in destination definition
  • Updated: Amazon AWS SDK for S3 services, now PHP 5.5+ is needed
  • Added: Filter to extend list of Glacier destinations (Pro version)
  • Updated: Amazon AWS SDK for Glacier, now PHP 5.5+ is needed (Pro version)

Version 3.6.9

Release Date: May 7, 2019

  • Fixed: Google Drive destination automatically remove old backup files
  • Fixed: Do not expose destination data within the manifest file
  • Fixed: Update Dropbox Tokens
  • Fixed: Restore error: MIME returns html instead of event stream
  • Fixed: Log files name are predictable because of weak hash
  • Fixed: ZipArchive doesn’t fallback to PclZip in Restore
  • Fixed: Session already started could cause issues during ajax calls
  • Fixed: Wrong vendor include path for PEAR using MS Azure
  • Fixed: Decryption Key prompt when any error occur during the first step of a Restore
  • Fixed: Phone home client notice and php 5 issue with php short echo tag
  • Fixed: mime_content_type function may not exists prevent backup decryption
  • Improve: Restore Log and produce report for user feedback
  • Changed: License changed to GPLv2+

Version 3.6.8

Release Date: Feb 25, 2019

  • Fixed: Typos in settings job page
  • Fixed: Rest API admin note language doesn’t change when changing user language

Version 3.6.7

Fecha de lanzamiento: 22 de enero de 2019

  • Fixed: More margin to dashboard footer to avoid save button unclickable
  • Fixed: On folder sync destination folder is not created
  • Fixed: Encryption option should not be displayed for syncing job
  • Fixed: Restore stuck on file restore step because of file permission issue
  • Fixed: «Do not delete files while syncing to destination!» not working
  • Tweak: Increase PHP Version from 5.3.2 to 5.3.3
  • Tweak: Encryption Settings description and ui improvements
  • Tweak: On restore error, include restore.dat file along with the log when user download the restore log file
  • Tweak: Lock server to execute same task multiple time when one is already in progress

Version 3.6.6

Release Date: Nov 28, 2018

  • Fixed: Files could be excluded from the backup because of incorrect string comparison

Version 3.6.5

Release Date: Nov 23, 2018

  • Fixed: Admin notice won’t update correctly

Version 3.6.4

Release Date: Nov 22, 2018

  • Fixed: Encrypted backup must force users to download the encryption keys
  • Fixed: Warning mime type when a backup is going to be downloaded
  • Fixed: Admin Notice in free version is sometimes empty
  • Fixed: Random restore error about SQL syntax when restoring a database
  • Fixed: Exclude restore directories to be copied during a restore phase
  • Fixed: Standalone App has no encryption support
  • Fixed: Open basedir, backup dir is not within the allowed path
  • Fixed: Unable to download backup file because of mime_content_type function missing in some environment
  • Tweak: Encryption Settings UI
  • Tweak: Minor translations issues
  • Tweak: Remove languages files from the free version, the plugin will use translation.wordpress.org

Version 3.6.3

Release Date: Nov 5, 2018

  • Fixed: «Failed to restore file»: file restore progress stop working and jump directly to database restore step
  • Fixed: Restore progress stuck on «restoring database» with archive backup contains files only
  • Fixed: All config.php files are not in backup archive

Version 3.6.2

Release Date: Oct 17, 2018

  • Fixed: Not recognized file extensions get an additional underscore in the file name in zip file
  • Fixed: Backup archive file have dot folder contains all web root files
  • Fixed: Ftp destination downloader repetitively open a new handler for the source file causing corrupted backup

Version 3.6.1

Release Date: Sep 25, 2018

  • Fixed: Backup doesn’t handle special characters correctly
  • Fixed: Use of function that doesn’t exists prior to 4.9
  • Fixed: Class bryter/helpers/csrf/CSRF.php was not loaded
  • Fixed: Backup don’t override old database file in web root
  • Fixed: Restore Folder backup won’t download the backup file
  • Fixed: Function owns_backup_archive not exists, the one is is_backup_archive
  • Fixed: Some settings page and license api manager strings are missing translation
  • Fixed: Incompatibility with php 5.3 in destination folder downloader
  • Fixed: fatal error on Amazon Glacier because of an undefined function
  • Fixed: Ensure extra files are not overwritten
  • Fixed: Cannot delete woocommerce_downloadable_product_permissions table
  • Fixed: Incompatibility with php 5.3 in the restore process

Version 3.6.0

Release Date: June 14, 2018

  • Added: Pro Feature – Encrypt before sending backups to the cloud
  • Fixed: Handling of special Amazon S3 regions such as Google Storage
  • Fixed: Downloading of large files encountered PHP memory error
  • Improved: Delete pro-only scss files in free version
  • Fixed: Version constraints of composer dependencies
  • Fixed: Localized strings from restore
  • Fixed: Deleting FTP backup resulted in error
  • Fixed: openssl_encrypt compatibility with PHP 5.3

Version 3.5.1

Release Date: May 23, 2018

  • Fixed: call to a member function close() on null
  • Fixed: Cannot use object of type WP_Error as array
  • Fixed: Can’t use function return value in write context
  • Fixed: Compatibility with PHP 5.3
  • Fixed: Decreased size of plugin by purging unneeded files

Version 3.5.0

Release Date: May 16, 2018

  • Added: Restore for pro version
  • Fixed: stylesheet was being included on frontend

Version 3.4.5

  • Added: Support for PclZip.
  • Fixed: Disable use of mysqldump if it is not available.
  • Fixed: Invalid argument supplied for foreach() error.

Version 3.4.4

  • Fixed: Security issue that created too many sessions.
  • Fixed: Correct decryption of passwords when escaped.

Version 3.4.3

  • Fixed: No longer show hashes on job edit page.
  • Fixed: Compatibility with Sunrise.
  • Fixed: Delete old-style archive names.
  • Improved: Changed the way hashes are generated.
  • Added: Support for EU (London) S3 region.
  • Added: Support for Amazon S3 signature V4.

Version 3.4.2

  • Fixed: Security issue to prevent backups from being seen by others.
  • Fixed: Only one admin notice shown at a time.
  • Mejorado: soporta mejor los archivos XML grandes.
  • Solucionado: elmina los perfiles de usuario en la desinstalación.
  • Fixed: S3 parse URL issue
  • Fixed: open_basedir warning from looking for mysqldump
  • Fixed: Dropbox sync fails because of case sensitivity
  • Solucionado: algunas veces la sincronización con Dropbox elimina archivos sincronizados
  • Solucionado: Dropbox falla cuando el usuario utiliza un proxy
  • Mejorado: traducción de chino y alemán formal para versión PRO

Version 3.4.1

  • Check if file is dot to prevent open_basedir warning.
  • Sólo muestra el progreso de subida a Dropbox en modo depuración.
  • Soluciona las notificaciones de PHP cuando se ejecuta la tarea con WP CLI.
  • Soluciona la forma con la que maneja los errores el entorno API de Dropbox.
  • Only encode DB values to hex when binary flag is set.
  • Arreglado el manejo del almacenamiento de copias de seguridad en el directorio raíz de Dropbox.
  • Permite la exclusión de enlaces simbólicos.
  • Si el nombre del archivo no es un formato válido, seguirá reconociendo y eliminando los archivos antiguos.
  • Permitir al usuario copiar información de depuración para soporte.
  • No muestra avisos para usuarios profesionales.
  • Agregar formulario de soporte para usuarios profesionales.
  • Add Rate Us admin notice.
  • Soporta nombre de carpeta vacía al sincronizar con Dropbox.
  • Permite que se excluyan las carpetas del directorio wp-content.

Version 3.4.0

  • Modificado: soporte para PHP 5.2 abandonado.
  • Mejorado: migrado a Dropbox API V2.
  • Changed: Removed Adminer link from backend.
  • Añadido: el seguimiento de archivos de copia de seguridad de otras tareas no son eliminados de forma accidental.
  • Solucionado: la petición get_users era incorrecta antes.
  • Añadido: posibilidad de envío del archivo de la copia de seguridad a varias direcciones de correo electrónico.
  • Añadido: Web.config está incluido ahora en la lista de archivos especiales para la copia de seguridad.
  • Solucionado: error para algunos usuarios cuando generan la exportación XML.
  • Fixed: opendir permission denied warning on some versions of IIS.
  • Improved: accuracy of binary column export.

Version 3.3.7

  • Fixed: Services credentials lost after 3.3.6 update
  • Fixed: Removed all instances of PHP short echo tags and other minor PHP 5.2 compatibility issues
  • Mejorado: el widget de escritorio sólo se muestra al usuario con capacidad ‘backwpup’ y puede ocultarse definiendo la constante INPSYDE_DASHBOARD_WIDGET
  • Changed: German translation of job announcement in dashboard widget is now gender neutral
  • Añadido: traducción italiana para el plugin
  • Añadido: mensaje en el escritorio de BackWPup para preguntar al usuario si quiere unirse como beta tester de BackWPup
  • PRO: Fixed: Removed duplicate file in Google vendor folder

Version 3.3.6

  • Mejorado: compatibilidad con PHP 7 y PHP 7.1
  • Mejorado: encriptación (utiliza Open SSL cuando está disponible, mcrypt como retroceso para usuario con PHP 5.2)
  • Mejorado: comprobación del módulo mod_authz_core.c en el archivo .htaccess
  • Añadido: advertencia de abandono para usuarios de PHP 5.2
  • Añadido: traducción al alemán formal
  • Added: Ask for consent on phone home anonymously PHP & WP Version
  • Añadido: widget en el escritorio para reclutar nuevos Inpsyders
  • Actualizado: traducción al alemán
  • PRO: Fixed issue with wrong redirect during Google Drive authorization

Version 3.3.5

  • PRO: fixed gdrive Could not create resumable file transfer

Version 3.3.4

  • Solucionado: ausencia de mensajes de la base de datos
  • Fixed: restarts in cli mode
  • Añadido: región Asia Pacific (Mumbai) en AWS S3
  • PRO: soluciona la falsa dirección de correo electrónico del remitente en el asistente de creación de tarea
  • PRO: soluciona problema de ssl en la subida de archivos a gdrive

Version 3.3.3

  • Removed admin notices

Version 3.3.2

  • Aviso: en la próxima versión de BackWPup requiere PHP 5.5 para MSAzure
  • Modificado: colores de advertencia y mensajes de error
  • Changed: Display Blog url in log again
  • Changed: Dreamhost url in S3 destination
  • Modificado: menú en la barra de administración desactivado por defecto
  • Eliminado: nombre del plugin en la barra de administración para tamaños más pequeños
  • Improved: Signal handling more again
  • Solucionado: registro de eventos en inglés con WP 4.6

Version 3.3.1

  • Fixed: Security exploit in getting working data
  • Fixed: Bug in log mail sending
  • Improved: Signal handling again
  • Improved: Restarts on getting folder list
  • Mejorado: color del texto en los archivos de registro de eventos
  • Modificado: URLs para MarketPress y documentación
  • Changed: Save file list cache for one year
  • Changed: Use WordPress ca-bundle.crt
  • Removed: Server callback check on job start now it is only in Settings > Tab: Information

Version 3.3

  • Mejorado: textos eliminados o reescritos
  • Mejorado: seguridad
  • Mejorado: test de respuesta
  • Changed: Response test to work more as before
  • Modificado: elemina los roles de usuario en la desactivación no en la desinstalación
  • Removed: PCLZip selection setting
  • Removed: Help tooltips now uses the WordPress way
  • Eliminado: antiguo SDK de AWS para las copias de seguridad a S3 con versiones PHP inferiores a la 5.3
  • Actualizado: AWS SDK a versión 2.8.28
  • Actualizado: MSAZURE SDK a versión 0.4.1
  • Actualizado: RSC SDK a versión 1.12.2
  • Actualizado: SwiftMailer a versión 5.2.2
  • Pro actualizado: Google SDK a versión 1.1.7
  • Pro Fixed: Glacier will be only display 10 Vaults

Version 3.2.5

  • Solucionado: dos problemas XSS almacenados

Version 3.2.4

  • Added: Backup database triggers
  • Fixed: Charset issues on file names in archives
  • Mejorado: comprobación en el test de respuesta
  • Modificado: URLs de la API de Dropbox

Version 3.2.3

  • Añadido: región Asien-Pazifik (Seoul) de AWS
  • Improved: open basedir checking
  • Modificado: ahora la versión mínima de WordPress es la 3.8
  • Solucionato: parámetro de cache get_site_option() abandonado en WordPress 4.4
  • Fixed: displaying of inactive on scheduled jobs
  • Fixed: saving of adding extra user role
  • Removed: Handling of signal SIGPROF
  • Eliminado: columna de rol extra en la lista de usuario

Version 3.2.2

  • Fixed: Setting of S3 storage class STANDARD | STANDARD_IA | REDUCED_REDUNDANCY
  • Solucionado: problemas de seguridad potenciales en la vista de registro de eventos y en la descarga de archivos

Version 3.2.1

  • Fixed: open basedir check
  • Fixed: Change Zip creation back to use lower resources
  • Fixed: Deletion of backup files on Dropbrox not refreshes
  • Fixed: Delete ‘doing_cron’ transient before job starts
  • Added: Support for new Amazon S3 storage type ‘Standard-Infrequent Access’
  • Added: Support for MYSQL_CLIENT_FLAGS
  • Updated: AWS SDK to Version 2.8.21 (PHP 5.3.3+)
  • Removed: SIGCONT,SIGCHLD,SIGALRM form signal handler
  • Free Removed: Bundled translations. Will be now come from https://translate.wordpress.org/projects/wp-plugins/backwpup
  • Pro actualizado: Google SDK a versión 1.1.4

Version 3.2.0

  • Fixed: Sugarsync SSL message
  • Fixed: Job hang in some configurations
  • Fixed: RSS Feed in Dashboard
  • Added: EasyCron API to schedule job starts
  • Added: Message if job has not configured destinations
  • Added: Setting for log level and minimize log for normal output
  • Added: Email logfile to more than one receiver
  • Added: Creation of web.config for IIS Webserver
  • Added: Allow relative path to WP_CONTENT_DIR for logs and backups
  • Added: Prefer plugin translation loading from WP_LANG_DIR
  • Added: Option to move WordPress installation folder one folder up
  • Added: Ordering options for jobs page
  • Added: Added Google storage Bucket regions
  • Improved: Archive size check depends on PHP_INT_MAX
  • Improved: Excessive transient writes with job start urls
  • Improved: Authorisation settings for wp-cron.php
  • Improved: Folder checking with open basedir check
  • Improved: WP-CLI outputs
  • Improved: Role management. Administrators always have BackWPup capabilities
  • Improved: Unix Signals handling to caching more
  • Improved: fcgi handling to prevent signal 15 errors (thanks to siteground.com)
  • Updated: AWS SDK to Version 2.7.7 (PHP 5.3.3+)
  • Updated: MSAZURE SDK to Version 0.4.0-dev
  • Updated: Translations from http://translate.marketpress.com/
  • Removed: Server script file generation, please use WP-CLI
  • Fixed: Notice if BuddyPress is active
  • Fixed: VIEW generation on Database backups
  • PRO Fixed: Authentication for GDrive
  • PRO Fixed: Synchronisation with GDrive

Version 3.1.4

  • Corregido: eliminación de % del nombre de archivo
  • Fixed: Notice in combination with bbPress
  • Fixed: Zip Archive «Entry has been deleted» messages
  • Improved: WP-CLI output a bit

Version 3.1.3

  • Fixed: var_export not working if output buffering active
  • Fixed: bug in sending test emails on Backup with email
  • Fixed: backup archives not deleted if archive name has spaces
  • Fixed: bug in tar file name length detecting
  • Fixed: bug in not displaying abort message
  • Fixed: abort of S3 uploads from other running backups
  • Changed: Maximum backup archive size is now 2GB (some filesystems do not support larger files, split the job if you need more)
  • Changed: WordPress Export will now done by a own class
  • Changed: Dropbox now uses oAuth 2 Protocol
  • Changed: Dropbox change to TLS Protocol
  • Changed: Logs have now a br tag on line end for better reading in emails
  • Improved: Dropbox chipper list not on NSS cUrl backend
  • Improved: Increased performance on Zip File generation massively
  • Improved: Backup archives now deleted to if the archive format changed
  • Improved: Archive tarring and its compression
  • Improved: Loading of Swift Mailer
  • Added: GreenQloud to S3 services
  • Added: Amazon Germany region to S3 and Glacier services
  • Removed: Hosteurope from S3 services (terminated to end of 2014)
  • Updated: SwiftMailer to Version 5.2.0
  • Updated: AWS SDK to Version 2.7.3 (PHP 5.3.3+)
  • Updated: RSC SDK to Version 1.9.2
  • Updated: MSAZURE SDK to Version 0.4.0
  • Updated: PEAR packeges for MSAZURE
  • PRO: Added: Option to use database backup with mysqli/mysqldump (not longer automatic)
  • PRO: Added: Option in GDrive destination to delete files permanently
  • PRO: Updated: Google SDK to 1.1.1

Version 3.1.2

  • Added: .donotbackup file. Folders and sub folders containing this file in will not be included in backups.
  • Fixed: New multisite installs did not save jobs.
  • Fixed: New multisite installs did not save installed version.
  • Fixed: Fatal error when attempting to clean up inactive jobs from cron
  • Fixed: Exclude uploads not working
  • Fixed: Message «file not readable» of an excluded folder
  • Fixed: WP-CLI deprecated and unknown parameter message
  • Fixed: Bugs in pagination on logs and backups page
  • Removed: Banner from plugins page
  • Improved: Memory usage during XML export
  • Improved: Mime type detection
  • Improved: Dropbox SSL handling
  • Improved: Certificate bundle file can now be filtered
  • Improved: Auto-loading vendor classes
  • Improved: Performance when saving other database tables than MyISAM
  • Updated: AWS SDK to Version 2.5.2 (PHP 5.3.3+)
  • Updated: RSC SDK to Version 1.9.1
  • Updated: Guzzle SDK to Version 3.8.1
  • Added: S3 Service: Amazon China (Beijing) region
  • Added: Rackspace: Hong Kong (HKG) region
  • PRO: Fixed: Duplicating synced files on S3
  • PRO: Update: Google SDK to 0.6.7
  • PRO: Added: Amazon Glacier China (Beijing) region

Version 3.1.1

  • Fixed: Plugins will not backup
  • Improved: Dropped quota check for Dropbox. Will cancel upload only when Dropbox API sends error 507.
  • Improved: Remove special chars from file names in archives
  • Improved: Handling off restarts on archive creation

Version 3.1

  • Fixed: Message about aborted step did not display correctly
  • Fixed: Incorrect rescheduling of jobs
  • Improved: Overall performance while generating backup archives
  • Improved: Uploads of backup archives to FTP/S3/Dropbox/Azure/GDrive can be continued
  • Improved: Script re-starts based upon time while generating archives and uploading
  • Improved: Reduced risk of running scripts being stopped via external processes in fcgi mode
  • Improved: Backup destinations and their dependencies only being loaded when needed
  • Improved: Required dependencies for destinations being displayed now
  • Improved: Displaying of error messages as error messages (red, not yellow)
  • Improved: Reduced size of vendor/SDK directory by 50%
  • Improved: Regex for BackWPup archive file detection
  • Improved: Symlink handling for file backup on WordPress folders
  • Improved: Use icon font for menu, adminbar and on other places
  • Improved: Responsive for WordPress 3.8
  • Updated: AWS SDK to Version 2.4.11 (PHP 5.3.3+)
  • Updated: RSC SDK to Version 1.7.3
  • Updated: SwiftMailer to Version 5.0.1
  • Removed: DB Optimization, because locking of tables that can make the site not accessible
  • PRO: Wizards using a separate session handling now
  • PRO: Hash that BackWPup uses is changeable
  • PRO: Added Google Drive Support
  • PRO: Added Amazon Glacier Support

Version 3.0.13

  • Improved: Redirect when accessing the WordPress backend
  • Added: Debug Informations to Logfile
  • Added Sydney region for rackspace cloud
  • Added London region for rackspace cloud
  • Fixed: Cross-site scripting issue. Thanks to High-Tech Bridge for helping us: https://www.htbridge.com/advisory/HTB23161
  • Fixed: Fatal error when uninstalling on WordPress 3.4.2 and older

Version 3.0.12

  • Fixed: Redirect when accessing the WordPress backend
  • Added: Russian translation
  • Added: Simplified chinese translation
  • Fixed: German log string typo

Version 3.0.11

  • Improved: About page will only be shown after install
  • Updated: AWS SDK to Version 2.3.1 (PHP 5.3.3+)
  • Fixed: some notices and warnings
  • Fixed: Change of BackWPup role for other users
  • Added: Message for Pro version to support plugin

Version 3.0.10

  • Fixed only Version on WordPress.org because of SVN upload problems with Symfony folder from AWS

Version 3.0.9

  • Fixed: Fixed bug in Dropbox temp file fallback
  • Fixed: Not working if WP-Cron Control active
  • PRO Fixed: Synchronisation of files to Dropbox
  • PRO Changed: About page only displays on new installation not on updates
  • Added: Sending auth cookie for self requests
  • Added: Displaying off last error or waring in execution screen
  • Added: Job end message depending on error’s or waring’s
  • Added: Setting of BackWPup role in the user settings
  • Improved: Wait time after job start
  • Improved: Rights management to work better with Role management Plugins
  • Changed: Sessions now only used for wizards in pro version
  • Removed: Maintenance Mode support, because to many problems and not really needed
  • Updated: RSC SDK to Version 1.5.4
  • Updated: AWS SDK to Version 1.6.2
  • Updated: AWS SDK to Version 2.3.0 (PHP 5.3.3+)

Version 3.0.8

  • Fixed: Selected database tables not save on tab change
  • Fixed: Database tables selection on new job
  • Fixed: adding empty folder names tow archive
  • Improved/Fixed: Dropbox Authentication

Version 3.0.7

  • Improved: All job requests will done over wp-cron.php now
  • Improved: Ajax calls if blog in maintenance mode
  • Improved: Getting of DB_CHARSET
  • Improved: FTP file deletion
  • Improved: Dropbox authentication (If restrict to job settings page not work you can open the settings page manually again to authenticate)
  • Fixed: No maintenance mode, if a maintenance mode already active
  • Fixed: Archive file deletion
  • Updated: AWS SDK to Version 2.2.1 (PHP 5.3.3+)

Version 3.0.6

  • Fixed: Massages on empty DB prefix
  • Fixed: Bug in cron calculation
  • Improved: Dropbox upload so that it can continuing on next try

Version 3.0.5

  • Changed: Display only normal messages on progress bars
  • Changed: Detection of multisite blog upload folder
  • Changed: Backups list for destination file will not cached.
  • Changed: Reduced files of AWS SDK to the only needed.
  • Fixed: Side load braking if no folder permissions
  • Fixed: Multiple backups deletion on backups page not working
  • Fixed: DB optimize and check not only use WP tables if selected
  • Fixed: File deletion on Dropbox if folder name has a space
  • Fixed: False scheduling time in some timezones
  • Removed: Option for excluding file, cache, temp folders. Can done with file/folder exclusion too.
  • Added: Option to restart the job on archive creation if a size of files reached
  • Added: Option to set Zip method (PclZip or ZipArchive)
  • Improved: Performance if PclZip used.
  • Updated: AWS SDK to Version 1.6.1
  • Updated: AWS SDK to Version 2.2.0 (PHP 5.3.3+)

Version 3.0.4

  • Changed: default settings for ‘Restart on every main step’ and ‘Reduce server load’ to disabled
  • Fixed: Settings not correctly set to default
  • Fixed: mysqli::get_charset() undefined method
  • Fixed: Settings not saved correctly
  • Fixed: Abort on MySQL Functions Backup
  • Improved: MySQLi connection
  • Added: Server connection test on run now.
  • Added: S3 AWS SDK 1.6.0 for PHP lower than 5.3.3

Version 3.0.3

  • Improved: Archive creation performance
  • Fixed: Problem with S3 Prefix
  • Fixed: warnings on excluded folders
  • Fixed: message from putenv
  • Fixed: not working downloads
  • Changed: removed fancybox and uses thickbox because plugin compatibility
  • Added: folder checking on run now

Version 3.0.2

  • Fixed: Warnings on job edit tab files
  • Fixed: folder name on temp cleanup in cron
  • Fixed: Setting charset on sql backup
  • Fixed: DB Connection on database backup if hostname has a port
  • Fixed: Call undefined function apc_clear_cache()
  • Fixed: wp-content selected folders not excluded
  • Added: Deactivation off multi part upload for S3 Services
  • Added: fallback for mysql_ping()
  • Added: Options for email senders name
  • Changed: 5 minutes cron steps back
  • Removed: Flashing admin bar icon
  • Updated: OpenCloud API to Version 1.4.1

Version 3.0

  • Added: Jobs can now be started with an external link or per command line
  • Added: Backups can now be compressed with gz or bzip2
  • Added: All file names can now be adjusted
  • Added: MySQL dump supports now views
  • Added: Settings for access control per capability and role
  • Added: Save a list of installed Plugins
  • Added: Support for WP-CLI
  • Improved: Job edit page with tabs
  • Improved: Settings page with tabs
  • Improved: Database dump now uses mysqli PHP extension for better performance
  • Improved: ZIP archives are now created with PHP Zip if available
  • Improved: All passwords are now stored encrypted in database
  • Improved: wp-cron job start mechanism
  • Improved: Job start mechanism not longer uses URL in plugin directory
  • Improved: Use temp directory in uploads or set it with WP_TEMP_DIR
  • Changed: Mailing backup archives now with SwiftMailer
  • Changed: Job process …