소스 검색

Update backup.rst

FusionPBX 7 년 전
부모
커밋
b70ffbb154
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      source/getting_started/backup.rst

+ 3 - 3
source/getting_started/backup.rst

@@ -30,7 +30,7 @@ Be sure to change the password by replacing the zzzzzzzz in PGPASSWORD="zzzzzzzz
  pg_dump --verbose -Fc --host=$database_host --port=$database_port -U fusionpbx fusionpbx --schema=public -f /var/backups/fusionpbx/postgresql/fusionpbx_pgsql_$now.sql
  pg_dump --verbose -Fc --host=$database_host --port=$database_port -U fusionpbx fusionpbx --schema=public -f /var/backups/fusionpbx/postgresql/fusionpbx_pgsql_$now.sql
  echo "Backup Complete";
  echo "Backup Complete";
  
  
-To save the file press escape then :wq for write and quit.
+To save the file press ctrl + x then y to save it.
 
 
 
 
 You should have the script ready to execute. (Default the script will use FreeSWITCH package paths.  If you have an older install using source be sure to change this by commenting the package line #22 and uncomment the source line #25.)
 You should have the script ready to execute. (Default the script will use FreeSWITCH package paths.  If you have an older install using source be sure to change this by commenting the package line #22 and uncomment the source line #25.)
@@ -52,8 +52,8 @@ Setting crontab -e
 
 
 Once this is complete you will have the backup ready to execute by ./fusionpbx-backup.sh or from the daily cron job. 
 Once this is complete you will have the backup ready to execute by ./fusionpbx-backup.sh or from the daily cron job. 
 
 
-Web Interface
-^^^^^^^^^^^^^
+Web Interface (optional)
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 
 **FreeSWITCH Package install paths.**
 **FreeSWITCH Package install paths.**