This add-on enhances the
vBulletin Cron Based DB Backup by adding two key features:
- Takes backup of your files.
- Upload the file/db backups to cloud (https://onedrive.com).
Please note that some of the options of "Corn Based DB Backup" are incompatible with this such as combine db backup files set to false.
Features to be implemented in future:
- Cleanup older backup files. Done.
- Email notifications on failure. Done.
- Convert all texts to phrases and make this product ready for translation.
Project Sponsor: Steven Baron [ http://www.hostboard.com ]
Screenshots: http://imgur.com/a/ntkZV
FAQ- Does using this add-on gives you (developer) access to my (forum admin) OneDrive account?
No. You create your own app to access your own OneDrive. I have no control over it.
- What do I put in OneDrive Folder URL in options?
You don't need to worry about it (generally). It will auto populate.
- Where are the backups stored?
OneDrive/vB Cloud Backup Manager
- Will this work on shared servers?
Mostly not. It requires shell_exec and "unlimited" execution time (transferring gigabytes of data takes a while) which are generally not available on shared hosting except a few (such as HostGator).
How to Install- Extract and upload the files in "upload" folder
- Import XML file from "import XML" to vB AdminCP > Products > Add/Import
- Create app (see below) and put "Client ID" and "Client Secret" in options.
How to Create the App
First you need to create an app and let the add-on know details about your app.
- Go to https://account.live.com/developers/applications/create
- Give a name and click accept.
- Click API Settings.
- Put yoursite.com/admincp/onedrive-callback.php in Redirect URLs.
- Save.
- Click API Settings
- Get "Client ID" and Client Secret" and put them in vBulletin Admin CP > CBM > Options
Change Log:- v 1.3.1
- v 1.3.0
- Added email reporting
- Added auto delete after upload
- Added various toggle options
- Added Modification date
- Added confirmation for manual retrieve/delete/upload actions
- Added logging
- Fixed a MAJOR bug preventing auto backup/upload in some most cases
- v 1.2.0
- Added support for up to 10GB backup file
- Added fragment size option (default 50MB)
- Added lots of error checking
- Fixed rename admincp issue.
- v 1.0.0