Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

Backup automatization for multiple WordPress instances.

Notifications You must be signed in to change notification settings

pabloleone/WPAutomateBackups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WP Automate Backups

Backup automatization for multiple WordPress instances.

Usage

WordPress

  1. Install WP Complete Backup into your WordPress instance.
  2. Allow your current IP or 'any' to access to remote backups.
  3. Generate an API KEY.

Project (PHP 5+)

  1. Clone the repository into your system.

  2. Add as much projects as you want to the $projects array.

    $projects = array(
         array(
              'name'     => 'ProjectName',
              'url'      => 'www.project-url.com',
              'api_key'  => 'xxxxxxxxxxxxxxxxxxxxxxxx',
              'method'   => 'both',
              'execute'  => true,
              'auth'     => 'required', // HTTP Basic authentication OPTIONAL
              'username' => 'username', // OPTIONAL
              'password' => 'password' // OPTIONAL
         )
    );

You can split the process and the projects into diferent files. To do that add your projects ProjectsLists.php array.

  1. Open terminal and execute:

    sudo php Automate.php

About

Backup automatization for multiple WordPress instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages