under the assumption that a "backup" is a copy of the
files you can use later this sounds like a bad idea
to me.
if you absolutely must do this it would be nice to
get some "cooperation" from the running application
to go into a "readonly" mode (flushing buffers first
or closing tables) while you're zipping so that you
know your backup won't have integrity problems later.
finally, if the data are such that they don't have a
lot of complicated internal linkages - or they are
links you can reconstruct later if you need to - ZIP
only the DB files (no index files) and reconstruct
indexes later if you need to as part of your recovery.
FWIW
-ns
----- Original Message -----
From: "James Sugrue" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 4:04 AM
Subject: [DUG]: Backing Up DB Files
> I want to backup (zip) some Paradox files, while the application that is
> using them is still running. What is the best way to go about this ?
>
> --------------------------------------------------------------------------
-
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/