Backup settings

Hi!

Is there a way to backup my setting and my backup my “backup”?

Thank you!
Ciao!

G’day,

The following registry key holds the backup settings;

HKCU/Software/Comodo/Comodo Backup

If you export this key, you’ve got your settings.

hope this helps,
Ewen :slight_smile:

Thank you very much!!!
:wink: :wink: :wink:

Hey,

I think the right hive should be “HKCU\Software[b]ComodoGroup[/b]\Comodo BackUp” but let’s wait for panic’s answer.

Here’s an easy way to export the key under Windows XP (type it to Run…):

reg export "HKEY_CURRENT_USER\Software\ComodoGroup\Comodo BackUp" c:\cbbackup.reg

Explanation:
reg export - reg is the basic utility to access registry from command prompt and it got an export switch to export key datas

“” - you must use quotes cause there’s a space between Comodo and BackUp.

[i]c:[/i] - means C: drive’s root, you can add additional directory to the path, ex. c:\temp, etc.

cbbackup.reg - name of the exported file, whatever you want, .reg extension suggested so you can double-click and import later (unless you want to use command prompt again)

Regards,

Arki

LOL We’re both right - you need to export BOTH keys. One stores the application and job settings, the other stores the user settings.

Mea culpa, mea culpa, mea maxima culpa. :-[

Ewen :slight_smile:

I only found my i-Vault under HKEY_CURRENT_USER\Software\Comodo = ???