How to create automation backup DB in Linux?

cowbo

New Member
Thanks !!!

How to create automation backup DB in Linux?

RedHat Linux 4.0 enterprise version.

I need it auto execute flow command in AM 1:00:00

probkup online /app/mfgpro/eb21/db/mfgprod /home/mfg/cowbo/bak/mfgprodbak
 
The classic UNIX job scheduler is "cron". The man page should tell you everything that you need to know ;)

Basically you just need to create a shell script that executes the backup. The script will need to be very explicit -- the environment that it runs in will not likely have things like DLC defined and the PATH will be very minimal.
 
Back
Top