Creating Online Backup Script for E9

Actually I found it here you go

@echo off

Rem This is a batch file to backup your Progress 10.0B database
Rem You will need one of these files for each database you want to backup
Rem You will need to edit the SET statements for your installation
Rem Do not edit anything other than the SET statements

Rem Edit below -----------------------------------------------

Rem set your Progress directory, using only the physical path
SET XPrgsDir="C:\Program Files\epicor\oe101c"

Rem set your Database file, using only the physical path
SET XDbFile="C:\Program Files\Epicor Software\Epicor904\db\mfgsys"

Rem set your backup file and backup log file, using only a physical path
SET XBackupFile="C:\Program Files\Epicor
Software\Epicor904\db\LiveBackup\LiveBkup.2"
SET XBackupLogFile="C:\Program Files\Epicor
Software\Epicor904\db\LiveBackup\LiveBkupLog2.wri"

Rem Do Not edit below -----------------------------------------

Rem Run backup

Call %XPrgsDir%\bin\probkup online %XDbFile% %XBackupFile% >>
%XBackupLogFile%

Rem Run verification of backup

Call %XPrgsDir%\bin\prorest %XDbFile% %XBackupFile% -vp >> %XBackupLogFile%


Rem blank the variables out, since we are finished with them

SET XPrgsDir=""
SET XDbFile=""
SET XBackupFile=""
SET XBackupLogFile=""


*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Wed, Apr 4, 2012 at 10:31 PM, Jose Gomez <jose@...> wrote:

> There are a few in here in the grup/ If you search you will find it.
>
> Thanks!
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *T: 904.469.1524 mobile
> E: jose@...
> http://www.josecgomez.com
> <http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
> <http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
> <http://www.josecgomez.com/professional-resume/> <http://www.josecgomez.com/feed/>
> <http://www.usdoingstuff.com>
>
> *Quis custodiet ipsos custodes?*
>
>
>
> On Wed, Apr 4, 2012 at 8:26 PM, subzerovi <tmcmullen@...> wrote:
>
>> **
>>
>>
>> Does anyone have the instructions for setting up the online backup script
>> in E9?
>>
>> I have tried to look at our online backup script in Vantage 8.03
>> (probkup.bat) and draw a comparison for E9, but I'm not 100% sure where to
>> start.
>>
>> Any help is appreciated. Thanks.
>>
>>
>>
>
>


[Non-text portions of this message have been removed]
Does anyone have the instructions for setting up the online backup script in E9?

I have tried to look at our online backup script in Vantage 8.03 (probkup.bat) and draw a comparison for E9, but I'm not 100% sure where to start.

Any help is appreciated. Thanks.
There are a few in here in the grup/ If you search you will find it.

Thanks!

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Wed, Apr 4, 2012 at 8:26 PM, subzerovi <tmcmullen@...> wrote:

> **
>
>
> Does anyone have the instructions for setting up the online backup script
> in E9?
>
> I have tried to look at our online backup script in Vantage 8.03
> (probkup.bat) and draw a comparison for E9, but I'm not 100% sure where to
> start.
>
> Any help is appreciated. Thanks.
>
>
>


[Non-text portions of this message have been removed]