i did an upgrade and did a
sort /etc/backuppc/oldconfig.pl > /tmp/oldconfig.pl
sort /etc/backuppc/config.pl > /tmp/config.pl
diff /tmp/oldconfig.pl /tmp/config.pl > /tmp/diffedconfig.pl

then i can take a look at the diffedconfig.pl to see changed.  i sort the
files so i dont have to jump back and forth a lot trying to find the config
sections.  i only use this as a reference and then i modify the new
/etc/backuppc/config.pl

hope it helps.


On 10/11/07, Carl Wilhelm Soderstrom <[EMAIL PROTECTED]> wrote:
>
> On 10/11 11:29 , Peter Kuennemann wrote:
> > I am currently running 2.1.2, I am having some fear to migrate backuppc
> > to the current version. I think I need to check for the risks :-(
>
> it's pretty straightforward and harmless; I've done upgrades on several of
> my installations.
>
> Mine are all debian-packaged; so basically the idea is:
> copy the old config.pl file
> install the new package
> merge the new features into the old config, I think they are:
> - $Conf{IncrLevels} = [1]; (after some discussion on the list here, I've
>    taken to doing $Conf{IncrLevels} = [1, 2, 3, 4, 5, 6];)
> - $Conf{BackupsDisable} = 0;
>
> alternatively, go through the new config file and re-put your changes in.
> restart backuppc
> done!
>
> --
> Carl Soderstrom
> Systems Administrator
> Real-Time Enterprises
> www.real-time.com
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to