ErikH2000
08-26-2004, 10:15 AM
I would like to run a daily backup of the indie wiki site (http://www.indiewiki.org) to store the data on another site. This is to protect against malicious edits or problems with the hosting provider. A ton of stuff has been written there already by different people, and I think I better do something to make it properly safe.
My backup plan is:
1. Each day run a script that backs up the wiki database into one file named after the day of the week, i.e. "Monday-Indiewikie-Backup.mysql".
2. The script would log in to somebody's FTP server and write the file there, overwriting an existing backup file of the same day for the previous week if existing.
So at any given point in time there would be the last seven days of wiki backed up, which is enough time to catch somebody's trashing and roll the wiki back. I'm guessing this needs about 20mb max of FTP storage, but I should probably check on that.
Is anyone interested in providing an FTP login for me to do this? If nobody is, I will probably just do a local backup which is not quite so good as offsite. It might seem silly to worry about offsite backups, but I'm paranoid here from a past experience getting locked out of my hosting account. Aw man, I'm getting all angry again just thinking about it!
-Erik
My backup plan is:
1. Each day run a script that backs up the wiki database into one file named after the day of the week, i.e. "Monday-Indiewikie-Backup.mysql".
2. The script would log in to somebody's FTP server and write the file there, overwriting an existing backup file of the same day for the previous week if existing.
So at any given point in time there would be the last seven days of wiki backed up, which is enough time to catch somebody's trashing and roll the wiki back. I'm guessing this needs about 20mb max of FTP storage, but I should probably check on that.
Is anyone interested in providing an FTP login for me to do this? If nobody is, I will probably just do a local backup which is not quite so good as offsite. It might seem silly to worry about offsite backups, but I'm paranoid here from a past experience getting locked out of my hosting account. Aw man, I'm getting all angry again just thinking about it!
-Erik