Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cloud Backup Manager Details »»
Cloud Backup Manager
Version: 1.3.1, by CvP CvP is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.2.x Rating:
Released: 02-07-2015 Last Update: 04-21-2015 Installs: 28
Uses Plugins
Additional Files Translations  
No support by the author.

This add-on enhances the vBulletin Cron Based DB Backup by adding two key features:
  1. Takes backup of your files.
  2. Upload the file/db backups to cloud (OneDrive).

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:
  1. [s]Cleanup older backup files.[/s] Done.
  2. [s]Email notifications on failure.[/s] Done.
  3. Convert all texts to phrases and make this product ready for translation.

Project Sponsor: Steven Baron [ HostBoard ]

Screenshots: http://imgur.com/a/ntkZV

FAQ
  1. 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.
  2. What do I put in OneDrive Folder URL in options?
    You don't need to worry about it (generally). It will auto populate.
  3. Where are the backups stored?
    OneDrive/vB Cloud Backup Manager
  4. 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
  1. Extract and upload the files in "upload" folder
  2. Import XML file from "import XML" to vB AdminCP > Products > Add/Import
  3. 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.
  1. Go to https://account.live.com/developers/applications/create
  2. Give a name and click accept.
  3. Click API Settings.
  4. Put yoursite.com/admincp/onedrive-callback.php in Redirect URLs.
  5. Save.
  6. Click API Settings
  7. Get "Client ID" and Client Secret" and put them in vBulletin Admin CP > CBM > Options

Change Log:
  • v 1.3.1
    • Fixed a minor bug
  • 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 [s]some[/s] 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
    • Initial release.

Download Now

File Type: zip cbm_v1.0.0.zip (12.9 KB, 37 views)
File Type: zip cbm_v1.2.0.zip (14.9 KB, 40 views)
File Type: zip cbm_v1.3.0.zip (88.8 KB, 29 views)
File Type: zip cbm_v1.3.1.zip (88.8 KB, 148 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
9 благодарности(ей) от:
BCP Hung, chikuru, davidg, Elite_360_, Hostboard, LOGECT, RichieBoy67, SaN-DeeP, tanzeelniazi

Comments
  #2  
Old 02-08-2015, 02:48 PM
CvP's Avatar
CvP CvP is offline
 
Join Date: Aug 2006
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved.
Reply With Quote
  #3  
Old 02-09-2015, 03:44 PM
chikuru chikuru is offline
 
Join Date: Nov 2011
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hope it can also backup via scp to a vps or dedicated server on the next few updates. Really good plugin.
Reply With Quote
  #4  
Old 02-09-2015, 11:44 PM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect!! I love this addon! Thanks
Reply With Quote
Благодарность от:
Hostboard
  #5  
Old 02-09-2015, 11:48 PM
CvP's Avatar
CvP CvP is offline
 
Join Date: Aug 2006
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Manoel J?nior View Post
Perfect!! I love this addon! Thanks
Please let me know how it works for you. There are a couple of minor bugs and some pending features...
Reply With Quote
  #6  
Old 02-10-2015, 12:48 AM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chikuru View Post
I hope it can also backup via scp to a vps or dedicated server on the next few updates. Really good plugin.
One of the reasons I choose to use OneDrive is because there are many options available to sync the data stored there to other services.

How to sync Microsoft OneDrive on Linux
Reply With Quote
Благодарность от:
chikuru
  #7  
Old 02-10-2015, 08:44 AM
CvP's Avatar
CvP CvP is offline
 
Join Date: Aug 2006
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chikuru View Post
I hope it can also backup via scp to a vps or dedicated server on the next few updates. Really good plugin.
I actually have done this in the past. Will see if I can integrate that into this.

One of the key reason we are using OneDrive is because it is the cheapest (1TB basically for free) and supports largest files (10GB each). We think this is sufficient for our needs.


A few notes about the state of this add-on:
1. It will not work if your admincp is renamed. Minor issue; will be fixed in next update.
2. It will fail to upload large files to onedrive due to some API limitation. Fix will be provided in next update.
Reply With Quote
Благодарность от:
synseal
  #8  
Old 02-10-2015, 09:30 AM
chikuru chikuru is offline
 
Join Date: Nov 2011
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CvP View Post
I actually have done this in the past. Will see if I can integrate that into this.

One of the key reason we are using OneDrive is because it is the cheapest (1TB basically for free) and supports largest files (10GB each). We think this is sufficient for our needs.


A few notes about the state of this add-on:
1. It will not work if your admincp is renamed. Minor issue; will be fixed in next update.
2. It will fail to upload large files to onedrive due to some API limitation. Fix will be provided in next update.
Cool!
I will give plugin a try and will post feedback here.
Reply With Quote
  #9  
Old 02-11-2015, 11:57 AM
CvP's Avatar
CvP CvP is offline
 
Join Date: Aug 2006
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CvP View Post
it is the cheapest (1TB basically for free)
Correction: Not 1TB; unlimited.

Quote:
Originally Posted by chikuru View Post
Cool!
I will give plugin a try and will post feedback here.
Wait for the next update. Current version will fail for anything above 100MB.
Reply With Quote
  #10  
Old 02-11-2015, 03:11 PM
CvP's Avatar
CvP CvP is offline
 
Join Date: Aug 2006
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version 1.2.0 released.
  • Added support for up to 10GB backup file (separately for DB and FILES)
  • Added fragment size option (default 50MB)
  • Added lots of error checking
  • Fixed rename admincp issue

This is not considered beta anymore.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06365 seconds
  • Memory Usage 2,348KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (12)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete