Automate the Backup

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
8/12/2009 7:21:57 PM
Gravatar
Total Posts 2

Automate the Backup

Currently, I am hosting my mojo on a server where I have no access. I have to email the administrator if I have any requests for changes. I basically have a user account to my SQL database and I have FTP access to the folders.

With that in mind, what about building an admin feature that would backup my database and copy my portal site into a compressed folder of my choosing? I'm thinking it would be necessary for this to be queued process so it doesn't stop the responsiveness of the web site.

Do you have anything written up as to the process of backing up for those of us less qualified to mess with SQL Server? Your installation documents were great by the way!

8/13/2009 6:07:49 AM
Gravatar
Total Posts 18439

Re: Automate the Backup

Hi,

I agree that would be a nice feature to have but its a tall order to implement it especially for all the db platforms. I don't expect to work on it any time soon but probably eventually.

Currently the bast way to make backups is with external tools to backup the db and site contents. Some hosts do provide these kinds of things. 

Best,

Joe

10/13/2009 7:36:54 AM
Gravatar
Total Posts 108

Re: Automate the Backup

Hi there,

Side tracking a bit, but have you seen this ms tool, I used it the other day, as i wanted to update my db online without having to request admin support.

It generates a single SQL script file which can be used to recreate a database (both schema and data) in a shared hosting environment where the only connectivity to a server is through a web-based control panel with a script execution window.

http://www.microsoft.com/downloadS/details.aspx?familyid=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en

Might be of some interest

You must sign in to post in the forums. This thread is closed to new posts.