Title: BackUpWordPress
Author: Tom Willmot
Published: <strong>2 setembro, 2007</strong>
Last modified: 24 abril, 2024

---

Pesquisar plugins

![](https://ps.w.org/backupwordpress/assets/banner-772x250.jpg?rev=904756)

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

![](https://ps.w.org/backupwordpress/assets/icon-256x256.jpg?rev=1105225)

# BackUpWordPress

 Por [Tom Willmot](https://profiles.wordpress.org/willmot/)

[Baixar](https://downloads.wordpress.org/plugin/backupwordpress.3.14.zip)

 * [Detalhes](https://br.wordpress.org/plugins/backupwordpress/#description)
 * [Avaliações](https://br.wordpress.org/plugins/backupwordpress/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/backupwordpress/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/backupwordpress/#developers)

 [Suporte](https://wordpress.org/support/plugin/backupwordpress/)

## Descrição

BackupWordPress was created by our friends at Human Made but is now under new ownership.
We’re committed to opensource and WordPress and will provide free support for the
many BackupWordPress fans.
 We’ll make occasional updates to the free software –
please send us any patches you’d like to see released here: [https://github.com/orgs/xibodevelopment/](https://github.com/orgs/xibodevelopment/)

However, we’ll no longer be selling or supporting the paid add-ons (e.g. for backups
to Dropbox and Google Drive). It’s certainly a good idea to backup to cloud storage
to protect against server-wide risks.
 For this we recommend [UpdraftPlus WordPress Backups](https://updraftplus.com/?afref=744)
which can do things for free BackupWordPress Premium could do on a paid basis. Click
here for [full comparison](https://updraftplus.com/backupwordpress/?afref=744).

BackUpWordPress will back up your entire site including your database and all your
files on a schedule that suits you. Try it now to see how easy it is!

This plugin requires PHP version 5.3.2 or later

#### Características

 * Super simple to use, no setup required.
 * Works in low memory, “shared host” environments.
 * Manage multiple schedules.
 * Option to have each backup file emailed to you.
 * Uses `zip` and `mysqldump` for faster backups if they are available.
 * Works on Linux & Windows Server.
 * Exclude files and folders from your backups.
 * Good support should you need help.
 * Traduções para o espanhol, alemão, chinês, romeno, russo, sérvio, lituano, italiano,
   checo, holandês, francês e basco.

#### Traduções

We’d also love help translating the plugin into more languages, if you can help 
then please visit [https://translate.wordpress.org/projects/wp-plugins/backupwordpress/dev/](https://translate.wordpress.org/projects/wp-plugins/backupwordpress/dev/)
to start translating.

## Capturas de tela

 * [[
 * Manage multiple schedules.
 * [[
 * Choose your schedule, backup type, number of backups to keep and whether to receive
   a notification email.
 * [[
 * Easily manage exclude rules and see exactly which files are included and excluded
   from your backup.

## Instalação

 1. Install BackUpWordPress either via the WordPress.org plugin directory, or by uploading
    the files to your server.
 2. Ative o plugin.
 3. Sit back and relax safe in the knowledge that your whole site will be backed up
    every day.

The plugin will try to use the `mysqldump` and `zip` commands via shell if they 
are available, using these will greatly improve the time it takes to back up your
site.

## Perguntas frequentes

### Onde o BackUpWordPress armazena os arquivos de backup?

Os backups são armazenados no seu servidor em `/wp-content/backups`, você pode alterar
a pasta.

Importante: Por padrão o BackUpWordPress faz backup de tudo na raiz do seu site,
bem como seu banco de dados, isso inclui quaisquer pastas não-WordPress que estejam
na raiz do seu site. Isso significa que seu diretório de backup pode ficar bastante
grande.

### E se eu quiser fazer o backup do meu site para outro lugar?

We no longer be sell or support the paid add-ons (e.g. for backups to Dropbox and
Google Drive). It’s certainly a good idea to backup to cloud storage to protect 
against server-wide risks. For this we recommend [UpdraftPlus WordPress Backups](https://updraftplus.com/?afref=744)
which can do things for free BackupWordPress Premium could do on a paid basis. Click
here for [full comparison](https://updraftplus.com/backupwordpress/?afref=744).

### Como eu recupero meu site a partir de um backup?

Você precisa baixar o último arquivo de backup, seja clicando em Download na página
os backups ou via `FTP`. `Descompacte` os arquivos e faça upload de todos os arquivos
para seu servidor, substituindo o seu site. Você pode então importar o banco de 
dados usando sua ferramenta de gerenciamento de banco de dados no servidor (provavelmente
o `phpMyAdmin` ).

### O BackUpWordPress faz uma cópia do diretório de backups?

Não.

### Não estou recebendo meus backups por e-mail

A maioria dos servidores tem um limite de tamanho para anexos de e-mail, isso geralmente
é cerca de 10Mb. Se o seu backup está acima desse limite, então ele não poderá ser
anexado ao e-mail. No entanto, você deverá receber em seu e-mail um link para baixar
o backup. Se isso não está acontecendo, então você deve estar com algum problema
no servidor de e-mail e precisa contatar o suporte do seu provedor de hospedagem
para resolver isso.

### Quantos backups são armazenados por padrão?

O BackUpWordPress mantém os últimos 10 backups por padrão.

### Quanto tempo deve demorar um backup?

A menos que seu site seja muito grande (muitos gigabytes) deve levar apenas alguns
minutos para realizar um backup, se o seu backup está em execução há mais de uma
hora, é seguro assumir que algo deu errado. Tente desativar e reativar o plugin.
Se isso continuar acontecendo, contate o suporte.

### O que eu faço se eu receber a mensagem de erro do wp-cron?

O problema é que seu `wp-cron.php` não está retornando uma resposta `200` quando
recebe uma solicitação HTTP proveniente do seu próprio servidor. Isso pode significar
várias coisas e, na maioria dos casos, é um problema com o servidor / site.

Há algumas coisas que você pode testar para confirmar se este é o seu problema.

    ```
     * Are scheduled posts working? (They use wp-cron as well.)

     * Are you hosted on Heart Internet? (wp-cron may not be supported by Heart Internet, see below for work-around.)

     * If you click manual backup, does it work?

     * Try adding `define( 'ALTERNATE_WP_CRON', true );` to your `wp-config.php`. Do automatic backups work?

     * Is your site private (i.e. is it behind some kind of authentication, maintenance plugin, .htaccess)? If so, wp-cron won't work until you remove it. If you are and you temporarily remove the authentication, do backups start working?
    ```

### Como fazer o BackUpWordPress funcionar em Heart Internet

O script a ser inserido no Heart Internet cPanel é: `/usr/bin/php5 /home/sites/yourdomain.
com/public_html/wp-cron.php` (note o espaço entre php5 e o local do arquivo). O `
chmod` do arquivo `wp-cron.php` deve ser definido como `711`.

### Meus backups parecem estar falhando?

If your backups are failing, it’s commonly caused by a lack of available resources
on your server. To establish this is the case, exclude the complete (or parts of
the) uploads folder and run a backup. If that succeeds, you know it’s probably a
server issue. If it does not succeed, you can find further assistance on our [support forums](https://wordpress.org/support/plugin/backupwordpress).

### Further Support & Feedback

General support questions should be posted in the [WordPress support forums, tagged with backupwordpress.](https://wordpress.org/tags/backupwordpress?forum_id=10)

## Avaliações

![](https://secure.gravatar.com/avatar/b861d7b68ebce9b931e67bb4fe81289f6709b8e129311f803b23a9628c140854?
s=60&d=retro&r=g)

### 󠀁[zuverlässig und einfach](https://wordpress.org/support/topic/zuverlassig-und-einfach/)󠁿

 [Kollmannsberger](https://profiles.wordpress.org/kollmannsberger/) 21 janeiro, 
2026

Verwende das kostenfreie Plugin seit vielen Jahren und bin sehr zufrieden Einfach
zu bedienen und praktisch in der Anwendung – für viele kleine und einfache Websites
sehr gut geeignet

![](https://secure.gravatar.com/avatar/1ffbd597f901ceffbe56476fb33d56aa904e9d5364f599fb10942c9832c48c47?
s=60&d=retro&r=g)

### 󠀁[Let Me Down When I Needed It Most](https://wordpress.org/support/topic/let-me-down-when-i-needed-it-most/)󠁿

 [](https://profiles.wordpress.org/gegan249/) 8 agosto, 2025

Well, on July 15th, the day came for me after 18 years of SysAdmin. I went to delete
a subdirectory off of a website called “home” and added a preceding slash to make
it “/home” and POOF, just like that, there went the entire home directory including
all the local backups. NO FEAR! I thought. Those get emailed offsite once a week.
NOPE. Wordpress had errors running the Backup due to THE PLUGIN NOT BEING MAINTAINED
OR CURRENT and I lost it all. All the way back to last November. I am now on Hour
50 of this fiasco and this PLUGIN is no longer viable. Only now, JUST now, since
July 15th, did I finallly get this client’s site back and this was my first action.
Left 2 stars because of years of faithful use and did not want to dilute from this
important message.

![](https://secure.gravatar.com/avatar/fe2caaef9dcc938001322221a2b5732e51f38a71ec51a3a70ea50b01fc435194?
s=60&d=retro&r=g)

### 󠀁[stopped working](https://wordpress.org/support/topic/stopped-working-519/)󠁿

 [Elizabeth](https://profiles.wordpress.org/webedit/) 17 junho, 2025

For a while worked well, as in scheduled back up took place regularly, but now that
hasn’t happened in more than a month. I’ve (knock on wood) never had to restore 
a backed-up copy, so haven’t tested any back-up produced. Now it won’t even produce
a manual back up. There is a lot of ‘secret’ knowledge to using WordPress, I find.

![](https://secure.gravatar.com/avatar/7eb40a64a17ff9e8b0eab07beb672f95acacd430280828d5b27b88644212ff08?
s=60&d=retro&r=g)

### 󠀁[Urgent: PHP 8.4 Failures + 1+ Year Without Updates (Fixable!)](https://wordpress.org/support/topic/perfect-backup-solution-for-low-resource-hosting-highly-recommended/)󠁿

 [MCD Diseño Web](https://profiles.wordpress.org/tmacarreras/) 19 julho, 2025

I gave this plugin 5 stars 4 months ago because it was perfect for low-resource 
hosting – simple and lightweight. Sadly, I must now report critical issues: [19-
Jul-2025 13:28:31 UTC] PHP Deprecated: Creation of dynamic property HM\BackUpWordPress\
Scheduled_Backup::$status is deprecated in /wp-content/plugins/backupwordpress/classes/
class-scheduled-backup.php on line 92 This error explains why backups only work 
randomly (~1 in 5 attempts): On PHP 7.4: Flawless On PHP 8.4: Silent failures (no
dashboard errors – only visible in DEBUG mode) Critical Concerns: 1+ year without
updates (last version: July 2023) Obsolete code: Uses dynamic properties deprecated
since PHP 8.2 Zero feedback: Fails silently without admin notifications Proven Fix
Suggestion:Developers could resolve this quickly by:php// In class-scheduled-backup.
php ~line 92:private $status; // Declare property BEFORE assignment Final Verdict:
PHP ≤7.4 users: Still works great!PHP 8.2+ users: Seek alternatives until fixed 
Hope these technical details help revive this gem! I’ll happily return to 5★ after
compatibility updates. <p>Spanish:</p> Urgente: Fallos con PHP 8.4 + 1+ año sin 
actualizar (¡Tiene solución!) Hace 4 meses di 5 estrellas porque era *perfecto para
hosting de bajos recursos*: simple y liviano. Lamentablemente, debo reportar problemas
críticos: **Fallo técnico confirmado (debug.log):** [19-Jul-2025 13:28:31 UTC] PHP
Deprecated: Creation of dynamic property HM\BackUpWordPress\Scheduled_Backup::$status
is deprecated in /wp-content/plugins/backupwordpress/classes/class-scheduled-backup.
php on line 92 Este error explica por qué los backups funcionan aleatoriamente (
~1 de cada 5 intentos):- En PHP 7.4: Funciona perfecto- En PHP 8.4: Fallos silenciosos(
sin errores visibles ¡salvo en modo DEBUG!) **Preocupaciones graves:**1. **1+ año
sin actualizar** (última versión: julio 2023)2. **Código obsoleto**: Usa propiedades
dinámicas obsoletas desde PHP 8.23. **Cero retroalimentación**: Falla sin notificar
en el panel **Solución técnica propuesta:**Los desarrolladores podrían solucionarlo
fácilmente con: php// En class-scheduled-backup.php ~línea 92:private $status; //
Declarar la propiedad ANTES de asignarla Conclusión: Usuarios con PHP ≤7.4: ¡Sigue
siendo excelente!Usuarios con PHP 8.2+: Busquen alternativas hasta que lo corrijan¡
Ojalá estos detalles técnicos ayuden a reactivar este gran plugin! Volveré a dar
5★ cuando actualicen la compatibilidad.

![](https://secure.gravatar.com/avatar/0e26240dba52935fa0db6bf2fd5a03ad7442a5271ac59b59ecd7bdd27369104c?
s=60&d=retro&r=g)

### 󠀁[Einfach und schnell](https://wordpress.org/support/topic/einfach-und-schnell-6/)󠁿

 [reneewelz](https://profiles.wordpress.org/reneewelz/) 24 fevereiro, 2025

also genau so wie es sein muss. top

![](https://secure.gravatar.com/avatar/82737565be6fa26e08b113309447e1c62d81d7e3383934d7c10855c2a02b8b9b?
s=60&d=retro&r=g)

### 󠀁[O Melhor Plugin de Backups que Já Usei!](https://wordpress.org/support/topic/o-melhor-plugin-de-backups-que-ja-usei/)󠁿

 [LawrenceR2](https://profiles.wordpress.org/lawrencer2/) 12 dezembro, 2024

Este plugin é simplesmente perfeito: Faz backups completos de 100% do site. Restaura
tudo de forma rápida e fácil. Ideal para mover o site para outro host sem dor de
cabeça. 💾 Simples e confiável: Em poucos cliques, tudo está salvo. É como ter um
guarda-costas digital para o seu site! 🤣 Humor bônus: Se esse plugin fosse uma 
pessoa, seria aquele amigo que sempre carrega um guarda-chuva — e salva você na 
hora da tempestade! 💡 Conclusão: Ele é meu herói. Backup seguro, restauração fácil,
e eu posso dormir tranquilo. Obrigado, plugin!

 [ Leia todas as 1.375 avaliações ](https://wordpress.org/support/plugin/backupwordpress/reviews/)

## Colaboradores e desenvolvedores

“BackUpWordPress” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

 *   [ Tom Willmot ](https://profiles.wordpress.org/willmot/)
 *   [ XIBO ](https://profiles.wordpress.org/xibodevelopment/)
 *   [ dashaluna ](https://profiles.wordpress.org/dashaluna/)
 *   [ Paul de Wouters ](https://profiles.wordpress.org/pauldewouters/)
 *   [ Joe Hoyle ](https://profiles.wordpress.org/joehoyle/)
 *   [ Matthew Haines-Young ](https://profiles.wordpress.org/mattheu/)
 *   [ tcrsavage ](https://profiles.wordpress.org/tcrsavage/)
 *   [ cuvelier ](https://profiles.wordpress.org/cuvelier/)
 *   [ Katrina “Kat” Moody ](https://profiles.wordpress.org/katmoody/)
 *   [ Samantha Miller ](https://profiles.wordpress.org/sambulance/)
 *   [ DNutbourne ](https://profiles.wordpress.org/dnutbourne/)
 *   [ snightingale ](https://profiles.wordpress.org/snightingale/)

BackUpWordPress” foi traduzido para 16 localidades. Agradecemos aos [tradutores](https://translate.wordpress.org/projects/wp-plugins/backupwordpress/contributors)
por suas contribuições.

[Traduzir o “BackUpWordPress” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/backupwordpress)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/backupwordpress/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/backupwordpress/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/backupwordpress/)
por [RSS](https://plugins.trac.wordpress.org/log/backupwordpress/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

### 3.14 / 2024-04-22

 * Fixed security vulnerability through directory traversal while authenticated 
   as admin

### 3.13 / 2022-02-23

 * Security fix for heartbeat
 * Correct spelling of Human Made
 * PHP 8.0 compatibility

### 3.12 / 2022-01-27

 * Updated to WP 5.9

### 3.11 / 2021-03-08

 * Updated to WP 5.7

### 3.10 / 2019-06-12

 * Fixed whitelist-html

### 3.9 / 2019-06-10

 * Readme update

### 3.8 / 2018-11-01

 * GNU Wording change

### 3.7.2 / 2018-10-29

 * Check remove intercomm links

### 3.7.1 / 2018-09-11

 * Fixed admin notices

### 3.7 / 2018-08-30

 * Updated readme to reflect ownership changes
 * Stripped out support and premium links

### 3.6.4 / 2016-06-02

 * Various improvements to exclusion handling.
 * Melhorias de i18n.
 * Diversas melhorias na interface.

### 3.6.3.1 / 2016-12-14

 * Fix issue where low disk space caused the admin interface to be unavailable
 * Fix issue where admin notices were causing databases and error logs to fill up
 * Improves file size calculations
 * Improves remaining disk space calculations
 * Improves file exclusion methods
 * Misc admin interface improvements
 * Misc code quality improvements and bug fixes

### 3.6.2 / 2016-08-02

 * Improves admin performance.
 * Improves security in internationalised strings.

### 3.6.1 / 2016-04-26

 * Bug fixes/improvements in disk space calculation
 * Misc bug fixes

### 3.6.0 / 2016-03-31

 * Fix a bug caused by using a function incompatible with min PHP version requirements
 * Misc code quality improvements and bug fixes
 * Fix bugs in the code responsible for admin notices
 * Display disk space info
 * Uninstall cleanup
 * Introduce a dedicated extensions page

### 3.5 / 2016-03-10

 * Reduce duplication and improve code readability when echoing filesizes
 * Improve how filesizes are handled in the Your Site list
 * Switch to storing site size data in a file, large sites could cause database 
   errors when saving the option
 * Re-remove the PHP User and Group Requirements
 * Check that the backup file exists before attempting to check it’s contents
 * Only call getPerms on readable files to ensure we avoid a fatal error
 * Ensure error are correctly check in verify_backup
 * Use Symfony Process instead of shell_exec for all our system calls
 * More unit tests
 * Update dependencies
 * Detect disabled functions defined in php.ini, now accounts for different separators.

### 3.4.5 / 2016-02-23

 * Fix fatal error on upgrade

### 3.4.4 / 2016-02-23

 * Ensure temporary files are correctly cleaned up before and after running a backup.
 * Avoid killing site if plugin is active on PHP 52
 * Allow custom secure key using filter
 * Fixes a bug which caused the root path to the WordPress install to be miscalulated
   in certain setups.

### 3.4.4-beta

 * Fixes a bug which caused the root path to the WordPress install to be miscalulated
   in certain setups.

### 3.4.3

 * Fix a bug where backups were not downloadable when WordPress installed in a subdirectory

### 3.4.2

 * Remove the usage of `shell_exec` in two of our warning messages, fixes a PHP 
   Warning on systems with it disabled.
 * Improve how we handle `open_basedir` restrictions, fixes a PHP Warning on some
   systems. Adds unit tests to cover `open_basedir` handling.
 * Show an error message if neither `mysqldump` nor `PDO:mysql` are available. Database
   backups won’t work without at least one of them.
 * Improve our upgrade code for users upgrading from pre version 2.0. Fixes a possible
   fatal error and ensures backups and backup settings are correctly brought forward.

### 3.4.1

 * Fix a possible `PHP Warning` in the Schedule Sentence.

### 3.4 / 2016/01/20

 * Introduces a major re-factor of the underlying backups engine, many bugs fixed
   and much improved unit test coverage.
 * Vastly improved Windows Server support.
 * We no longer write errors and warnings to files on disk.
 * Update to the latest version of `symfony/finder`.
 * Update to the latest version of `ifsnop/mysqldump-php`.

### 3.3.4 / 2015-12-10

 * Fixes styling issues with WordPress 4.4

### 3.3.3 / 2015-11-13

 * Fix broken Intercom support window
 * Fixes Typos in i18n strings
 * Backups finish faster
 * Fix an issue that caused the site size to report as twice as large as it should
 * Adds PHP mysqldump fallback lib (`ifsnop/mysqldump-php`)

### 3.3.2 / 2015-10-15

 * Misc improvements

### 3.3.1 / 2015-10-12

 * Fix false positive error message.
 * Fix broken download links

### 3.3.0 / 2015-10-09

 * Dropped support for PclZip
 * Fixed duplicate cron schedule interval names ( props ucavus )
 * Corrected some typos, grammar and punctuation ( props ucavus )
 * Fixed a bug in the WP CLI command ( props duritong )
 * Better message for wp-cron related errors
 * Replace ‘bi-weekly’ with less confusing wording
 * Fixed a few errors misc reported by code quality tool
 * Total site size display now subtracts excludes
 * Many general improvements and bug fixes

#### 3.2.7 / 2015-07-27

 * Passa o tipo do agendamento ao invés do ID do agendamento como contexto para 
   os tamanhos calculados, é mais útil
 * Simplesmente mostra arrays, ao invés de tentar bancar o esperto
 * Começa a acompanhar a disponibilidade do PDO através do Intercom
 * Captura alertas shell_exec do banco de dados e arquivos
 * Teste no PHP 5.6 em Travis
 * Usa o novo endereço de e-mail backupwordpress@hmn.md em todos os lugares
 * Esclarece como as pessoas pedem acesso ao Slack e GlotPress
 * Reescreve nossas diretrizes de colaboração para serem mais detalhadas
 * Adiciona instruções ao contributing.md
 * Reverta o nome do plugin, pois ele não faz uma diferença nos resultados de pesquisa
 * Sempre retorna um número inteiro

#### 3.2.6 / 2015-06-09

 * Corrige o slug da página de administração para multisite

#### 3.2.5 / 2015-04-29

 * Corrige um problema ao avaliar expressão com vazio
 * Corrige um erro fatal no PHP 5.3
 * Exibe outros avisos
 * Atualiza tag estável
 * Adiciona um pouco de escape e desinfecção
 * Define o diretório de plugins para diferentes ambientes
 * Adiciona testes para ganchos de ativação e desativação
 * Adiciona uma função de depuração para testes
 * Plug-in de Symlinks no diretório de testes
 * Divide o código de desativação em funções separadas
 * Corrige ganchos de ativação e desativação não sendo demitidos
 * Excluir pasta de backups do cálculo de tamanho
 * Corrige um parêntese incorreto
 * Corrige o modo como as mensagens de erro são borbulhadas
 * obter o caminho inicial deve retornar o valor definido
 * Remove a instrução de exclusão redundante como as pastas CVS são excluídas por
   padrão
 * Adiciona um parâmetro flag para permitir que get_files retorne todos os arquivos
   incluindo o padrão exclui

#### 3.2.4 / 2015-04-01

 * Corrige excluir padrão que era muito ganancioso.

#### 3.2.3 / 2015-04-01

 * Corrige o problema onde os arquivos ‘cache’ foram excluídos por padrão.
 * Atualiza traduções em português brasileiro.
 * Corrige o problema com o botão “não obrigado” nas melhorias do Support Modal 
   e JS misc. Adereços SiamKreative.

#### 3.2.2 / 2015-03-25

 * Corrige o erro nos backups manuais, causado pelo número de versão do plugin incorreta
   na classe, que é usado para a versão do script JS.

#### 3.2.1 / 2015-03-25

 * Verifique se shell_exec está disponível antes de executar o comando
 * Apenas validar o dia do mês se este for o tipo de agendamento
 * Torne o FS opcional e corrija o método DB connect
 * (Questão-770) Exclua a pasta, não o curinga
 * (Questão-751) Renomear o plugin

#### 3.2 / 2015-03-16

 * (Questão-698) pular bug mySql
 * Usa shell_exec
 * Remover instrução de uso
 * Reverter para usar shell_exec
 * Remover Processo
 * (cool-runnings-757) Adicionar de volta session_write_close
 * (Questão-479) Esconder horas e minutos para backups de hora em hora
 * (backupception) Carregar somente se o site principal em multisite
 * (all-paths-lead-to-rome) Defina o caminho do plugin para o arquivo do plugin 
   principal para evitar caminhos relativos
 * (socket-to-me-one-more-time) Corrigir caminhos
 * Usar soquete, se disponível
 * Exibir erros
 * Coloque o db dump no arquivo primeiro – corrige o problema com grande arquivo
 * Não espere resposta
 * Executar a programação como uma tarefa do Backdrop
 * Passe a matriz diretamente para a função
 * (Questão-759) Corrigir caminhos necessários
 * verifique a versão do PHP antes de mais nada
 * Mover a classe do plugin para o próprio arquivo
 * Ignorar o erro de bug do mysql
 * Excluir todas as opções de BWP
 * Iniciar o processo
 * Retornar e verificar WP_Error
 * (what-time-is-backup) Extrair horas e minutos da data como uma matriz para exibição
 * Alterar a descrição do plugin se multisite
 * Usar wp_get_sites
 * Adicionar um comentário
 * Nós verificamos isto na instanciação do plugin
 * Reverter para a programação de compensação e reprogramação
 * Excluir horários e opções de sobra de subsites
 * Certifique-se de que o plug-in só é executado no site principal
 * Corrigir muitos horários
 * Usar o processo do Symfony
 * (fix-incorrect-type-error) O arquivo é um objeto SPL para obter caminho
 * Definir raiz como parâmetro padrão
 * Excluir transitório do backdrop
 * Forçar o novo cálculo de tamanhos de diretório
 * Definir VCS abbr
 * Ocultar excluir padrões da lista Exclui.
 * Verifique se o usuário pode se conectar
 * Teste que o comando mysqldump funciona
 * Adicionar um par de versões mysql
 * Excluir automaticamente pastas VCS
 * Calcular o tamanho da raiz corretamente
 * Obter regras padrão do objeto de backup
 * Não ignore automaticamente os arquivos de pontos
 * Contagem excluída
 * Sem contagem excluída
 * Se a sua raiz, em seguida, devolver o seu tamanho diretamente
 * Corrigir erro tipográfico em nomes transitórios
 * Definir e devolver propriedade de classe em vez disso
 * A lista padrão exclui como tal
 * Exigir symfony finder
 * Limpar transientes na desativação
 * Obter lista de arquivos com o Finder
 * Carregar pacotes de compositores
 * Esses já estão filtrados
 * Adiciona algumas exclusões padrão
 * Uso do caminho absoluto para exclusão adicionado na interface
 * Corrige testes
 * Corrige condicional
 * Corrige erro de sintaxe no travis YML
 * Executa codesniffer somente em solicitações pull
 * Atualizadas as versões do WP testadas
 * Altera a versão mínima do WP necessária para coincidir com travis CI
 * Corrige a colocação do histórico no readme
 * Adicionar condição para o Cron e Ajax
 * Corrige a lógica da desativação
 * Fixes recursive exclusion of files

#### 3.1.4 / 2015-02-24

 * (upgrade-options) Bump version
 * strtolower is redundant
 * Upgrade routine – renames service settings to avoid backslashes.
 * Use the Service name as the setting name
 * Clear settings for schedule settings
 * Fixes bug in displaying settings error notices
 * Update version number
 * Merge pull request #726 from humanmade/fix-fatal-error-missing-class-addons
 * Leave bare minimum to avoid fatal error
 * remove old main plugin class

#### 3.1.3 / 2015-02-04

 * Keep deprecated classes in a deprecated.php file to avoid Fatal Error in addons
   during upgrade.

#### 3.1.2 / 2015-02-03

 * (simplify-bwp-file-timestamp) Simplify the file name timestamp
 * Fix class file name
 * (fixup-setup-class) Add missing transients to uninstall routine
 * switch Travis notifications to Slack instead of Hipchat
 * Do not delete backups on uninstall
 * wrap in parenthesis
 * Fix include paths after moving uninstall to own file herpderp
 * Update BackUp class include
 * Add all cases to switch
 * Pass scanned files sizes through conform_dir()
 * Fix some classes and requires
 * (origin/issue-684, issue-684) Fix namespaces
 * Remove unnecessary wildcard from regex
 * (crazy-refactor) Remove some duplication
 * Formatação
 * Fix Class name
 * Blank line
 * Uses a DirectoryIterator to delete files
 * Remove tests for now
 * Fix stable tag number
 * Revert to using uninstall.php
 * Add tests for uninstall and deactivate
 * Remove double lie break
 * Remove double line break
 * Remove phpdocumentor
 * We still need to require some scripts…
 * We dont need to check for this constant in the hook callback
 * Use get_col to directly have an array of schedule option names
 * Remove namespacing
 * Remove debugging
 * Make the uninstall, activation and deactivation hooks work
 * (change-singleton-implementation) Change the singleton implementation to not 
   use the static() function
 * path argument interfers with wp-cli path argument.
 * Fix some scrutinizer issues, mostly major ones
 * Consistent default name for database dumps
 * Major 5.3 re-factoring fun
 * Minor code formatting
 * else if should be elseif
 * Update the WP_CLI command to fix some issues
 * Add support for copying and updating an existing backups

#### 3.1.0 / 2015-01-13

 * Correct $response1 variable
 * (origin/issue-652, issue-652) Suppress warnings from filesystem functions
 * Remove debugging function
 * (origin/issue-475, issue-475) Fix a French string
 * Format the intercom data better
 * Load Intercom in the admin footer
 * Fix some HTML issues
 * Add a function that returns a given option value
 * Return Unknown if no average exists or invalid
 * Add a start parameter to function
 * Pass in the start time as a parameter
 * Make strings translatable
 * Escape values
 * Adds a function to track backup duration and another to display it
 * Adds Average Backup Duration Info
 * Improve display of arrays
 * Fixes open_basedir warnings
 * Replace spaces with tabs for indentation
 * (wp-cron-test-improvements) Improve the reliability of the wp-cron test
 * Pop in the directory sizes
 * Adapt heartbeat pulse
 * Update Javascript
 * Update constant name
 * Load the default translations so that activation error message is in user language
 * Fix a few translatable strings
 * Update French translations
 * Re-uglify Intercom js
 * Use provided callback argument to determine current screen
 * remove deprecated code
 * Only show notices on BWP admin page
 * Fix class name
 * Make function public for now
 * Get an instance of BWP to load functions
 * Corrige condicional
 * Show admin notice if fails to meet requirements
 * Remove unneeded function
 * Fix references
 * Refactor main class after addition of the Setup class
 * Introduce a setup class
 * Determine if we need to run a cleanup routine
 * Introduce a custom hook for addons
 * Refactor main plugin file into a singleton class
 * Bring activation and deactivation into main plugin class
 * css changes to fix support button alignment
 * Fixes issue preventing backups from running without JS
 * Remove back compat memory limit define
 * Refactor HMBKP_Notices to support non-persistant notices
 * Minor refactor for PHP minimum requirements notice
 * Clear previous backup notices when running a new backup
 * Fix issues with custom paths
 * Improved singleton pattern
 * Display errors in network admin
 * Change to text input so multiple email address are supported
 * Removes HTML tag from string
 * Account for new schedule
 * Make upsell sentence translatable
 * fix return type
 * Return true if transient exists
 * Check if constant is defined
 * Request the site size via heartbeat send
 * Pass site size through heartbeat
 * Only calculate if necessary

#### 3.0.4 / 2014-12-10

 * Simplify the backup count display
 * Enqueue scripts properly
 * Change how we check directory_sizes
 * Add BackUpWordPress test case class
 * Move class to separate file
 * Group help tab display functions
 * Update POT file
 * Make strings ready for translation

#### 3.0.3 / 2014-12-06

 * Add French translations
 * Update textdomain
 * Fix deleted function
 * Use HM_Backup function to determine if shell_exec is enabled
 * Check if file is readable first
 * Fix how we kick off Task
 * Remove unused var
 * Call recursive filescanner on admin page load
 * Update package.json
 * Update the POT file task params
 * Replace hmbkp with backupwordpress as textdomain
 * Exclude folders
 * Add Grunt task options
 * Remove hard line returns
 * Display placeholder if exec fails
 * Add 30 second time diff allowance
 * Use $TRAVIS_BUILD_DIR
 * we do this in travis.yml
 * Regenerate github account info
 * Update command to reflect function rename
 * Update tests to reflect function name change
 * Rename function
 * Filter tests to run
 * Fix group flags
 * Calculate site size on page load

#### 3.0.2 / 2014-12-02

 * Bump version
 * Add parenthesis to require_once
 * Remove disk space info
 * Attempt to fix build
 * define WP_TESTS_DIR
 * Make sure current_action fnction is loaded
 * Remove extra slashes and semicolons
 * Remove the custom webhook service
 * Better default WP_TESTS_DIR
 * move trailingslash calls out of the loop for performance
 * Minor code cleanup
 * Correct path for hm-backup so it’s tests are run
 * add composer.lock
 * Use scrutinizer code coverage
 * add waffle.io badge
 * Use up to date commands for coverage
 * Add code rating
 * Don’t test 5.2
 * Update readme.md
 * excluded_dirs is deprecated
 * Update scrutinizer config
 * Add composer config and dev dependencies
 * Make PHPUnit generate an XML for coveralls
 * Add scrutinizer config
 * Ignore vendor dir
 * Add a link to Help page
 * Move to activation hook
 * Bump up required WP version
 * Escape all the things
 * Save errors to a notices option
 * Reload page on errors
 * Remove script
 * Remove unneeded class
 * Check PHP version on plugins loaded
 * Check PHP version on activate
 * Update readme
 * Set required version to 5.3.2
 * Update tests
 * Allow for a 30 second delta in asserting schedule time
 * Use the new build env on Travis
 * Restrict plugin to be network only
 * Fix admin URL logic
 * Formatação
 * Update readme changelog

#### 3.0.1 / 2014-11-20

 * remove uneeded images
 * latest hm-backup / fixes a serious bug in backups.
 * Typos in v 3.0 changelog
 * Specify POT filename in grunt task
 * Update POT file
 * Markdown readme
 * Regenerate readme
 * Add plugin headers

#### 3.0 / 2014-11-14

 * Refactor the recursive filesize scanner
 * correct text domain
 * Remove unneede statements
 * reload the excludes filelist in the correct place when someone excludes a file
 * Latest backdrop
 * Regenerate minified CSS
 * Regenerate minified JS
 * Fix cancel backup action
 * WordPress Coding Standards
 * Exit early if incompatible version of WordPress
 * Update translations
 * Update changelog

#### 3.0.0-beta / 2014-09-08

 * Load minified CSS
 * Formatação
 * Biweekly wording
 * Add missing period
 * use nonce_url instead of manually adding the nonce query param
 * close the settings form when done
 * Design changes as per ticket
 * Start tracking langauge in server info
 * Right align the primary button in the enable support modal
 * Re-factor the directory filesize code to use a single array instead of thoussands
   of transients
 * Remove the warning that would show if you were using anything other than the 
   latest stable, it’s no longer needed now that the FAQ is local
 * switch to using a single transient to store directory filesize data
 * Add an anchor link
 * Add error message
 * Rename function
 * Prefix GET params
 * Update exclude rule action
 * Adds function for building admin action urls
 * fix vertical scroll
 * Adds some functions to manage settings form submission errors
 * Rename nonce and action
 * fetch errors to display
 * Form submission handling for BWP and add-ons settings
 * Use a new function that persists form submission errors to a transient
 * None check
 * Pass the nonce around in the ajax request
 * Enable support action links
 * Check nonces
 * Modify action URLs to use the admin_post hook
 * Remove unneeded code
 * New line at end
 * Use admin_post hook
 * Display schedule start time in local timezone
 * Add an action hook that gives access to consumers to the backup progress
    - Update translatable strings POT file
    - Bump version
    - Update min WP version and tested up to
    - accidently used dash instead of underscore
    - namespaced option and added option to uninstall.php
    - basic show/hide of premium upsell
    - Fix incorrect transient expiry
    - Show the spinner in the tab if a schedule other than the current is running
    - Snip snip
    - Bring back the some javascript enhancements
    - Switch to the PHP 5.2 compatible version of Backdrop
    - Finish up support
    - Brace up single line if’s and foreach’s
    - Only load minified scripts and styles if WP_DEBUG isn’t on
    - Load the minified css and js files by default
    - Remove the combined css files as we only have one now. Stop loading colorbox.
    - Remove colorbox
    - Melhorias
    - More improvements
    - Don’t die when directly running a backup on page load
    - Re-factor the backup filesize calculation
    - make capability filterable
    - use core capabilities instead of custom
    - Switch to Backdrop
    - Fix typo in prefix
    - Hook function onto admin_post
    - Update delete link
    - Bookmark current admin page for redirect
    - Add custom capabilities and role
    - Exclude BackUpWP by default
    - Ignore the build folder
    - Add more build excludes
    - minify JS
    - generate markdown readme
    - minify css
    - combine css
    - regenerate readme
    - Make links consistent for the grunt task
    - Convert URLS to markdown
    - Update lang files
    - Add colorbox as bower dependency
    - remove colorbox folder
    - Remove colorbox submodule
    - Change how we include FAQ
    - Add readme partials
    - Add package.json
    - Add Gruntfile
    - Add bower.json
    - JSHint rules
    - remove from ignore
    - Update ignore list
    - Add bower config
    - Add FAQ strings
    - Return the cached directory size early if we have it
    - Re-factor the file browser scanner
    - correct sprintf usage
    - Handle saving service forms
    - Codeing standards
    - Move the error check outside of the foreach
    - Remove uneeded $is_tab_visible
    - Only show excludes for backups which include files
    - Show destinations in the list of schedule links
    - WordPress standard modal for enabling support
    - Remove extra slash in include path
    - Add a heading to the settings form
    - More work on excludes
    - Another todo
    - Add some todos
    - Don’t include the parent directory in a browsable list
    - More work on Excludes
    - Switch to only storing 3 backups by default
    - More work on redesign
    - commented out enable support button till we figure out what to do with it
    - made tabs responsive below 639px
    - More work on redesign
    - Add more default excludes
    - Correctly highlight the tab for the first schedule
    - Switch to tabs instead of subsubsub
    - First bash at a redesign settings UX

#### 2.6.2

 * Reverts a change to how the home path is calculated as it caused issues on installs
   where wp-config.php was stored outside of web root. Props to @mikelittle for 
   the bug report.

#### 2.6.1

 * Bump minimum WP requirement to 3.7.3, the latest security release on the 3.7 
   branch.
 * Fix an issues that could cause schedule times to fail to account for timezone
   differences.
 * Add a nonce check to the schedule settings.
 * Fix a possible JS warning when removing an exclude rule.
 * Our unit tests now run in PHP 5.2 again.

#### 2.6

 * It’s now possible to choose the time and day that your schedule will run on.
 * Introduces several new unit tests around schedule timings.
 * Fixes a bug that could cause the hourly schedule to run constantly.
 * Improved the layout of the Constants help panel.
 * If the backup root directory is unreadable then the plugin will no longer function.
 * Update the backups table match the standard WordPress table styles.
 * Improved styling for the settings dialogue.
 * Improved styling for the Server Info help tab.
 * /s/back ups/backups.
 * Remove Deprecated call to `screen_icon`.
 * Updated French translation.
 * Update the `WP CLI` command to use the new method for registering command.
 * Reload the schedules when re-setting up the default schedules so they show up
   straight away.
 * s/dpesnt’t/doesn’t.
 * Only show the estimated total schedule size when editing an existing schedule.
 * Stop stripping 0 from the minutes on hourly backups so that backups at 10 (& 
   20, etc.) past the hour correctly show.
 * Disable buttons whilst ajax requests are running.
 * Move spinners outside the buttons as they didn’t look very good inside.
 * Improve the detection of the home path on multisite installs which have WordPress
   in a subdirectory.
 * Track the time that the running backup is started and display how long a backup
   has been running for.
 * Fix an issue that meant it wasn’t possible to run multiple manual backups at 
   the same time.
 * Many other minor improvements.

#### 2.5

 * BackUpWordPress now requires WordPress 3.7.1 as a minimum.
 * Remove some old back-compat code that was required because we supported older
   WP versions.
 * It’s now possible to change the email address that notification emails are sent
   from using the `hmbkp_from_email` filter.
 * The spinner is now retina!
 * Close the PHP Session before starting the backup process to work around the 1
   request per session issue. Backup status will now work on sites which happen 
   to call `session_start`.
 * Pass `max_execution_time` and the BackUpWordPress Plugin version back to support.*
   Include the users real name in support requests
 * Stop passing `$_SERVER` with support requests as it can contain things like `.
   htaccess` passwords on some server configurations.
 * Improve the display of the server info in the enable support popup.
 * New screenshots
 * Use `wp_safe_redirect` for internal redirects.
 * Use `wp_is_writable` instead of `is_writable`.

#### 2.4.2

 * In WordPress Multisite the backups admin page is now located in Network admin
   instead of the wp-admin of the main site.
 * Fixed an issue with the new intercom support integration that could cause loading
   the backups page to timeout
 * Fixed 3 stray PHP warnings.
 * BackUpWordPress will now always be loaded before any BackUpWordPress Extensions.
 * Fixed an issue that could cause a long modal (excludes) to show underneath the
   WP admin bar.

#### 2.4.1

 * Add missing colorbox images

#### 2.4

 * Support for new premium extensions for storing backups in a variety of online
   services.
 * Exclude the WP DB Manager backups and WP Super Cache cache directories by default.
 * We now use Intercom to offer support directly from within the plugin, opt-in 
   of course.
 * More i18n fixes / improvements.
 * We no longer show download links if your backups directory isn’t web accessible.
 * Fix a bug that caused the plugin activation and deactivation hooks from firing.
 * Correctly handle `MYSQL TIMESTAMP` columns in database dumps.
 * `mysqldump` and `zip` are now correctly recognised on SmartOS.
 * Schedule names are now translatable.
 * Avoid having to re-calculate the filesize when a schedules type is set.
 * Compatibility with WordPress 3.8

#### 2.3.2

 * Correct version number.

#### 2.3.1

 * Fix a PHP strict error.
 * Save and close as separate buttons.
 * Fix bug that caused multiple notification emails.
 * Fixes typo in database option name.
 * Updated translations.
 * Improve PHP docblocks.
 * Make schedules class a singleton.
 * Exclude popular backup plugin folders by default.
 * Exclude version control folders by default.
 * Fix broken localisation.
 * Use `wp_safe_redirect` instead of `wp_redirect` for internal form submissions

#### 2.3

 * Replace Fancybox with Colorbox as Fancybox 2 isn’t GPL compatible.
 * Use the correct `HMBKP_ATTACHMENT_MAX_FILESIZE` constant consistently in the 
   help section.
 * Correct filename for some mis-named translation files.
 * Show the total estimated disk space a schedule could take up (max backups * estimated
   site size).
 * Fix a typo (your -> you’re).
 * Use the new time Constants and define backwords compatible ones for > than 3.5.
 * Play nice with custom cron intervals.
 * Main plugin file is now `backupwordpress.php` for consistency.
 * Add Paul De Wouters (`pauldewouters`) as a contributor, welcome Paul!
 * Don’t remove non-backup files from custom backup paths.
 * Fix a regression where setting a custom path which didn’t exist could cause you
   to lose existing backups.
 * When moving paths only move backup files.
 * Make some untranslatable strings translatable.
 * Don’t allow a single schedule to run in multiple threads at once, should finally
   fix edge case issues where some load balancer / proxies were causing multiple
   backups per run.
 * Only highlight the `HMBKP_SCHEDULE_TIME` constant in help if it’s not the default
   value.
 * Remove help text for deprecated `HMBKP_EMAIL`.
 * Default to allways specificing `--single-transaction` when using `mysqldump` 
   to backup the database, can be disabled by setting the `HMBKP_MYSQLDUMP_SINGLE_TRANSACTION`
   to `false`.
 * Silence a `PHP Warning` if `mysql_pconnect` has been disabled.
 * Ensure dot directories `.` & `..` are always skipped when looping the filesystem.
 * Work around a warning in the latest version of MySQL when using the `-p` flag
   with `mysqldunmp`.
 * Fix issues on IIS that could cause the root directory to be incorrectly calculated.
 * Fix an issue on IIS that could cause the download backup url to be incorrect.
 * Fix an issue on IIS that could mean your existing backups are lost when moving
   backup directory.
 * Avoid a `PHP FATAL ERROR` if the `mysql_set_charset` doesn’t exist.
 * All unit tests now pass under IIS on Windows.
 * Prefix the backup directory with `backupwordpress-` so that it’s easier to identify.
 * Re-calculate the backup directory name on plugin update and move backups.
 * Fix some issues with how `HMBKP_SECURE_KEY` was generated.

#### 2.2.4

 * Fix a fatal error on PHP 5.2, sorry! (again.)

#### 2.2.3

 * Fix a parse error, sorry!

#### 2.2.2

 * Fix a fatal error when uninstalling.
 * Updated translations for Brazilian, French, Danish, Spanish, Czech, Slovakian,
   Polish, Italian, German, Latvian, Hebrew, Chinese & Dutch.
 * Fix a possible notice when using the plugin on a server without internet access.
 * Don’t show the wp-cron error message when `WP_USE_ALTERNATE_CRON` is defined 
   as true.
 * Ability to override the max attachment size for email notifications using the
   new `HMBKP_ATTACHMENT_MAX_FILESIZE` constant.
 * Nonce some ajax request.
 * Silence warnings created if `is_executable`, `escapeshellcmd` or `escapeshellarg`
   are disabled.
 * Handle situations where the mysql port is set to something wierd.
 * Fallback to `mysql_connect` on system that disable `mysql_pconnect`.
 * You can now force the `--single-transaction` param when using `mysqldump` by 
   defining `HMBKP_MYSQLDUMP_SINGLE_TRANSACTION`.
 * Unit tests for `HM_Backup::is_safe_mode_available()`.
 * Silence possible PHP Warnings when unlinking files.

#### 2.2.1

 * Stop storing a list of unreadable files in the backup warnings as it’s too memory
   intensive.
 * Revert the custom `RecursiveDirectoryIterator` as it caused an infinite loop 
   on some servers.
 * Show all errors and warnings in the popup shown when a manual backup completes.
 * Write the .backup_error …

## Meta

 *  Versão **3.14**
 *  Última atualização **2 anos atrás**
 *  Instalações ativas **90.000+**
 *  Versão do WordPress ** 3.9 ou superior **
 *  Testado até **6.5.8**
 *  Idiomas
 * [Arabic](https://ar.wordpress.org/plugins/backupwordpress/), [Danish](https://da.wordpress.org/plugins/backupwordpress/),
   [Dutch](https://nl.wordpress.org/plugins/backupwordpress/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/backupwordpress/),
   [English (Australia)](https://en-au.wordpress.org/plugins/backupwordpress/), 
   [English (Canada)](https://en-ca.wordpress.org/plugins/backupwordpress/), [English (New Zealand)](https://en-nz.wordpress.org/plugins/backupwordpress/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/backupwordpress/),
   [English (UK)](https://en-gb.wordpress.org/plugins/backupwordpress/), [English (US)](https://wordpress.org/plugins/backupwordpress/),
   [French (France)](https://fr.wordpress.org/plugins/backupwordpress/), [German](https://de.wordpress.org/plugins/backupwordpress/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/backupwordpress/), [Russian](https://ru.wordpress.org/plugins/backupwordpress/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/backupwordpress/), [Spanish (Spain)](https://es.wordpress.org/plugins/backupwordpress/)
   e [Spanish (Venezuela)](https://ve.wordpress.org/plugins/backupwordpress/).
 *  [Traduzir para seu idioma](https://translate.wordpress.org/projects/wp-plugins/backupwordpress)
 * Tags
 * [back up](https://br.wordpress.org/plugins/tags/back-up/)[backup](https://br.wordpress.org/plugins/tags/backup/)
   [backups](https://br.wordpress.org/plugins/tags/backups/)[database](https://br.wordpress.org/plugins/tags/database/)
   [zip](https://br.wordpress.org/plugins/tags/zip/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/backupwordpress/advanced/)

## Classificações

 4.7 de 5 estrelas.

 *  [  1.195 avaliações com 5 estrelas     ](https://wordpress.org/support/plugin/backupwordpress/reviews/?filter=5)
 *  [  72 avaliações com 4 estrelas     ](https://wordpress.org/support/plugin/backupwordpress/reviews/?filter=4)
 *  [  12 avaliações com 3 estrelas     ](https://wordpress.org/support/plugin/backupwordpress/reviews/?filter=3)
 *  [  17 avaliações com 2 estrelas     ](https://wordpress.org/support/plugin/backupwordpress/reviews/?filter=2)
 *  [  78 avaliações com 1 estrelas     ](https://wordpress.org/support/plugin/backupwordpress/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/backupwordpress/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/backupwordpress/reviews/)

## Colaboradores

 *   [ Tom Willmot ](https://profiles.wordpress.org/willmot/)
 *   [ XIBO ](https://profiles.wordpress.org/xibodevelopment/)
 *   [ dashaluna ](https://profiles.wordpress.org/dashaluna/)
 *   [ Paul de Wouters ](https://profiles.wordpress.org/pauldewouters/)
 *   [ Joe Hoyle ](https://profiles.wordpress.org/joehoyle/)
 *   [ Matthew Haines-Young ](https://profiles.wordpress.org/mattheu/)
 *   [ tcrsavage ](https://profiles.wordpress.org/tcrsavage/)
 *   [ cuvelier ](https://profiles.wordpress.org/cuvelier/)
 *   [ Katrina “Kat” Moody ](https://profiles.wordpress.org/katmoody/)
 *   [ Samantha Miller ](https://profiles.wordpress.org/sambulance/)
 *   [ DNutbourne ](https://profiles.wordpress.org/dnutbourne/)
 *   [ snightingale ](https://profiles.wordpress.org/snightingale/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/backupwordpress/)