| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Hi Norm, create a script eg myckpdb.bat I'm using tar and gzip for dos. But you should be able to substitute any compression tool. See http://www.delorie.com/djgpp And http://www.gzip.org/ Myckpdb.bat cd %1 /utility/tar cf - | c:\utility\gzip -c > %2 WSDD: c:\utility\myckpdb.bat %D %A Paul -----Original Message----- From: info-ingres-admin-at-cariboulake.com [mailto:info-ingres-admin-at-cariboulake.com] On Behalf Of normanl-at-interlog.com Sent: Wednesday, 4 January 2006 9:31 AM To: info-ingres-at-cariboulake.com Subject: [Info-ingres] Ingres r3 checkpoint with zip Hi I have read some articles about doing checkpoint (backup) on Windows Ingres r3. In order to compress the checkpoint like unix, we have to do similar things like WSDD cd %D; /bin/tar cf - . | /usr/bin/compress > %A I have downloaded the pkzipc.exe from a company. And how should I change the following original lines WSDD ckxcopy "%D" "%A" BACKUP WRDD ckxcopy "%D" "%A" RESTORE Thanks Norm _______________________________________________ Info-ingres mailing list Info-ingres-at-cariboulake.com http://mailman.cariboulake.com/mailm...py/info-ingres |
![]() |
| Thread Tools | |
| Display Modes | |