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
  #52  
Old 06-02-2015, 08:30 AM
torrentinvites torrentinvites is offline
 
Join Date: Jun 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting this on file upload

Fatal error: Call to undefined function curl_strerror() in public_html/packages/cbm/includes/onedrive.php on line 274

My database is 4 gigs.

The file backup works fine.

Any ideas?

I'm assuming it wants to give me an error message.
Reply With Quote
  #53  
Old 06-02-2015, 10:33 AM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by torrentinvites View Post
I'm getting this on file upload

Fatal error: Call to undefined function curl_strerror() in public_html/packages/cbm/includes/onedrive.php on line 274

My database is 4 gigs.

The file backup works fine.

Any ideas?

I'm assuming it wants to give me an error message.
This error indicates that you do not have CURL enabled in your PHP.
Reply With Quote
  #54  
Old 08-01-2015, 10:22 PM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Which is updated?
Reply With Quote
  #55  
Old 08-03-2015, 04:48 AM
friendlymela's Avatar
friendlymela friendlymela is offline
 
Join Date: Dec 2012
Location: Karachi, Pakistan
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow this is useful .. thanks to developer
Reply With Quote
  #56  
Old 08-28-2015, 01:35 AM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, unfortunately I have lost contact with CvP so development has currently stopped. I am attaching the latest files which were due to be released. I do not believe you need to re-import the XML as the one attached is from a previous version but I wanted to include since this is what I a running across all my sites. Once I secure a new developer I will see about updating this add-on. Any suggestions as to what you would like to see?

Attachment 153225
Reply With Quote
Благодарность от:
Manoel J?nior
  #57  
Old 08-28-2015, 09:38 PM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you. This release has been repaired uploading error databases/files larges?
Reply With Quote
  #58  
Old 08-31-2015, 04:45 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey guys, I have tried using this but I do not see the section in the admincp where I can see what is or has been uploaded to onedrive. I also do not see anything at all on Onedrive yet.

Does anyone have this working?

Also, are there updated instructions anywhere for using this with Linux?
Reply With Quote
  #59  
Old 09-03-2015, 10:02 PM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Manoel J?nior View Post
Thank you. This release has been repaired uploading error databases/files larges?
No it does not. however I do have a new developer and we will be revisiting CBM to see why this might be happening.
Reply With Quote
2 благодарности(ей) от:
Manoel J?nior, RichieBoy67
  #60  
Old 09-03-2015, 11:26 PM
LinksFreak LinksFreak is offline
 
Join Date: Dec 2011
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

really great mod is it possible to make vb 3.8.7 ?
Reply With Quote
  #61  
Old 09-04-2015, 04:12 PM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
Hey guys, I have tried using this but I do not see the section in the admincp where I can see what is or has been uploaded to onedrive. I also do not see anything at all on Onedrive yet.

Does anyone have this working?

Also, are there updated instructions anywhere for using this with Linux?
It is a pretty straight forward install as long as you follow the directions int he text file. if you want PM me your Skype and I will give you a hand. Only constraint is it will have to be an evening after 10pm EST.

Not sure I understand using with Linux but if you are referring to uploading the backups to a Linux box, no this will only work with the OneDrive service.
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 11:22 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.07849 seconds
  • Memory Usage 2,357KB
  • Queries Executed 26 (?)
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
  • (3)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (12)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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