By : adilbo Published On Thursday, December 17, 2015, 14:09 In PHP Scripts
This PHP script is a powerful tool that let you backup every aspect of your site:
1. It Backup all your Web-Files (and don’t use shell_exec)
2. Make a ZIP or TAR File (depending on the server configuration)
3. Also backup all mySQL Databases (if you like)
4. Send a Download-Link by eMail (if you want)
5. Copy everything to your Dropbox (if you have one)
6. Delete x Days old Backups automatically (also in Cloud if wanted)
7. Backup-Tool protected with a password (strongly recommended)
What are you waiting for ? Give it a try ! Right now !
Backup to Server per FTP / sFTP is also included!

only PHP 4 or > is all you need
for Dropbox (needs https) and GoogleDrive you need PHP 5.3 or >
and only for GoogleDrive you need the following PHP Extensions:
— apc_add – PECL apc 3.0.13
— apc_delete – PECL apc 3.0.0
— memcache_add – PECL memcache 0.2.0
This plugin does not make any use of shell_exec, so it will work in nearly every server environment. In case of any problems with specific hostings let us know immediately!
If you run into problems please give me not a bad rate,
please take a look at the documentation of the script.
If you need more help, be free to contact me via the support tab.
I will do everything so that my product deserves a 5 star rating!
All updates are included. Remember that the script will be updated regularly.
Thank you so much.
Best Regards, adilbo
Do you want to customize my script as you want? Just purchase the Extended License and shoot me a message from my profile page to let me know how you’re using it. Thanks!
Version 2.2 (08.2018)
FIX - .sql db Backup (backup.php)
ADD - Parameter: No Archive on Server (config-backup.php & backup.php)
IMP - sFTP now beta (/ftp/)
IMP - Documentation updated
Version 2 (06.2018)
IMP - Dropbox API v2 (backup.php & /dropbox/...)
IMP - some small code improvements (see docu)
Version 1.3 (06.2017
FIX - Dropbox Authentification now use https (dropbox/dropbox.php)
Version 1.2 (01.2016)
ADD - GoogleDrive (backup.php, config-googledrive.php & "googledrive" Folder)
IMP - Some small Code Improvements (backup.php)
ADD - Add Google Drive Part in the Dokumentation (docu.html and Sub-Folder)
Version 1.1 (12.2015)
ADD - Delete x Days old Backups (backup.php)
ADD - Delete old Backups also in Dropbox if configured (dropbox.php)
ADD - Backup-Tool protected by Password (backup.php)
IMP - Code Improvements (backup.php & dropbox.php)
IMP - Improve Dropbox Part in the Dokumentation (docu.html)
Version 1.0 (12.2015)
NEW - Release of this Script on CodeCanyon