Back-ups of our Forum [message #37742] |
Tue, 19 June 2007 22:35 |
JeffWalkowski
Messages: 4 Registered: June 2007
Karma: 0
|
Junior Member |
|
|
We have been using FUDForums for 1+ years. We have no idea if there is any sort of back-up of all the posts at the Forum. What if the worst happens and the existing servers crash? Are there any safeguards in place to protect the existing data? Should our organization be looking into some sort of backup solution?
|
|
|
Re: Back-ups of our Forum [message #37750 is a reply to message #37742] |
Wed, 20 June 2007 23:01 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can do a periodic data dump via fudforum dump tool in the admin control panel.
FUDforum Core Developer
|
|
|
|
|
|
Re: Back-ups of our Forum [message #38972 is a reply to message #38960] |
Tue, 11 September 2007 23:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If you open the script there are instruction on which lines need to be uncommented to make the script executable via command line. Once that's done you can just setup a cron job to run it periodically.
FUDforum Core Developer
|
|
|
|
Re: Back-ups of our Forum [message #40423 is a reply to message #40419] |
Thu, 28 February 2008 00:24 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to unlock the forum's files via the file unlock admin panel.
FUDforum Core Developer
|
|
|
|
|
Re: Back-ups of our Forum [message #40436 is a reply to message #40428] |
Fri, 29 February 2008 01:25 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Did you specify the full path to the script when running the cronjob?
FUDforum Core Developer
|
|
|
|
Re: Back-ups of our Forum [message #40457 is a reply to message #40452] |
Mon, 03 March 2008 21:19 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Try doing the following:
cd /home/forum/wwwroot/adm && /usr/bin/php ./admdump.php /home/backups/cases/dump.gz
FUDforum Core Developer
|
|
|
|
|
Re: Back-ups of our Forum [message #40468 is a reply to message #40465] |
Wed, 05 March 2008 23:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Make sure that all forum files are accessible to the webserver (666 file permissions)
FUDforum Core Developer
|
|
|