Asterisk 1538 update to 1.01
I have heard that I need to backup /etc/asterisk, run the update, and restore /etc/asterisk. Is this restoring by copying the backed-up /etc/asterisk over the top of the updated /etc/asterisk? While it probably seems trivial to you veterans, some of us are not that comfortable with Linux. I would rather ask than spend hours at a remote site trying to figure out bad-result ripples. Thanks, Duane KA1LM 42996
Yes Thanks, Bob K6ECM Sent from iPad
On Jan 4, 2019, at 10:37 AM, DuaneVT <selkie2@comcast.net> wrote:
I have heard that I need to backup /etc/asterisk, run the update, and restore /etc/asterisk. Is this restoring by copying the backed-up /etc/asterisk over the top of the updated /etc/asterisk? While it probably seems trivial to you veterans, some of us are not that comfortable with Linux. I would rather ask than spend hours at a remote site trying to figure out bad-result ripples. Thanks, Duane KA1LM 42996 _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
A quick backup assumes root. use sudo if/where needed. cd /etc/asterisk mkdir bk cp *.* /etc/asterisk/bk Now copies of all the files are there in /etc/asterisk/bk look to make sure your files are there beforehand. to copy back cp /etc/asterisk/bk/*.* /etc/asterisk I am assuming you are not doing a upgrade method that is destructive to the data on the whole HDD. Best to copy your .conf files off disk somewhere beforehand. Using a GUI program like winscp makes this much easier and faster. But suggest you also look-up for online linux how-to's for file manipulation. ...mike/kb8jnm On 1/4/2019 1:37 PM, DuaneVT wrote:
I have heard that I need to backup /etc/asterisk, run the update, and restore /etc/asterisk. Is this restoring by copying the backed-up /etc/asterisk over the top of the updated /etc/asterisk? While it probably seems trivial to you veterans, some of us are not that comfortable with Linux. I would rather ask than spend hours at a remote site trying to figure out bad-result ripples. Thanks, Duane KA1LM 42996
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Lot's of Allstar users like to use WinSCP https://winscp.net/eng/index.php for that. File copy, move and edit is much like you'd do on Windows. On Fri, Jan 4, 2019 at 10:38 AM DuaneVT <selkie2@comcast.net> wrote:
I have heard that I need to backup /etc/asterisk, run the update, and restore /etc/asterisk. Is this restoring by copying the backed-up /etc/asterisk over the top of the updated /etc/asterisk? While it probably seems trivial to you veterans, some of us are not that comfortable with Linux. I would rather ask than spend hours at a remote site trying to figure out bad-result ripples. Thanks, Duane KA1LM 42996 _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Tim WD6AWP
participants (4)
-
Bob Pyke -
DuaneVT -
Mike -
Tim Sawyer