Backup Your Node: Difference between revisions
Jump to navigation
Jump to search
m KK9ROB moved page Backup to Backup Your Node |
No edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Warning|user-guide/menu/#backup-and-restore}} | |||
{{ Note|'''This only works for ASL distributions and may not exist on others. Use at your own risk.''' }} | |||
AllStarLink has a built-in backup feature that is often overlooked. Backups are easy to create and are stored on our [http://backup.allstarlink.org Backup server]. | AllStarLink has a built-in backup feature that is often overlooked. Backups are easy to create and are stored on our [http://backup.allstarlink.org Backup server]. | ||
=Backup Settings= | =Backup Settings= | ||
To enable backups you'll need to set up the /etc/ | To enable backups you'll need to set up the /etc/asterisk/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 | Sample: savenode.conf |
Latest revision as of 16:35, 18 October 2024
This only works for ASL distributions and may not exist on others. Use at your own risk.
AllStarLink 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/asterisk/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
Backup
To create a backup type:
savenode.sh
on DIAL and prior.
or save-node
on ASL.
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.
ASL Backup and Restore Menu
- Login is as root.
- Start the ASL Menu by typing asl-menu at the Linux prompt if not already showing.
- Select "6 ASL Configuration Edit Menu"
- Select "A Backup Restore Menu"
- Choose the Backup or Restore function desired