[Cialug] rootkit

David Champion cialug@cialug.org
Thu, 10 Mar 2005 12:11:15 -0600


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