Friday, November 15, 2013

MySQL Backup Pro Class (Database Abstractions) Download


MySQL Backup Pro Class



  • backup your MySQL database as
    SQL

    ,
    CSV

    or
    XML

    ;


  • upload backup to
    FTP

    server;


  • send backup as
    email

    attachment;


  • upload to
    Google Drive

    ,
    Dropbox

    ,
    Box

    ,
    SkyDrive

    and other cloud using
    WebDAV

    ;


  • send to server using
    PUTS HTTP;


  • support
    MySQL

    and
    MySQLi

    driver;

  • use CRON to automate backup your data;

  • easy installation on any server;

  • examples of both functions are included;


  • fully documented

    .

Examples


FILE

Save backup on server as file


Backup::init($params)->as_sql()->save($path);


MAIL

Send backup as attachment on email


Backup::init($params)->as_sql()->mail('your_emal@mail.com');


FTP

Upload backup to FTP server


Backup::init($params)->as_sql()->ftp($ftp_params);


HTTP

Upload backup to HTTP server using method PUTS


Backup::init($params)->as_sql()->http($http_params);


WebDAV (Cloud)


Upload backup to cloud using WebDAV


Backup::init($params)->as_sql()->webdav($webdav_params);


For more examlpes please read description.


Changelog



VERSION 1.0


  • Released


No comments:

Post a Comment