[OpenSIPS-Users] Recover running configuration of OpenSIPs

qasimakhan at gmail.com qasimakhan at gmail.com
Wed Nov 7 07:30:58 CET 2012


I think a better way than adding copy command to init script would be to
use incron <http://inotify.aiken.cz/?section=incron&page=about&lang=en>utility.
This utility triggers cron jobs based on file system triggers so
you can backup a file when it is changed. You can do SVN/Git commit or even
do an rsync so whenever you change the file it is automatically backed up.

Regards,
Qasim


On Tue, Nov 6, 2012 at 10:12 PM, Ovidiu Sas <osas at voipembedded.com> wrote:

> Just use git to track down your changes.
>
> On Tue, Nov 6, 2012 at 11:25 AM, Muhammad Shahzad
> <shaheryarkh at googlemail.com> wrote:
> > No, file was not removed, but only changed with default opensips
> > configuration file that comes with its source code, so i guess any file
> > system utility won't help, specially when using EXT3 FS.
> >
> > To avoid such situation in future i suggest to create backup
> configuration
> > file from start up script i.e. /etc/init.d/opensips, e.g. whenever we run
> > "/etc/init.d/opensips start", it should make a copy of opensips.cfg
> > somewhere safe like,
> >
> > cp -arvf /usr/local/opensips/opensips.cfg
> > /var/run/opensips/opensips.cfg-<current-date-time>
> >
> > This backup is good not only for recovery but also to see what went to
> > production when..
> >
> > But for current situation, it seems i am helpless.
> >
> > Thank you.
> >
> >
> > On Tue, Nov 6, 2012 at 4:22 PM, alexandre Moutot <a.moutot at alphalink.fr>
> > wrote:
> >>
> >> Hi,
> >>
> >> Have you try to recover your file from your FS ?
> >>
> >> Regards,
> >>
> >> M. A.
> >>
> >> ----- Original Message -----
> >> > From: "Muhammad Shahzad" <shaheryarkh at googlemail.com>
> >> > To: "OpenSIPS users mailling list" <users at lists.opensips.org>
> >> > Sent: Tuesday, November 6, 2012 3:57:33 PM
> >> > Subject: [OpenSIPS-Users] Recover running configuration of OpenSIPs
> >> > Hi,
> >> >
> >> >
> >> > Is there anyway to get currently loaded opensips.cfg in a running
> >> > instance of opensips? i have accidently lost the opensips
> >> > configuration of a running production server? The backup of
> >> > configuration file is bit old and does not contains most recent
> >> > changes so i am worried next time we restart opensips we may loose
> >> > some important changes in configuration file.
> >> >
> >> >
> >> >
> >> > I know its a bit stupid / awkward situation but any help will be
> >> > highly appreciated.
> >> >
> >> >
> >> > Thank you.
> >> >
> >> >
> >> >
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20121107/bb1e3b76/attachment-0001.htm>


More information about the Users mailing list