Tagged Questions
2
votes
2answers
141 views
How can I archive (for historical record) my website?
If I launch a website that displays 1000's of pages of content (text) delivered dynamically from data in a database and and I want some sort of record to prove that this data had been published (on ...
14
votes
6answers
373 views
How do you backup your websites?
I was just wondering how the community backs up their websites?
I take a nightly dump the database and shift it across onto another server which then gets backed up onto removable media. It is ...
11
votes
7answers
2k views
Should I use mysqldump or mysqlhotcopy for MySQL database backups?
I have a WordPress blog running on a MySQL database that I want to back up regularly. Would it be better to use the mysqldump program or the mysqlhotcopy script to make backups? What are the pros and ...