Browse Source

Update restore.md

FusionPBX 4 months ago
parent
commit
93826ebb52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/getting_started/restore.md

+ 1 - 1
source/getting_started/restore.md

@@ -32,7 +32,7 @@ restore methods on test machines first.
     export PGPASSWORD="zzz"
     export PGPASSWORD="zzz"
 
 
     #run the remote backup
     #run the remote backup
-    ssh -p 22 root@$ssh_server "nice -n -20 /etc/cron.daily/./fusionpbx-backup.sh"
+    ssh -p 22 root@$ssh_server "nice -n -20 /etc/cron.daily/./fusionpbx-backup"
 
 
     #delete freeswitch logs older 7 days
     #delete freeswitch logs older 7 days
     find /var/log/freeswitch/freeswitch.log.* -mtime +7 -exec rm {} \;
     find /var/log/freeswitch/freeswitch.log.* -mtime +7 -exec rm {} \;