Skip to content

BoldGrid/boldgrid-backup

Folders and files

NameName
Last commit message
Last commit date
Jan 8, 2019
Feb 25, 2020
Feb 17, 2020
Nov 14, 2019
Nov 14, 2019
Feb 20, 2020
May 13, 2016
Feb 25, 2020
Mar 30, 2018
Mar 29, 2018
Jan 29, 2020
Mar 29, 2018
Nov 13, 2019
May 13, 2016
Nov 14, 2019
Nov 14, 2019
Feb 21, 2020
Jan 10, 2020
Feb 18, 2020
May 31, 2018
Nov 7, 2019
Aug 9, 2019
Feb 21, 2020
Nov 14, 2019
Nov 1, 2019

Repository files navigation

Total Upkeep

Build Status Greenkeeper badge

Total Upkeep provides WordPress backup and restoration with update protection.

Description

WordPress backup and restoration with update protection.

Installation

Minimum Requirements

  • PHP 5.4 or higher
  • At least one of the following PHP execution functions enabled: "popen", "proc_open", "exec", "shell_exec", "passthru", or "system".
  • A Cron system with the "crontab" utility, or WP Cron.
  • A WP_Filesystem FS_METHOD being "direct".

Manually

  1. Upload the entire boldgrid-backup folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.

Development

Before you can use the development version of this plugin you must install the dependencies.

yarn
composer install -o