Dan Fitzgerald  wrote: Is there an option to uvbackup (without the uvadm
gui) to direct output to disk instead of tape?

Running UniVerse 10.0.10 on Windows MS 2000 Server, I use this batch
file set up as a Windows scheduled job to send the uvbackup output to a
another server:
------------------------------------------------------------------------
--
I:\Informix\uv\bin\uvbackup -f -v -s
\\192.10.21.52\I$\Backup\Backup-CCCS-Denver.log -walk
I:\Informix\uv\CCCS-Denver >
\\192.10.21.52\I$\Backup\Backup-CCCS-Denver.dat
------------------------------------------------------------------------
--
This gives me a backup file and a log.  Note: this is one line all
strung together.

I use this batch file to restore:
------------------------------------------------------------------------
--
rmdir /s /Q I:\Informix\uv\CCCS-Denver

I:\Informix\uv\bin\uvrestore -F
"I:\Informix\uv\CCCS-Denver\*"=Informix\uv\CCCS-Denver\* -s
I:\Backup\Restore-CCCS-Denver.log -U -noindexfix -v
I:\Backup\Backup-CCCS-Denver.dat
------------------------------------------------------------------------
--
Again, the line starting with I:\ is one line.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to