News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Backup C::B setting file in Ubuntu

Started by ordak, November 07, 2019, 03:13:55 PM

Previous topic - Next topic

ordak

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/
Code::Blocks SVN
OS : Ubuntu LTS

oBFusCATed

I'd store the whole folder. Some plugins store their settings in different files.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ordak

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.
Code::Blocks SVN
OS : Ubuntu LTS

BlueHazzard

Yes this is the folder. I would store the whole .codeblocks folder

ordak

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.
Code::Blocks SVN
OS : Ubuntu LTS