Ah do you mean backups using a backup software?
You need to backup Epicor db etc first, then back that backed up file up (but exclude several folders from the main backup - one being the DB folder - it stuggles backing up a moving target).
________________________________
From: Kirstin Brandt <kirstin.brandt@...>
To: vantage@yahoogroups.com
Sent: Wednesday, 16 May 2012, 21:49
Subject: [Vantage] Re: Database Backups E9
Â
Do you exclude your \db directory when you do your full backups?
You need to backup Epicor db etc first, then back that backed up file up (but exclude several folders from the main backup - one being the DB folder - it stuggles backing up a moving target).
________________________________
From: Kirstin Brandt <kirstin.brandt@...>
To: vantage@yahoogroups.com
Sent: Wednesday, 16 May 2012, 21:49
Subject: [Vantage] Re: Database Backups E9
Â
Do you exclude your \db directory when you do your full backups?
--- In vantage@yahoogroups.com, "r.morton03" <r.morton03@...> wrote:
>
> So, we backup the whole server every night. The online method of Epicor progress files only is what freezes the app server. We can't do it offline because our shop is running 3 shifts, 24/7/365, and are always going in and out.
>
> So, does anyone know what the DB Replication is? Found it in the Epicor Admin Console... heh
>
> --- In vantage@yahoogroups.com, "tracy.tmat" <tracy.smith@> wrote:
> >
> > We work the same as Chris... our online backup runs a couple of times a day and our offline runs on a Sunday afternoon.
> >
> >
> >
> > --- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@> wrote:
> > >
> > > We have an ONLINE and OFFLINE backup.
> > >
> > > The Online one can be ran at any time without shutting down the APPS or DB.
> > >
> > > The Offline one shuts down the APPS and DB.
> > >
> > >
> > >
> > > ________________________________
> > > From: r.morton03 <r.morton03@>
> > > To: vantage@yahoogroups.com
> > > Sent: Monday, 14 May 2012, 14:38
> > > Subject: [Vantage] Re: Database Backups E9
> > >
> > >
> > > ÂÂ
> > > Hi Chris,
> > >
> > > Shutting down the app servers. IS that standard operating procedure? We can't isolate the error, it happens whenever it wants.
> > >
> > > Thanks
> > >
> > > --- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@> wrote:
> > > >
> > > > I dont fully understand what you are asking here.
> > > >
> > > > Are your backups taking too long or is it just because it is shutting your app servers?
> > > >
> > > > Thanks.
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: r.morton03 <r.morton03@>
> > > > To: vantage@yahoogroups.com
> > > > Sent: Monday, 14 May 2012, 13:49
> > > > Subject: [Vantage] Database Backups E9
> > > >
> > > >
> > > > ÂÂÂ
> > > > This is a little above my knowledge level, but what is happening is we have issues with backing up the database, it shuts down the app servers. Here is the script:
> > > >
> > > > @echo off
> > > >
> > > > Rem This is a batch file to backup your Progress 10.1c 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=d:\epicor\oe101c
> > > >
> > > > Rem set your Database file, using only the physical path
> > > > SET XDbFile=d:\epicor904\db\mfgsys
> > > >
> > > > Rem set your backup file and backup log file, using only a physical path
> > > > SET XBackupFile=d:\backups\Live\LiveBkup.2
> > > > SET XBackupLogFile=d:\backups\Live\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=""
> > > >
> > > > We found that if we backup the files only once a night, it works just fine, rather than the whole db.
> > > >
> > > > Anyone have any similar experiences? Suggestions?
> > > >
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>
[Non-text portions of this message have been removed]