PHP-Backuper
PHP-Backuper copied to clipboard
A framework which will help you to make (incremental) backups of your site.
Implement composer support (now it is not composer package)
add support of ignores to FileTreeBackuper.php they can be either regexp or wildcard templates
Now we using a lot of different classes, each has its own (probably inefficient) OAuth implementation. We should use single OAuth library everywhere for better code and perfomance.
MySQLBackuper doesnt provide incremental backup now. It is possible to implement it using triggers and stored procedures.
MySQLBackuper.php backup capabilities are very poor now, it just backups table structure and data. It doesnt takes care about codepage and it doesnt backup triggers, stored procedures, functions, etc...
Add DropBox Uploader using OAuth -> EnchancedDropboxUploader.php