admin wrote: > yea. just wish i was confident enough that i could backup my websites, > databases, etc. looks like its back to day 1. Shouldn't be too hard. To get the web sites: tar -czvf web_backup.tgz /var/www/html If you're using mysql, to backup the databases: mysqldump -u root -p > mydata.dump -dc