Browse Source

Update backup.rst

Len 8 years ago
parent
commit
c87c3c553d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/getting_started/backup.rst

+ 1 - 1
source/getting_started/backup.rst

@@ -32,7 +32,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 quite
+To save the file press escape then :wq for write and quit.
 
 
 
 
 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.)