Hi,
Is this command OK for making a backup of C::B settings in Ubuntu :
cp -v /home/mehdi/.codeblocks/default.conf /home/mehdi/Documents/Code_Blocks_Projects/
I'd store the whole folder. Some plugins store their settings in different files.
After searching my PC config file is found in here :
/home/mehdi/.config/codeblocks/default.conf
Is this so since the address given in some links is like my first post in this thread.
Yes this is the folder. I would store the whole .codeblocks folder
I has some "User templates" in config directory which did not copy. calling cp -r rest causes that folder and it's files content to be copied too.