Peace and Protection forum

backing up favourites

theskid - 19-2-2022 at 18:44

can i make a backup of PnP favourites
,as if i was to make a fresh install i could import the favourites
thanks

kap - 20-2-2022 at 17:02

Quote:
can i make a backup of PnP favourites
,as if i was to make a fresh install i could import the favourites
thanks


You can manually view and copy the information, then paste it back into a new PnP environment, sure.

1. Where to find the information
If you run the default user profile in PnP, which is generally the case, please open the following file:

Code:
//run notepad.exe $mircdirCONFIG\default\config.ini


You'll see that PnP stores the favorites information in the following .ini sections:

[fav]
[favopt]
[favserv]

2. Steps to take
You could backup the entire CONFIG directory under $mircdir (this saves all your settings!) or write yourself a script/alias that extracts only the favorites from config.ini and another script/alias that imports this information... You could even turn this into a general backup addon - that enables you to selectively choose what to backup and restore!

[Edited on 23-2-2022 by kap]