[ 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 ]
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); 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.3- Minor bug fixes
- Add ZIP method
- Add PDO driver
- Released
No comments:
Post a Comment