RegBak Command Line Options

General discussion about Acelogix Software products
anidotnet
Posts: 1
Joined: Fri Aug 07, 2009 4:56 pm

RegBak Command Line Options

Post by anidotnet » Fri Aug 07, 2009 5:05 pm

Can anyone please give me any info on how to run regbak as a command line utility to automate backup?

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: RegBak Command Line Options

Post by Aneesh » Sun Aug 16, 2009 12:43 pm

Sorry, I didn't see this thread at all :-\

regbak.exe <backup path> /reg:suo /silent /overwrite /limitdays:d /limitcount:c

/reg:suo
s=system hives u=user hives, o=all other hives

/silent
silent operation

/overwrite
overwrites previous backup files in the save location

/limitdays:d
d = number of days of backups to keep, older backups will be deleted.

/limitcount:x
keeps last 'x' number of backups

Example:
Assuming "c:\windows\backup" is the backup location:
regbak.exe c:\windows\backup /reg:suo /silent
Regards,
Aneesh,
Acelogix Software Team.

smarts
Posts: 2
Joined: Sun Dec 13, 2009 10:25 pm

Re: RegBak Command Line Options

Post by smarts » Sun Dec 13, 2009 10:30 pm

Aneesh
Please write how to use <date> or <time> in command line, great demand.

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: RegBak Command Line Options

Post by Aneesh » Wed Dec 16, 2009 8:23 am

You can use <date> and/or <time> in the following way:

regbak "backup path\<date>\<time>" /reg:suo /silent /overwrite /limitdays:d /limitcount:c

Example:
Assuming "c:\windows\backup" is the backup location:
regbak "c:\windows\backup\<date>\<time>" /reg:suo /silent
Regards,
Aneesh,
Acelogix Software Team.

smarts
Posts: 2
Joined: Sun Dec 13, 2009 10:25 pm

Re: RegBak Command Line Options

Post by smarts » Wed Dec 16, 2009 11:15 am

Thanks!

hack3rakos
Posts: 3
Joined: Mon Nov 28, 2011 2:38 pm

Re: RegBak Command Line Options

Post by hack3rakos » Mon Nov 28, 2011 2:40 pm

I'm sorry for diggin this old thread but does REGRES.exe has command line switches to restore aswell?

hack3rakos
Posts: 3
Joined: Mon Nov 28, 2011 2:38 pm

Re: RegBak Command Line Options

Post by hack3rakos » Tue Nov 29, 2011 2:11 pm

it will be so helpfull so i can put a shutdown script to my sister's pc!!!!

Aneesh
Site Admin
Posts: 898
Joined: Mon Aug 04, 2003 7:12 am

Re: RegBak Command Line Options

Post by Aneesh » Tue Nov 29, 2011 4:04 pm

regres.exe has not command line switches. :--|
Regards,
Aneesh,
Acelogix Software Team.

hack3rakos
Posts: 3
Joined: Mon Nov 28, 2011 2:38 pm

Re: RegBak Command Line Options

Post by hack3rakos » Wed Nov 30, 2011 12:15 pm

ok then! thanks for replying :)

Post Reply