Linux 软件免费装
Banner图

BackWPup - WordPress Backup Plugin

开发者 inpsyde
danielhuesken
Bueltge
nullbyte
wido
dinamiko
cocreation
wp_media
krafit
更新时间 2024年3月12日 19:51
PHP版本: 7.2 及以上
WordPress版本: 6.4
版权: GPLv2+

标签

backup restore wordpress backup database backup cloud backup

下载

0.8.0 1.0.3 1.0.5 1.0.6 1.0.9 1.1.0 1.1.1 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4.1 1.5.0 1.5.2 1.5.5 1.6.0 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.6 1.7.7 1.7.8 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.2 2.1.3 2.1.4 2.1.5 2.1.7 2.1.8 2.1.9 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.2 3.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1 3.1.1 3.1.2 3.1.3 3.1.4 3.2.3 3.3.1 3.3.2 3.3.3 3.3.4 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.5.0 3.5.1 3.6.0 3.6.10 3.6.2 3.6.3 3.6.4 3.6.5 1.6.2 3.9.0 1.5.1 1.7.5 2.1.11 2.1.6 3.0.4 3.2.0 3.3.6 3.6.1 3.6.6 3.6.7 3.6.8 3.6.9 3.7.0 3.8.0 0.8.1 1.0.2 3.10.0 3.2.2 1.0.0 0.6.3 0.7.2 1.0.4 0.6.1 0.6.4 0.7.0 0.5.5 2.1.12 3.2.5 3.3 1.0.1 4.0.2 3.2.1 1.0.8 1.6.1 0.5.0 0.6.5 1.0.7 1.2.0 2.0.0 2.0.1 3.7.1 4.0.0 4.0.4 0.6.0 0.6.2 3.2.4 4.0.1 4.0.3

详情介绍:

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. In case you need to comply with the new GDPR regulation, check out our post BacKWPup, Backups and GDPR. Requirements (Are you a WordPress novice? Check out all of OSTraining’s WordPress video trainings!) Remember: The most expensive backup is the one you never did! And please test your backups! Get the BackWPup Pro Version with more features. Made by WP Media

安装:

You can find a detailed tutorial in the BackWPup documentation.

屏幕截图:

  • Job creation/edit
  • Displaying logs
  • Manage backup archives
  • Dashboard

常见问题:

How do I restore a backup?

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.

My backup jobs don’t seem to run as scheduled.

BackWPup uses WordPress’ own cron job system (WP Cron) to execute scheduled backup jobs. In order for WordPress to “know” when to execute a job, its “inner clock” needs to be set regularly. That happens whenever someone (including yourself) visits your site. If your site happens to not being visited for a period of time, WordPress’ inner clock gets sort of slow. In that case it takes an extra server-side cron job to regularly call http://your-site.tld/wp-cron.php and tell WordPress what time it is. A simple way to find out whether WP Cron works as it should on your site is to create a new post and set its publishing date to some point in the future, i.e. 10 minutes from now. Then leave your site (that’s important), come back after 11 minutes and check whether your scheduled post has been published. If not, you’re very likely to have an issue with WP Cron.

Yuk! It says: “ERROR: No destination correctly defined for backup!”

That means a backup job has started, but BackWPup doens’t know where to store the backup files. Please cancel the running job and re-edit its configuration. There should be a Tab “To: …” in your backup job’s configuration. Have you set a backup target correctly?

A backup job has started, but nothing seems to be happening—not even when I re-start it manually.

Solution #1

  • Open BackWPup->Settings
  • Go to the Informations tab.
  • Find Server self connect: in the left column.
  • If it says something like (401) Authorisation required in the right column, go to the Network tab and set the username and password for server-side authentication.
  • Try again starting the backup job.
Solution #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 );
Solution #3 Not really a solution, but a way to identify the real problem: see remarks on WP Cron at the top.

I get this error message: The HTTP response test get a error "Connection time-out"

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.

I get a fatal error: Can not create folder: […]/wp-content/backwpup-[…]-logs in […]/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.

