Knowledge is Yours - Nguyen Si Nhan
Open Your Heart ... Open Your Mind ...
Pages
(Move to ...)
Home
About me
▼
Showing posts with label
backup
.
Show all posts
Showing posts with label
backup
.
Show all posts
Thursday, February 2, 2012
Cpanel : Backup and restore multi website by script
›
Backup: Create a file with name backup.sh for i in $(ls /var/cpanel/users) do /scripts/pkgacct $i done Restore: Create a file ...
Sunday, November 13, 2011
How to restore or backup database mysql by cmd (command)
›
Restore mysql -u user_name -p your_password database_name < file_name.sql gzip -dc <database.sql.gz |mysql -u root -p databasenam...
›
Home
View web version