This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:use_case:how_to_perform_system_backup [2015/05/14 09:19] liuxl [Download Backup files] |
en:use_case:how_to_perform_system_backup [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== File Backup ===== | ===== File Backup ===== | ||
| <code> | <code> | ||
| - | sudo tar czfP 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===== | ||
| Line 24: | Line 24: | ||
| http://your ip/astercc_db.sql.gzip | http://your ip/astercc_db.sql.gzip | ||
| - | <note warning>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> | + | <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> |