View previous topic :: View next topic |
Author |
Message |
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Fri Jun 02, 2006 22:41 Post subject: Important nwnx.org site information |
|
|
The nwnx.org website has suffered from a critical hardware failure yesterday and today.
I am too tired right now to give a lengthy explanation as to why and what, so here are just the facts:
1. Complete failure of RAID-1 storage space
2. Backups have been restored
3. The most current data is from 22. February
4. No other data (e.g. source code) has been affected
This means that not only the site redesign has been lost, but also all posts here in the forum since late February. I am very sorry for this, but there is nothing I can do about it now.
More updates to follow. _________________ Papillon
Last edited by Papillon on Sun Sep 10, 2006 10:55; edited 1 time in total |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Sun Jun 04, 2006 11:10 Post subject: |
|
|
Well, the site is back to where it was before the crash now. _________________ Papillon |
|
Back to top |
|
|
Via Con Diablos
Joined: 23 Nov 2005 Posts: 55
|
Posted: Tue Jun 06, 2006 8:49 Post subject: |
|
|
Absolutely terrific!
As a side note, RAID1 == bad...but I'm sure you already know that
If you need some offsite backup, I can offer you free ftp space for automated backup. |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Tue Jun 06, 2006 22:43 Post subject: |
|
|
Well, at least it's not good enough, apparently
Thanks for you offer, but backups should be ok now. _________________ Papillon |
|
Back to top |
|
|
lylver
Joined: 25 Sep 2006 Posts: 3 Location: France
|
Posted: Mon Sep 25, 2006 16:44 Post subject: |
|
|
so ... I'm back and see the disaster.
Don't you think you should do a mysqldump everyday now ?
with gzip compression should'nt take more than 10Mb/day.
I use a stuff like that in a scheduled tasks (windows)
to backup my forums every day.
Code: |
SET RN=%RANDOM%
<path_to_mysql>mysqldump.exe --host=localhost --user=<user> --password=<password> --compatible=mysql40 --opt --databases <database> <path_to_savefolder>\filename%DATE:~3,2%%DATE:~0,2%_%RN%.sql
<path_to_7zip>\7z.exe a -tzip <path_to_savefolder>\filename%DATE:~3,2%%DATE:~0,2%_%RN%.sql.zip filename%DATE:~3,2%%DATE:~0,2%_%RN%.sql
|
to do for mysql database & your forum database.
Also make a regular backup of the binary folder
The syntax should be near for linux. |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Fri Sep 29, 2006 12:39 Post subject: |
|
|
Yes. I do think that _________________ Papillon |
|
Back to top |
|
|
|