When I edit a job the Files tab loads forever.

Go to Settings->General and disable “Display folder sizes on files tab if job edited”. Calculating folder sizes can take a while on sites with many folders.

I generated a list of my installed plugins, but it’s hard to read.

Try opening the text file in an editor software like Notepad++ (Windows) or TextMate (Mac) to preserve line-breaks.

My web host notified me BackWPup was causing an inacceptable server load!

Go to Settings->Jobs and try a different option for “Reduce server load”.

Can I cancel a running backup job via FTP?

Yes. Go to your BackWPup temp directory and find a file named backwpup-xyz-working.json where “xyz” is a random string of numbers and characters. Delete that file to cancel the currently running backup job.

Can I move the temp directory to a different location?

Yes. You need to have writing access to the wp-config.php file (usually residing in the root directory of your WordPress installation).

  • 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' );
  • Replace /absolute/path/to/wp/ with the absolute path of your WordPress installation and your/temp-dir with the path to your new temp directory.
  • Save the file.

What do those placeholders in file names stand for?

  • %d = Two digit day of the month, with leading zeros
  • %j = Day of the month, without leading zeros
  • %m = Day of the month, with leading zeros
  • %n = Representation of the month (without leading zeros)
  • %Y = Four digit representation for the year
  • %y = Two digit representation of the year
  • %a = Lowercase ante meridiem (am) and post meridiem (pm)
  • %A = Uppercase ante meridiem (AM) and post meridiem (PM)
  • %B = Swatch Internet Time
  • %g = Hour in 12-hour format, without leading zeros
  • %G = Hour in 24-hour format, without leading zeros
  • %h = Hour in 12-hour format, with leading zeros
  • %H = Hour in 24-hour format, with leading zeros
  • %i = Two digit representation of the minute
  • %s = Two digit representation of the second

更新日志:

4.0.4 Release date: March 12, 2024 4.0.3 Release date: February 22, 2024 4.0.2 Release date: November 22, 2023 4.0.1 Release date: October 18, 2023 4.0.0 Release Date: November 16, 2022 Version 3.10.0 Release Date: September 1, 2021 Version 3.9.0 Release Date: June 10, 2021 Version 3.8.0 Release Date: September 22, 2020 Version 3.7.1 Release Date: March 30, 2020 Version 3.7.0 Release Date: Nov 27, 2019 Version 3.6.10 Release Date: July 8, 2019 Version 3.6.9 Release Date: May 7, 2019 Version 3.6.8 Release Date: Feb 25, 2019 Version 3.6.7 Release Date: Jan 22, 2019 Version 3.6.6 Release Date: Nov 28, 2018 Version 3.6.5 Release Date: Nov 23, 2018 Version 3.6.4 Release Date: Nov 22, 2018 Version 3.6.3 Release Date: Nov 5, 2018 Version 3.6.2 Release Date: Oct 17, 2018 Version 3.6.1 Release Date: Sep 25, 2018 Version 3.6.0 Release Date: June 14, 2018 Version 3.5.1 Release Date: May 23, 2018 Version 3.5.0 Release Date: May 16, 2018 Version 3.4.5 Version 3.4.4 Version 3.4.3 Version 3.4.2 Version 3.4.1 Version 3.4.0 Version 3.3.7 Version 3.3.6 Version 3.3.5 Version 3.3.4 Version 3.3.3 Version 3.3.2 Version 3.3.1 Version 3.3 Version 3.2.5 Version 3.2.4 Version 3.2.3 Version 3.2.2 Version 3.2.1 Version 3.2.0 Version 3.1.4 Version 3.1.3 Version 3.1.2 Version 3.1.1 Version 3.1 Version 3.0.13 Version 3.0.12 Version 3.0.11 Version 3.0.10 Version 3.0.9 Version 3.0.8 Version 3.0.7 Version 3.0.6 Version 3.0.5 Version 3.0.4 Version 3.0.3 Version 3.0.2 Version 3.0 Version 3.0 Pro