Re: Universe backup -
03-24-2006
, 10:01 AM
I always use uvbackup to create a file backup of the database and then
BackupExec to backup the file. Backing up the database directly using
BackupExec means that any files which are in use do not get backed up.
I create a batch file (as below) which I then schedule to run at preset
times using the "Scheduled Tasks".
c:\ibm\uv\bin\uvbackup -f -t e:\files\backups\universe.bak -walk
c:\ibm\uv
Dean. |