PHP-Backuper icon indicating copy to clipboard operation
PHP-Backuper copied to clipboard

A framework which will help you to make (incremental) backups of your site.

Results 8 PHP-Backuper issues
Sort by recently updated
recently updated
newest added

Implement composer support (now it is not composer package)

add support of ignores to FileTreeBackuper.php they can be either regexp or wildcard templates

plugins

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.

plugins

MySQLBackuper doesnt provide incremental backup now. It is possible to implement it using triggers and stored procedures.

plugins

Make uploader for MegaCloud --> MegaCloudUploader.php

plugins

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...

plugins

Make uploader for Google Drive -> GoogleDriveUploader.php

plugins

Add DropBox Uploader using OAuth -> EnchancedDropboxUploader.php

plugins