Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Backup of data in use 24/7
Message
 
To
21/10/1998 16:21:23
Jim Freeman
New Media Telecommunications, Inc.
La Jolla, California, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00149095
Message ID:
00149117
Views:
19
Jim,

You could write your own program that would just copy the contents of each file to another location. It could then be backed up from that location by ArcServe. Here's some pseudo-code:
Use ADIR() to get list of dbfs
FOR EACH dbf
  USE dbf
  COPY TO ('backuppath\'+ALIAS())
NEXT
>My network administrator tells me his ArcServe backup software won't back up my FoxPro data while it's in use. My data is in use all day every day...Is there a product that will do backups of FoxPro data (and code, classes, etc...) while it's being used?
>
>Thanks,
>
>Jim Freeman
Previous
Reply
Map
View

Click here to load this message in the networking platform