How To Use The Duplicator WordPress Plugin With MAMP

YouTube player

So you’ve created an awesome looking WordPress website on the server with your hosting account and your wondering how the heck you can backup and restore your website on a different domain name or on your computer itself. The problem with backing up WordPress websites or moving them to a different location is that they use MySQL databases (interacting with the PHP code that WordPress runs on) so simply dragging and dropping files in an FTP program such as FileZilla won’t cut it. Backing up the database separately, on top of FTP, can be a daunting task so why not cut to the chase and show how it’s done with ease. MAMP is the number one WordPress Plugin for “cloning” and backing up then subsequently restoring a WordPress website. MAMP is for Mac user, WAMP is for Windows users. Check out the video Below or scroll down a bit to get the play by play on how to clone your website.

Step 1. Search for, download and install the “Duplicator” plugin in the backend of your WordPress website that you want to backup, clone or transfer.

2. Go into the Duplicator plugin and select “Package” then on the packages page select the ‘create new package’ icon in the center of the screen.

3. After selecting the new package icon, select “Create Package Set” in the pop-up window.

4. Once the package set has been create, click on the “Installer” and “Package Icons” to the right of the screen. This will download the two zip files we’ll need so make sure your computer doesn’t automatically unzip the files upon downloading them.

5. Now we can close our web browser with the WordPress website in need of backing up and open MAMP (also WAMP or your hosts server if it applies). Make sure the MySQL server is running, open up the “htdocs” folder in MAMP and create a fold with your website name then drop the two zip files into the folder.

6. Next we’ll go into our MAMP start page, PHPMyAdmin, then Databases and create a database (I’ll name it “database”). Go to “localhost:8888/database/installer.php and fill in the following information.

7. After selecting “Run Deployment”, on the following page select “Run Update”. At last, we can go to our local website at “localhost:8888/site”!

How To Use FileZilla FTP Client

YouTube player

Each and every web hosting provider has a section of their c-panel designated to FTP, or File Transfer Protocol, where you can upload files from your desktop to your web host’s server and apply changes to your website instantaneously while it’s live on the web. Files may include an entire static website, a WordPress theme, a single image or a WordPress child theme in the form of a style.css file, for example. Unfortunately, the FTP features many hosts provide are a discernable mess that inevitably restrain workflow and breed confusion!

What makes a model FTP Client? A few much appreciated qualities are, one that works across all platforms and operating systems, is easy to set up with your FTP user info from your host, works seamlessly, is frequently updated and lastly, a quality everyone enjoys, is free. FileZilla adheres to all of the above, then some, and is the most widely used FTP Client available.

After downloading and installing FileZilla, these are the steps you need to take to connect to your hosting account.

  1. Create an FTP username and password with your host and obtain your host’s ip address. For Blue Host use “ftp.(yourdomain.com)”.
  2. In FileZilla, go to “File” > “Site Manager…” > “New Site”  and under “General” > “Host” enter your host’s ip address, change the “Logon Type” to “Normal” and enter your user name and password. Then hit “Connect” and your information will be saved so you can connect to your host with one click. You may also need to enter a port number depending on your host and if you login with “Quick Connect” on the main page, your information will not be saved.
  3. Now that your connected to your host, all of the folders and files on the right side of the screen are those contained by your host and you are free to navigate through your hosted content to download, back up or transfer documents to or from the left, being your computer itself.