浏览代码

Update backup.rst

FusionPBX 7 年之前
父节点
当前提交
0c18e46972
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      source/getting_started/backup.rst

+ 2 - 4
source/getting_started/backup.rst

@@ -9,15 +9,13 @@ It's always good to have a backup method in place.  Here are the steps to a basi
 Command line settings
 ^^^^^^^^^^^^^^^^^^^^^^
 
-Be sure to change the password by replacing the zzzzzzzz in PGPASSWORD="zzzzzzzz" with your password.
+Be sure to change the password by replacing the zzzzzzzz in PGPASSWORD="zzzzzzzz" with your database password. You can get the password from /etc/fusionpbx/config.php.
 
 
 ::
  
  
- cd /usr/src/fusionpbx-install.sh
- git pull
- cd debian/resources/backup/
+ cd /etc/cron.daily
  vim fusionpbx-backup.sh
  
  #!/bin/sh