To Backup
Login To PC using Putty or directly on the console prompt of the machine
At Root Prompt Type the following
mysqldump -uroot -pvicidialnow asterisk > asterisk.sql
Use WinSCP to Copy to Local Machine
To Restore
Use WinSCP to copy from Local PC to Traget PC
Login to Target PC using Putty or directly on the the console prompt,
Go to the folder where you copied the File and type the following
mysql -uroot -pvicidialnow asterisk < asterisk.sql
Login To PC using Putty or directly on the console prompt of the machine
At Root Prompt Type the following
mysqldump -uroot -pvicidialnow asterisk > asterisk.sql
Use WinSCP to Copy to Local Machine
To Restore
Use WinSCP to copy from Local PC to Traget PC
Login to Target PC using Putty or directly on the the console prompt,
Go to the folder where you copied the File and type the following
mysql -uroot -pvicidialnow asterisk < asterisk.sql
No comments:
Post a Comment