2017 © Pedro Peláez
 

library backupify

PHP Library to use with api.backupify.io

image

thecodingcompany/backupify

PHP Library to use with api.backupify.io

  • Friday, November 24, 2017
  • by digitalhuman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Backupify

Backup your data and store it remotely with Backupify., (*1)

<?php
/**
 * Intellectual Property of Svensk Coding Company AB - Sweden All rights reserved.
 * 
 * @copyright (c) 2016, Svensk Coding Company AB
 * @author V.A. (Victor) Angelier <victor@thecodingcompany.se>
 * @version 1.0
 * @license http://www.apache.org/licenses/GPL-compatibility.html GPL
 * 
 */

require_once "autoload.php";

$backup = new theCodingCompany\Backupify("your.public.ip.address", "/home/backups");

$backup->setMySQLPassword("SuperSecretRootPassword")
    ->backupMySQL() //Or a single DB
    ->compressBackup() //Tar and GZIP compress
    ->notify(); //Send 'ready' notification to the Backupify API

After sending the notification Backupify will download the file through SCP. You need to add our SSH-Public-Key to your authorized_keys file in order to download the file., (*2)

The Versions

24/11 2017

dev-master

9999999-dev https://github.com/TheCodingCompany/Backupify

PHP Library to use with api.backupify.io

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

database api php backup

24/11 2017

v1.0

1.0.0.0 https://github.com/TheCodingCompany/Backupify

PHP Library to use with api.backupify.io

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

database api php backup