Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:use_case:how_to_perform_system_backup [2015/05/14 07:37] – [Database Backup] liuxlen:use_case:how_to_perform_system_backup [2015/05/15 07:17] (current) – [File Backup] liuxl
Line 6: Line 6:
 </code> </code>
 System will prompt for database root password, you can find it in /etc/astercc.conf if you don't know. System will prompt for database root password, you can find it in /etc/astercc.conf if you don't know.
-<note warning>Note:If you see "mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect",you should use <code> mysqldump -h127.0.0.1 -uroot -p astercc10 | gzip > astercc_db.sql.gz </code> </note>+<note warning>Note:If you see "mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect"you should use <code> mysqldump -h127.0.0.1 -uroot -p astercc10 | gzip > astercc_db.sql.gz </code> </note>
 ===== File Backup ===== ===== File Backup =====
 <code> <code>
-tar czf astercc_files.tar.gz /etc/asterisk /var/lib/asterisk /var/www/html /opt/asterisk/scripts/astercc /var/spool/asterisk /etc/astercc.conf+sudo tar czfP astercc_files.tar.gz /etc/asterisk /etc/astercc.conf /opt/asterisk/scripts/astercc /var/lib/asterisk /var/spool/asterisk /var/www/html  
 </code> </code>
 ===== Download Backup files===== ===== Download Backup files=====
 Now you have two files astercc_db.sql.gzip and astercc_files.tar.gz, you can download via ftp/sftp tools, or move the file to http folder so you can download from browser Now you have two files astercc_db.sql.gzip and astercc_files.tar.gz, you can download via ftp/sftp tools, or move the file to http folder so you can download from browser
 <code> <code>
-mv astercc_files.tar.gz astercc_db.sql.gzip /var/www/html/asterCC/app/webroot/ +sudo mv astercc_files.tar.gz astercc_db.sql.gzip /var/www/html/asterCC/app/webroot/ 
 </code> </code>
 Then you can download by visiting Then you can download by visiting
  
-http://your ip/astercc_files.tar.gz+ http://your ip/astercc_files.tar.gz
  
 and and
  
-http://your ip/astercc_db.sql.gzip+ http://your ip/astercc_db.sql.gzip
  
 +<note tip>If you use CentOS,you can download by "wget http://your ip/astercc_files.tar.gz"  and  "wget http://your ip/astercc_db.sql.gzip" </note>
en/use_case/how_to_perform_system_backup.1431589072.txt.gz · Last modified: (external edit)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki