+ All Categories
Home > Documents > Real-time WordPress Backup with blogVault

Real-time WordPress Backup with blogVault

Date post: 12-Apr-2017
Category:
Upload: shylajas
View: 111 times
Download: 3 times
Share this document with a friend
7
Real-time Backup with blogVault
Transcript
Page 1: Real-time WordPress Backup with blogVault

Real-time Backup with blogVault

Page 2: Real-time WordPress Backup with blogVault

Real-time Backup - Introduction

Every update to your WordPress site is backed up immediately.

Page 3: Real-time WordPress Backup with blogVault

How does RTB work? RTB uses WordPress’s basic building block –

hooks Hooks allow plugins/ themes to add new

functionality to the WordPress core without modifying the original files

Page 4: Real-time WordPress Backup with blogVault

WordPress Hook – An Example

Hook#1 - When you generate the content for each post, add social bookmarking links to the end of the content

Hook#2 – When WordPress chooses which template file to load, run the custom code

Page 5: Real-time WordPress Backup with blogVault

blogVault and Hooks blogVault uses hooks to detect a site update

and initiates backup instantly The hook is triggered for changes like adding a

new post or comment, editing a post, installing a new plugin, upgrading WordPress version, etc.

Page 6: Real-time WordPress Backup with blogVault

RTB - Limitations

Hooks can be added only for standard WordPress updates

Updating custom tables doesn’t trigger the hooks


Recommended