Backup Your Node: Difference between revisions
Jump to navigation
Jump to search
imported>Wd6awp |
imported>Wd6awp |
||
Line 6: | Line 6: | ||
Sample: savenode.conf | Sample: savenode.conf | ||
<pre> | <pre> | ||
NODE=1999 | NODE=1999 ; replace with your node numner | ||
PASSWORD=123456 ; replace with your password | PASSWORD=123456 ; replace with your password | ||
ENABLE=1 | ENABLE=1 |
Revision as of 23:21, 16 October 2017
AllStarLink has a built-in back feature that is often overlooked. Backups are very easy to create and restore. Backups are stored on our Backup server.
Backup
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.
Sample: savenode.conf
NODE=1999 ; replace with your node numner PASSWORD=123456 ; replace with your password ENABLE=1
Then to create a backup type:
*CLI> savenode.sh
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
andcp
all or some of the files to the /etc/asterisk directory.