Difference between revisions of "Backup Your Node"

From "PTTLink Wiki"
Jump to navigation Jump to search
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
AllStarLink has a built-in back feature that is often overlooked. Backups are very easy to create and restore. Backups are stored on our [http://backup.allstarlink.org Backup server].  
+
[[Category:How to]]
 +
[[Category:Node Configuration]]
 +
[[Category:Administration]]
 +
PTTLink has a built-in backup feature that is often overlooked. Backups are easy to create and are stored on our [http://backup.pttlink.org Backup server].  
  
=Backup=
+
=Backup Settings=
To enable backups you'll need to set up the savenode.conf file as shown. Replace the node number and password with any one of the node's info on your server. The backup filename will be the chosen node number.  
+
To enable backups you'll need to set up the /etc/astrerisk/savenode.conf file as shown. Replace the node number and password with any one of the node's info on your server. The backup filename will be the chosen node number.  
  
Sample: /etc/asterisk/savenode.conf
+
Sample: savenode.conf
 
<pre>
 
<pre>
NODE=1999
+
NODE=1999         ; replace with your node number
PASSWORD=123456
+
PASSWORD=123456   ; replace with your password
 
ENABLE=1
 
ENABLE=1
 
</pre>
 
</pre>
  
Then to create a backup type:
+
=Backup=
 +
To create a backup type:<br />
 +
<code>savenode.sh</code> on DIAL and prior.<br />
 +
or <code>save-node</code> on PTTLink. <br />
 +
All nodes on your server will be backed up.
  
*CLI> savenode.sh
+
=Restore=
  
All nodes on this node's server will be backed up.
+
* Point your browser at [[http://backup.pttlink.org Backup server]] and enter your node number and it's password.
 +
* You will see your last four backups in tgz format. Click the one you want to download it.
 +
* With your favorite file transfer program upload the file to your user home directory.
 +
* Then <code>*CLI> tar -xzvf ''fliename''.tgz; cd etc/asterisk</code> and <code>cp</code> all or some of the files to the /etc/asterisk directory.  
  
=Restore=
+
= PTTLink Backup and Restore Menu =
Point your browser at [[http://backup.allstarlink.org Backup server]] and enter your node number and it's password. You will see your last four backups in tgz format. Click the one you want to download it. Then (with your favorite file transfer program) put the file on your server in a directory, preferably your home directory. Then cp all or some of the files to the /etc/asterisk directory.  
+
* Login is as root.
 
+
* Start the PTTLink Menu by typing ptt-menu at the Linux prompt if not already showing.
[[Category:How to]]
+
* Select "6 PTTLink Configuration Edit Menu"
 +
* Select "A Backup Restore Menu"
 +
* Choose the Backup or Restore function desired

Latest revision as of 05:32, 13 March 2021

PTTLink has a built-in backup feature that is often overlooked. Backups are easy to create and are stored on our Backup server.

Backup Settings

To enable backups you'll need to set up the /etc/astrerisk/savenode.conf file as shown. Replace the node number and password with any one of the node's info on your server. The backup filename will be the chosen node number.

Sample: savenode.conf

NODE=1999         ; replace with your node number
PASSWORD=123456   ; replace with your password
ENABLE=1

Backup

To create a backup type:
savenode.sh on DIAL and prior.
or save-node on PTTLink.
All nodes on your server will be backed up.

Restore

  • Point your browser at [Backup server] and enter your node number and it's password.
  • You will see your last four backups in tgz format. Click the one you want to download it.
  • With your favorite file transfer program upload the file to your user home directory.
  • Then *CLI> tar -xzvf fliename.tgz; cd etc/asterisk and cp all or some of the files to the /etc/asterisk directory.

PTTLink Backup and Restore Menu

  • Login is as root.
  • Start the PTTLink Menu by typing ptt-menu at the Linux prompt if not already showing.
  • Select "6 PTTLink Configuration Edit Menu"
  • Select "A Backup Restore Menu"
  • Choose the Backup or Restore function desired