Skip to content

A single PHP script for backing up WordPress into a .zip

License

Notifications You must be signed in to change notification settings

ntemple/backup-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

backup-wordpress

A single PHP script for backing up WordPress into a .zip

/**
 * Single file backup of a WordPress site, suitable for dropping in FlyWheel Local
 * or restoring just about anywhere.
 * 
 * @author   Nick Temple <[email protected]>
 * @license  http://www.gnu.org/copyleft/gpl.html GNU General Public License
 * @link     https://github.com/ifsnop/mysqldump-php
 *
 * See additional credits inline.
 * MysqlDump:
 * @author   Diego Torres <[email protected]>
 * 
 * 1) drop this file into your WordPress folder
 * 2) run php migrate.php
 * 3) the migrate.zip will contain a backup of the database and all files below this folder. 
 * 4) DELETE migrate.php and migrate.sql as soon as you are done.
 * 5) move migrate.zip to wherever you need the backup.
 * 
 */

About

A single PHP script for backing up WordPress into a .zip

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages