Welcome, Guest. Please login or register.
March 20, 2010, 02:02:01 PM

Login with username, password and session length

373241 Posts
41411 Topics
94110 Members

Latest Member: sdegghead

Search:     Advanced search | Tag Cloud
+  Welcome to the Comodo Forum
|-+  Desktop Security Products & Services
| |-+  Comodo Backup - CB
| | |-+  Help - CB
| | | |-+  How do you backup ... Backup?
« previous next »
Pages: [1] Go Down Print
Author Topic: How do you backup ... Backup?  (Read 2113 times)
sniffer
Newbie
*
Offline Offline

Posts: 4


« on: November 26, 2006, 06:50:28 PM »

I'm going nuts trying to figure out how to backup all the backup routines that I've built in ...umm... Backup.  Huh I've tried searching this out, but am not making any progress. I'm sure it's right in front of me, but I'm oblivious - can anyone help a newbie out?
Logged
Grzegorz
Newbie
*
Offline Offline

Posts: 24


« Reply #1 on: November 27, 2006, 05:34:33 AM »

The hint: Backup saves rules in the registry under HCU\Software\ComodoGroup\Compdo BackUp\Backup.
Logged

Grzegorz
panic
Global Moderator
Comodo's Hero
*****
Offline Offline

Posts: 8105


substance constant, depth variable


« Reply #2 on: November 27, 2006, 08:18:51 AM »

G'day,

The code shown below in RED will backup the registry entries for Comodo backup to a folder called "c:\cbubackup". It contains a sub-folder called "prior". The "prior" folder contains the immediately prior version to the one currently being backed up. This gives us two fall back positions.

You can modify the destination by changing the "c:\cbubackup" entries with the destination of your choice. Don't forget to change the " [ at ] " in the top line to the real "at" symbol.

Yes, this is a quick and dirty solution, but its a quick and dirty problem. LOL

Many thanks to Rotty for the CPF backup script this is based on.

**************************************************************

[ at ] echo off
cls
echo *****************************
echo The settings are backed up to c:\cbubackup\cbu.REG
echo Merge the "cbu.reg" file back, to restore settings
echo *****************************
echo.
echo To start press enter. To quit press the "x" button on this window
pause >nul:

cls
if not exist c:\cbubackup goto :new
goto :archive

:archive
echo Clearing oldest backup - please wait
del c:\cbubackup\prior\cbu.REG >nul:
echo Storing previous backup - please wait ...
copy c:\cbubackup\cbu.REG c:\cbubackup\prior\cbu.REG
echo Archiving current rule set - please wait ...
REGEDIT /E c:\cbubackup\cbu.REG "HKEY_CURRENT_USER\Software\ComodoGroup\Comodo BackUp\Backup"

:new
cls
echo.
echo Creating folders - please wait ...
echo.
md c:\cbubackup
md c:\cbubackup\prior
echo Archiving registry keys - please wait ...
REGEDIT /E c:\cbubackup\cbu.REG "HKEY_CURRENT_USER\Software\ComodoGroup\Comodo BackUp\Backup"
copy c:\cbubackup\cbu.REG c:\cbubackup\prior\cbu.REG >nul:
goto :end

:end
echo DONE!!!
echo Press any key to end
pause >nul:

**************************************************************

Hope this helps,
Ewen :-)
Logged

As your mums would say, "If you can't play nice with all the other kiddies, go home".
All users are asked to please read and abide by the  Comodo Forum Policy.
If you don't like it, don't use the forum.
sniffer
Newbie
*
Offline Offline

Posts: 4


« Reply #3 on: November 27, 2006, 05:43:27 PM »

sweet! Thanks for the help!  Bounce

I had SyncBackSE before this, and it allowed you to save your profiles through the GUI. Guess I just assumed Backup had it too. Doh!

You guys rock.
Logged
Tags:
Pages: [1] Go Up Print 
« previous next »
Jump to:  

SSL Certificate Free Virus Removal Firewall
Page created in 0.06 seconds with 17 queries.
Powered by SMF 1.1.11 | SMF © 2006, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Design by 7dana.com