MyBB Ideas
The MyBB Ideas site allows users to suggest new features and changes in MyBB and the MyBB Group to easily review them to decide what direction MyBB should head in. Search existing ideas.
FTP Backup Script
|
2 votes
|
Add a new function to the Backup Script that you can find under Task shedule: Back Up to an FTP Server, you have to enter the informations of your ftp server, then the script will copy a backup of the mysql Database to your ftp server. This would help much in case of an server crash....
|
3 Comments
-
GamerVoid, 1st February 2012, 2:34:04 AM
Is it too hard to use phpMyAdmin to download an SQL file and then open another FileZilla tab to upload?
I believe there is also Booher's plugin in the mods DB. I believe it is called "Ultimate Backup Utility"
But I don't think this needs to be core. Even vBulletin lacks it to my knowledge (I mention vB because it is pure bloat ware).
-
AfflatusArts, 14th February 2012, 10:50:13 AM
It's not too hard, but in my opnion it's much easier if you have a backup script that runs by a cronjob every week. So you don't forget your backup and it is safe and you're backups are up to date.
Writing a script like this is not hard... it have to make an SQL Dump and copy the created file through an ftp tunnel to a remote host.
-
OkweL, 15th February 2012, 8:55:48 AM
"So you don't forget your backup and it is safe and you're backups are up to date."
What kind of Administrator you are if you can "forget" your daily duty.
"Writing a script like this is not hard... it have to make an SQL Dump and copy the created file through an ftp tunnel to a remote host."
Imagine now that someone "hacked" some random forum. This can lead to unnecessary abuse and also lowers the security of the remote server.
Still 3rd party dump php scripts are way better, or crontab if you have ssh access.
Post a Comment
Before you can post a comment you must be a registered member of the MyBB Community Forums.
If you already have an account, log-in to it to post a comment or if you don't register a new account.