Wednesday, November 20, 2013

Download MySQL Backup Pro Class

MySQL Backup Pro Class

MySQL Backup Pro Class dowload

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; Can pack as ZIP archive; support MySQL, MySQLi and PDO driver; use CRON to automate backup your data; easy installation on any server; examples of both functions are included; fully documented

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;
  • Can pack as ZIP archive;
  • support MySQL, MySQLi and PDO 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.4
  • Minor bug fixes
Version 1.3
  • Minor bug fixes
Version 1.2
  • Add ZIP method
Version 1.1
  • Add PDO driver
Version 1.0
  • Released

MySQL Backup Pro Class dowload

No comments:

Post a Comment