https://github.com/boldgrid/boldgrid-backup
The Total Upkeep plugin.
https://github.com/boldgrid/boldgrid-backup
Last synced: 9 months ago
JSON representation
The Total Upkeep plugin.
- Host: GitHub
- URL: https://github.com/boldgrid/boldgrid-backup
- Owner: BoldGrid
- License: gpl-2.0
- Created: 2016-04-20T19:48:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T18:35:09.000Z (about 1 year ago)
- Last Synced: 2025-07-12T10:34:23.219Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 4.42 MB
- Stars: 11
- Watchers: 9
- Forks: 10
- Open Issues: 208
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Total Upkeep #
[](https://travis-ci.org/BoldGrid/boldgrid-backup)
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.
1. 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
```