What's the easy way to backup websites/mysql database?

jt2377

Verified User
Joined
Dec 26, 2005
Messages
55
hi all. Due to LayeredTech price hike, i'm going to cancel my server with LT within two weeks. Does anyone know an easy way to backup all the domians and mysql database in FreeBSD/DirectAdmin? Is there a built in feature in DirectAdmin that can do that?

thank
 
Code:
mkdir -p /home/admin/admin_backups
chown -R admin:admin /home/admin/admin_backups
 
Back
Top